# Steve's custom ntp config file. Upgrade all machines to ntp 4 # # ran a bunch of servers and picked the lowest delay (ntpq -p) # Why doesn't this version of ntp recognize the iburst keyword? restrict default notrust nomodify restrict 127.0.0.1 restrict 192.168.10.0 mask 255.255.255.0 nomodify notrap noquery restrict 192.168.11.0 mask 255.255.255.0 nomodify notrap noquery restrict 192.168.12.0 mask 255.255.255.0 nomodify notrap noquery restrict 192.168.13.0 mask 255.255.255.0 nomodify notrap noquery restrict 128.2.129.21 restrict 128.194.254.9 restrict 132.236.56.250 #restrict 192.168.10.6 restrict 192.168.10.1 restrict 192.168.10.11 # Three close (low latency) external servers - IP's above server ntp-2.ece.cmu.edu maxpoll 17 server ntppub.tamu.edu prefer maxpoll 17 server ntp0.cornell.edu maxpoll 17 # This is the ntp1 local server config #peer ntp1.domain.org peer ntp2.domain.org peer ntp3.domain.org # # Drift file. Put this in a directory which the daemon can write to. # No symbolic links allowed, either, since the daemon updates the file # by creating a temporary in the same directory and then rename()'ing # it to the file. # driftfile /var/lib/ntp/ntp.drift # Not sure about multicast yet multicastclient # listen on default 224.0.1.1 #broadcastclient yes #broadcastdelay 0.008 # Broadcast to local subnet #broadcast 192.168.12.255 broadcast 192.168.10.255 #statistics loopstats #statsdir /var/log/ntp/ #filegen peerstats file peers type day link enable #filegen loopstats file loops type day link enable # # Authentication delay. If you use, or plan to use someday, the # authentication facility you should make the programs in the auth_stuff # directory and figure out what this number should be on your machine. # # # Keys file. If you want to diddle your server at run time, make a # keys file (mode 600 for sure) and define the key number to be # used for making requests. # PLEASE DO NOT USE THE DEFAULT VALUES HERE. Pick your own, or remote # systems might be able to reset your clock at will. # keys /var/lib/ntp/ntp.keys #trustedkey XXXX requestkey XXXXX controlkey XXXXX