Hello all, I'm having a problem with browsing, I have SAMBA setup on a small home network, on the windows clients I can see the Samba server in the network neighborhood but if I try to connect or use "net view" or "net use" I get a error 53 the computer name specified in the network path cannot be located.  I can browse to the two windows clients on the network just not the Samba server, I have also added the Samba server to the LMHOSTS file but this did not help.  Any ideas?
 
 
 # Samba config file created using SWAT
# from UNKNOWN (127.0.0.1)
# Date: 2003/01/10 12:59:20

# Global parameters
[global]
workgroup = REVELATION
netbios name = DANIEL
server string = Samba Server
encrypt passwords = Yes
obey pam restrictions = Yes
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
unix password sync = Yes
log file = /var/log/samba/%m.log
max log size = 0
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
preferred master = False
local master = No
domain master = False
hosts allow = 192.168.1.101
printing = lprng

[homes]
comment = Home Directories
valid users = %S
read only = No
create mask = 0664
directory mask = 0775

[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No

[test]
comment = Test Share for Samba User
path = /export/samba/test
guest ok = Yes

Reply via email to