Restart the PC so it forgets about the router being an SMB1-only server.
What error messages are you getting? What version of Windows? It works for me in Windows 8.1.Did that no joy. If I disable SMB1 in the windows client (programs features) the drive will not map
Yes. That's what's meant to happen. Network "browsing" is a function of SMB1 only.I confirm that on Windows 10 client if SMB1 is disabled I cannot see my NAS and my router in network folder. Both router and NAS are with latest SMB.
Yes. That's what's meant to happen. Network "browsing" is a function of SMB1 only.
That's what I did in Windows 8.1 and it worked with no problems.Just going into PC and Map drive \\192.168.1.1\touro
That's what I did in Windows 8.1 and it worked with no problems.
[global]
workgroup = WORKGROUP
netbios name = Skynet
server string = Skynet
unix charset = UTF8
display charset = UTF8
log file = /var/log.samba
log level = 0
max log size = 5
security = SHARE
guest only = yes
encrypt passwords = yes
pam password change = no
null passwords = yes
max protocol = SMB2
passdb backend = smbpasswd
smb encrypt = disabled
smb passwd file = /etc/samba/smbpasswd
enable core files = no
deadtime = 30
load printers = no
min receivefile size = 16384
force directory mode = 0777
force create mode = 0777
force create mode = 0777
max connections = 5
socket options = IPTOS_LOWDELAY TCP_NODELAY SO_RCVBUF=131072 SO_
obey pam restrictions = no
disable spoolss = yes
host msdfs = no
strict allocate = No
bind interfaces only = yes
interfaces = lo br0 192.168.1.1/255.255.255.0
use sendfile = yes
wins support = yes
map archive = no
map hidden = no
map read only = no
map system = no
store dos attributes = yes
dos filemode = yes
oplocks = yes
level2 oplocks = yes
kernel oplocks = no
wide links = no
[optware]
comment = Generic Flash Disk's optware
veto files = /.__*.txt*/asusware*/asus_lighttpdpasswd/
path = /tmp/mnt/optware
writeable = yes
dos filetimes = yes
fake directory create times = yes
[TOURO]
comment = HGST 's TOURO
veto files = /.__*.txt*/asusware*/asus_lighttpdpasswd/
path = /tmp/mnt/TOURO
writeable = yes
dos filetimes = yes
fake directory create times = yes
I can't see anything obviously out of place. Try turning off the WINS server (because you almost certainly don't need it) and disabling guest access. See if that makes a difference.
P.S. I notice that you have a duplicated "force create mode = 0777" and that the end of the "socket options" line is truncated. I'm assuming that's a copy/paste error on your part?
# smbd -V
Version 3.6.25
#!/bin/sh
CONFIG=$1
source /usr/sbin/helper.sh
pc_insert "guest only = yes" "guest ok = yes" $CONFIG
pc_insert "guest only = yes" "map to guest = Bad Password" $CONFIG
pc_insert "guest only = yes" "guest account = admin" $CONFIG
pc_insert "guest only = yes" "auth methods = guest" $CONFIG
pc_delete "guest only = yes" $CONFIG
pc_delete "security = SHARE" $CONFIG
exit
Yes. That's what's meant to happen. Network "browsing" is a function of SMB1 only.
Oh well. I guess we'll have to wait for someone with the same hardware/firmware to try it to see if it's a bug or something specific to you.
Thread starter | Title | Forum | Replies | Date |
---|---|---|---|---|
Issues setting up Sonos Library under SMB2 - not enough credits | Asuswrt-Merlin | 2 |
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!