I've lost track of this discussion. Turn NETBIOS off where?I think I can finally turn NETBIOS back off now.
I pointed Samba to the password location that the router uses via the SMB.conf file.I understand wanting to use the GUI. Did you try creating the users using /opt/bin/smbpasswd -a [User]?
I think if your smbpasswd in /opt/etc/samba doesn't exist, you will run into problems.
I've lost track of this discussion. Turn NETBIOS off where?
I turned that off in /opt/etc/samba/smb.conf; however, every time I think I get it working, it seems to only last so long before it goes back to removing the mDNS services.I've lost track of this discussion. Turn NETBIOS off where?
# -------------------------------------------------------------------
# Turn off legacy NetBIOS altogether (no UDP/137,138 traffic)
# We only use SMB2/3 over TCP (port 445) on macOS & Win11
# -------------------------------------------------------------------
disable netbios = yes
name resolve order = host
b._dns-sd._udp.MY_LAN_DOMAIN.internal
db._dns-sd._udp.MY_LAN_DOMAIN.internal
lb._dns-sd._udp.MY_LAN_DOMAIN.internal
I see. Browsing of SMB shares is not supported in SMB2/3. That's why the router also runs wsdd2. Not sure if that helps Mac users or not.I turned that off in /opt/etc/samba/smb.conf; however, every time I think I get it working, it seems to only last so long before it goes back to removing the mDNS services.
Code:# ------------------------------------------------------------------- # Turn off legacy NetBIOS altogether (no UDP/137,138 traffic) # We only use SMB2/3 over TCP (port 445) on macOS & Win11 # ------------------------------------------------------------------- disable netbios = yes name resolve order = host
Strange. Not sure why Diversion would be blocking anything, especially as those look like mDNS names rather than DNS names.I tried some changes to Diversion now, but I need to try a router reboot to see if it sticks. For about an hour, I had really good luck downgrading from WPA3 to WPA2, then that eventually dropped. I'm getting to the point where I don't really care TOO much because it works, it just doesn't broadcast in Finder consistently.
EDIT: Diversion was blocking:
Code:b._dns-sd._udp.MY_LAN_DOMAIN.internal db._dns-sd._udp.MY_LAN_DOMAIN.internal lb._dns-sd._udp.MY_LAN_DOMAIN.internal
dns-sd -B _device-info._tcp
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!