There shouldn’t be one. .2 is the address of nsdc and I have DHCP setup to use .100 through .253
The arp -d command returned no output, while the ping returns:
[root@trs80 ~]# ping $(config getprop nsdc IpAddress)
PING 192.168.67.2 (192.168.67.2) 56(84) bytes of data.
From 192.168.67.1 icmp_seq=1 Destination Host Unreachable
From 192.168.67.1 icmp_seq=2 Destination Host Unreachable
When I started nsdc again it still failed the DNS update.
Apr 13 18:25:28 nsdc-trs80.kuntzilla.com samba[25]: ../source4/dsdb/dns/dns_update.c:295: Failed DNS update - NT_STATUS_IO_DEVICE_ERROR
Just as a test (without changing anything) I did a systemctl stop nsdc and systemctl start nsdc, waited a bit and now it’s working again:
Apr 13 18:32:25 nsdc-trs80.kuntzilla.com systemd[1]: Starting Update UTMP about System Runlevel Changes...
Apr 13 18:32:25 nsdc-trs80.kuntzilla.com systemd-networkd[22]: host0 : gained carrier
Apr 13 18:32:25 nsdc-trs80.kuntzilla.com systemd-networkd[22]: host0 : link configured
Apr 13 18:32:25 nsdc-trs80.kuntzilla.com systemd[1]: Started Update UTMP about System Runlevel Changes.
Apr 13 18:32:25 nsdc-trs80.kuntzilla.com systemd[1]: Startup finished in 552ms.
Apr 13 18:32:25 nsdc-trs80.kuntzilla.com samba[25]: samba version 4.4.5 started.
Apr 13 18:32:25 nsdc-trs80.kuntzilla.com samba[25]: Copyright Andrew Tridgell and the Samba Team 1992-2016
Apr 13 18:32:25 nsdc-trs80.kuntzilla.com samba[25]: samba: using 'standard' process model
Apr 13 18:32:25 nsdc-trs80.kuntzilla.com winbindd[38]: [2017/04/13 18:32:25.987822, 0] ../source3/winbindd/winbindd_cache.c:3245(initialize_winbindd_cache)
Apr 13 18:32:25 nsdc-trs80.kuntzilla.com winbindd[38]: initialize_winbindd_cache: clearing cache and re-creating with version number 2
Apr 13 18:32:26 nsdc-trs80.kuntzilla.com smbd[29]: [2017/04/13 18:32:26.637713, 0] ../lib/util/become_daemon.c:124(daemon_ready)
Apr 13 18:32:26 nsdc-trs80.kuntzilla.com smbd[29]: STATUS=daemon 'smbd' finished starting up and ready to serve connections
Apr 13 18:32:26 nsdc-trs80.kuntzilla.com winbindd[38]: [2017/04/13 18:32:26.822212, 0] ../lib/util/become_daemon.c:124(daemon_ready)
Apr 13 18:32:26 nsdc-trs80.kuntzilla.com winbindd[38]: STATUS=daemon 'winbindd' finished starting up and ready to serve connections
Apr 13 18:37:37 nsdc-trs80.kuntzilla.com systemd[1]: Starting Network Service...
Apr 13 18:37:37 nsdc-trs80.kuntzilla.com systemd-networkd[49]: host0 : Cannot configure IPv4 forwarding for interface host0: Read-only file system
Apr 13 18:37:37 nsdc-trs80.kuntzilla.com systemd-networkd[49]: host0 : Cannot configure IPv6 forwarding for interface: Read-only file system
Apr 13 18:37:37 nsdc-trs80.kuntzilla.com systemd-networkd[49]: Enumeration completed
Apr 13 18:37:37 nsdc-trs80.kuntzilla.com systemd[1]: Started Network Service.
Apr 13 18:37:37 nsdc-trs80.kuntzilla.com systemd-networkd[49]: host0 : link configured
net ads info gives me this:
LDAP server: 192.168.67.2
LDAP server name: nsdc-trs80.kuntzilla.com
Realm: KUNTZILLA.COM
Bind Path: dc=KUNTZILLA,dc=COM
LDAP port: 389
Server time: Thu, 13 Apr 2017 18:45:57 EDT
KDC server: 192.168.67.2
Server time offset: 0
Last machine account password change: Sun, 26 Feb 2017 15:50:03 EST
What the heck? Since it is not consistent I wonder if there is some kind of timing issue during the startup?