[Samba] Name Query Problem, Samba

Wade Novin wnovin at sortlaw.com
Sun Feb 17 13:58:02 GMT 2002


I get the following error message when double-clicking on the samba server 
icon:

"\\Sever not accessible. No Service is operating at the destination network 
endpoint of the remote system."

Also, the nmblookup works for other hosts, but fails when querying the 
server itself; i.e nmblookup <server> returns a name-query failed to find 
<server> (query on broadcast address 192.0.0.255)

Here is my smb.conf file:

  Global parameters
[global]
         workgroup = Workgroup
         netbios name = SERVER
         server string = Linux_Server
         # interfaces = 192.0.0.199/24
         # interfaces = 127.0.0.1
         encrypt passwords = Yes
         security = user
         smb passwd file = /etc/samba/smbpasswd
         log file = /var/log/samba/%m.log
         max log size = 10
         socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
         preferred master = False
         local master = No
         domain master = False
         browse list = Yes
         dns proxy = No
         wins server = 192.0.0.182
         name resolve order = wins bcast lmhosts

         hosts allow = 192.0.0.
         printing = lprng
         preserve case = No
         short preserve case = No

[Root]
         comment = root drive
         path = /
         valid users = administrator
         read only = No

[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

[tmp]
         comment = Temporary file space
         path = /tmp
         read only = No
         guest ok = Yes

-------------- next part --------------
HTML attachment scrubbed and removed


More information about the samba mailing list