The nmbd
logs of a linux samba4 domain member server are filled with lines like:
query_name_response: Multiple (2) responses received for a query on subnet 192.168.1.54 for name ADOMAIN<1d>.
This response was from IP 192.168.1.19, reporting an IP address of 192.168.1.19.
where:
- 192.168.1.54 is the IP of the member server
- 192.168.1.19 is the IP of the PDC
ADOMAIN
is a SAMBA NT-style domain
Those lines appears every 5 minutes.
What is going on?
Random steps taken:
rm /var/cache/samba/browse.dat
;- double check
interfaces
broadcast configuration (it is correct); systemctl restart nmbd
(a evergreen classic).