Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#3593 - Samba Interfaces Not Working Correctly #6691

Open
openwrt-bot opened this issue Jan 24, 2021 · 0 comments
Open

FS#3593 - Samba Interfaces Not Working Correctly #6691

openwrt-bot opened this issue Jan 24, 2021 · 0 comments
Labels
core packages pull request/issue for core (in-tree) packages flyspray release/19.07 pull request/issue targeted (also) for OpenWrt 19.07 release

Comments

@openwrt-bot
Copy link

CanadianJeff:

root@APU2:# netstat -nplt | grep smbd
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 18063/smbd
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 18063/smbd
tcp 0 0 :::445 :::* LISTEN 18063/smbd
tcp 0 0 :::139 :::* LISTEN 18063/smbd
root@APU2:
# head -n 9 /etc/config/samba
config samba
option 'name' 'OpenWrt'
option 'workgroup' 'WORKGROUP'
option 'description' 'Samba Server on APU2'
option 'charset' 'UTF-8'
option 'homes' '0'
list 'interface' 'LOOPBACK'
list 'interface' 'LAN'

@aparcar aparcar added release/19.07 pull request/issue targeted (also) for OpenWrt 19.07 release core packages pull request/issue for core (in-tree) packages labels Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core packages pull request/issue for core (in-tree) packages flyspray release/19.07 pull request/issue targeted (also) for OpenWrt 19.07 release
Projects
None yet
Development

No branches or pull requests

2 participants