query_name_response: Multiple (2) responses received for a query on subnet

Status
Not open for further replies.

egorgam

Cadet
Joined
Nov 27, 2016
Messages
3
Hello.

Version: FreeNAS 9.10
I have this record in /var/log/messages, whitch repeats at every 5 minutes:
Dec 3 08:03:38 freenas nmbd[5043]: [2016/12/03 08:03:38.499378, 0] ../source3/nmbd/nmbd_namequery.c:109(query_name_response)
Dec 3 08:03:38 freenas nmbd[5043]: query_name_response: Multiple (2) responses received for a query on subnet 192.168.0.6 for name FAM<1d>.
Dec 3 08:03:38 freenas nmbd[5043]: This response was from IP 192.168.0.4, reporting an IP address of 192.168.0.4.


192.168.88.6 - FreeNAS address
192.168.88.4 - SAMBA ADDC addreess (Univention Corporate Server 4.1)
FAM - is not hostname of the machine, it`s domain name in NT4 format.

I don`t understand why Samba makes request to this name. My smb4.conf [global] section:


# Global parameters
[global]
dos charset = CP437
workgroup = FAM
server string = FreeNAS Server
interfaces = 192.168.88.6
server role = member server
security = DOMAIN
map to guest = Bad User
obey pam restrictions = Yes
logging = syslog:1
max log size = 51200
max protocol = SMB3
protocol = SMB3
deadtime = 15
kernel change notify = No
max open files = 352235
load printers = No
printcap name = /dev/null
disable spoolss = Yes
lm announce = Yes
preferred master = No
local master = No
domain master = No
dns proxy = No
pid directory = /var/run/samba
panic action = /usr/local/libexec/samba/samba-backtrace
template shell = /bin/sh
winbind cache time = 7200
winbind enum users = Yes
winbind enum groups = Yes
winbind offline logon = Yes
nsupdate command = /usr/local/bin/samba-nsupdate -g
idmap config family: range = 20000-90000000
idmap config family: backend = rid
idmap config *: range = 90000001-100000000
idmap config * : backend = tdb
acl allow execute always = Yes
create mask = 0666
directory mask = 0777
directory mode = 0777
ea support = Yes
directory name cache size = 0
store dos attributes = Yes
strict locking = No
dos filemode = Yes


krb5.conf:


[appdefaults]
pam = {
forwardable = true
ticket_lifetime = 86400
renew_lifetime = 86400
}

[libdefaults]
dns_lookup_realm = true
dns_lookup_kdc = true
ticket_lifetime = 24h
clockskew = 300
forwardable = yes
default_realm = fam.well
[domain_realm]
fam.well = FAM.WELL
.fam.well = FAM.WELL
FAM.WELL = FAM.WELL
.FAM.WELL = FAM.WELL
[realms]
FAM.WELL = {
kdc = 192.168.88.4
admin_server = 192.168.88.4
kpasswd_server = 192.168.88.4
default_domain = FAM.WELL
}
[logging]
default = SYSLOG:INFO:LOCAL7


Any ideas?
 
Last edited:
D

dlavigne

Guest
Does adding
Code:
bind interfaces only = YES
as an Auxiliary Parameters fix it?
 
Status
Not open for further replies.
Top