Hello. One of my servers is 2 hours ahead, thus ntpd will not run. What's the right way to fix this?
Below is my configuration. I have 2 NTP masters and several slaves. *Master* $ cat /etc/ntp.conf driftfile /etc/ntp/drift server 127.127.1.0 fudge 127.127.1.0 stratum 10 server pool.ntp.org iburst server pool.ntp.org iburst server pool.ntp.org iburst server pool.ntp.org iburst peer 192.168.x.x $ date Mon Dec 5 15:33:29 CET 2005 *Slave* # cat /etc/ntp.conf driftfile /etc/ntp/drift server 127.127.1.0 fudge 127.127.1.0 stratum 10 server 192.168.x.x iburst server 192.168.x.x iburst # date Mon Dec 5 17:26:32 CET 2005 Thanks, Jacob _______________________________________________ questions mailing list [email protected] https://lists.ntp.isc.org/mailman/listinfo/questions
