On Wed, 17 Nov 1999, Rajesh Thiharie wrote:

> #Complete smb.conf
> 
> # Global parameters
>   [global]
>           workgroup = HOMERNET
>           netbios name = LINUX
>           server string = Samba SMB Server
>           interfaces = 192.8.8.1/24 127.0.0.1/24
>           bind interfaces only = Yes
>           security = SHARE
>           root directory = /home/samba
>           log level = 0
>           log file = /var/log/samba/log.%m
>           max log size = 50
>           time server = Yes
>           socket options = TCP_NODELAY
>           load printers = No
>           os level = 65
        set os level = 10
>           dns proxy = No
>           wins proxy = Yes
>           wins support = Yes
        set wins suuport = no
>           guest account = smbuser
>           hide dot files = No

Do you have a WINS server on the network?  If so, set
        wins server = 192.8.8.x

nmblookup can look at /etc/hosts, behaviour controlled by 
        name resolve order = [lmhosts] [host] [wins] [bcast]
in the order you want.  Default is
        name resolve order = lmhosts host wins bcast

Set it to 
                wins bcast

to mimic what a W95 machine would see.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sanjeev "Ghane" Gupta                   Tel: +91(11) 6941831, 6946619
Eurolink Systems Ltd                    Fax: +91(11) 6943732
New Delhi, India                      email: [EMAIL PROTECTED]
          Eurolink doesn't pay me to speak for it, so I don't
           Old age is not an accomplishment, nor youth a sin

Reply via email to