Dear all,
After many years of using other distro’s, this evening I’ve finally installed Tumbleweed (after being tempted for quite a while). Installation was a breeze!
What hasn’t been so easy is connecting to my local samba server… Via nautilus I get the following error:
“Failed to retrieve share list from server: No such file or directory”
And when I try the connection in CLI I get this:
“smbclient -L 192.168.1.72 -N
do_connect: Connection to 192.168.1.72 failed (Error NT_STATUS_IO_TIMEOUT)”
As per your instructions, my samba config is:
[global]
workgroup = WORKGROUP
netbios name = openSUSE-Desktop
server string = ""
name resolve order = bcast host lmhosts wins
local master = yes
preferred master = yes
os level = 65
passdb backend = tdbsam
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
map to guest = Bad User
usershare allow guests = Yes
The question is: what am I missing?
Thank you in advance!