Jacob Friis Saxberg wrote: > Hello. > > We have servers that we would like to be in sync via NTP. Below is the > ntp.conf of our main server with the internal IP address > 192.168.100.10. > Could I just put "server 192.168.100.10" in the ntp.conf of all our > clients to make them sync to the main server? > > $ cat /etc/ntp.conf > server 127.127.1.0 > fudge 127.127.1.0 stratum 10 > server pool.ntp.org > driftfile /etc/ntp/drift > multicastclient > broadcastdelay 0.008 > authenticate no >
This makes no sense. You appear to be getting just one NTP server to synchronize with, you specify multicastclient without a multicast address and you specify a broadcastdelay without setting it up as a broadcast server. Danny > > Have a nice weekend. > Jacob > _______________________________________________ > questions mailing list > [email protected] > https://lists.ntp.isc.org/mailman/listinfo/questions > _______________________________________________ questions mailing list [email protected] https://lists.ntp.isc.org/mailman/listinfo/questions
