[Samba] Errors in nmbd.log

Kovář Pavel (T-Systems PragoNet) Pavel.Kovar at pragonet.cz
Mon Jul 17 10:27:52 GMT 2006


Hi,
 
I am using samba for our internal network and everything is working perfectly.
But I am receiving many errors through the nmbd log file.
 
[2006/07/16 04:15:10, 0] 
  nmbd/nmbd_browsesync.c:get_domain_master_name_node_status_fail(488)
  get_domain_master_name_node_status_fail:
  Doing a node status request to the domain master browser at IP 192.168.1.100 failed.
  Cannot get workgroup name.

There are 2 network infaces on our server:
1st 10.0.1.0/25 for internal LAN and also for SAMBA
2nd 192.168.1.100 external interface to the internet
 
Smb.conf file:
 
        workgroup = POKUS
        netbios name = MYSERVER
        server string = Samba NT/PDC %v
        wins support = yes
        dns proxy = yes
        name resolve order = wins hosts bcast
        time server = yes
        load printers = no
 
        encrypt passwords = yes
        security = user
        hosts allow = 10.0.1. 127.
        smb ports = 139
        interfaces = 10.0.1.0/25, 127.0.0.1
        socket address = 10.0.1.1
        bind interfaces only = Yes
        client NTLMv2 auth = Yes
        client lanman auth = No
        client plaintext auth = No

        domain master = yes
        domain logons = yes
        os level = 65
        local master = yes
        preferred master = yes
        passdb backend = tdbsam:/etc/samba/passdb.tdb
        admin users = root
        add machine script = /usr/sbin/useradd -c "Machine account" -d /dev/null  -g 900 -s /bin/false %u
        username map = /etc/samba/smbusers
        winbind use default domain = Yes

        logon path = \\%L\profiles\%U
        logon script = logon.bat
        logon home = \\%L\%U\.profiles
        logon drive = X:
        idmap uid = 16777216-33554431
        idmap gid = 16777216-33554431
 
 
Linux system is Fedora 4, Samba version is 3.0.22
 
It seems that nmbd is trying to bind second interface on 192.168.1.100 ?
But why?
 
Do you have any ideas what can be bad ?
 
Thank!
 
Regards
 
Pavel


More information about the samba mailing list