If you're configuring a master/slave DNS system and synchronization fails, look in bind logs (linux /var/log/daemon.log) for following messages:
Code:
Nov 14 11:25:53 server named[1073]: zone 176-191.216.51.81.in-addr.arpa/IN/external: refresh: failure trying master 10.1.22.2#53 (source 172.16.0.58#0): clocks are unsynchronized
Make sure both nodes are time synchronized using
date and
ntpq -pn commands.
If you're configuring a master/slave DNS system and synchronization fails, look in bind logs (linux /var/log/daemon.log) for following messages:
[code]Nov 14 11:25:53 server named[1073]: zone 176-191.216.51.81.in-addr.arpa/IN/external: refresh: failure trying master 10.1.22.2#53 (source 172.16.0.58#0): clocks are unsynchronized
[/code]
Make sure both nodes are time synchronized using [b][i]date[/i][/b] and [b][i]ntpq -pn[/i][/b] commands.