Displaying 1 result from an estimated 1 matches for "aio1".
Did you mean:
aio
2013 Apr 09
1
Wrong local DNS responses from samba4
...hing works perfectly with the domain, /except/ that Samba seems to be
returning incorrect DNS entries for the local domain computers -- any
thoughts on how to debug this (or where Samba is getting its IPs from?).
As an example:
router/dhcp/upstream DNS is at 192.168.0.1
samba4 is at 192.168.0.2
aio1.corp.example.com is at 192.168.0.171 (and has been for 48+ hours)
[ask upstream router/DHCP for the IP]
$ dig +short @192.168.0.1 aio1.corp.example.com
192.168.0.171
^^ correct ^^
[ask samba4 for the IP]
$ dig +short @192.168.0.2 aio1.corp.example.com
192.168.0.168
^^ wrong ^^
The samba4 server...