# SOURCE FILE: /etc/ntp.conf # # 2014-06-13 Shaun James # # GO Canada - REGO: configuration file for NTP deamon. # Prohibit general access to this service, allow for loopback interface restrict default ignore restrict 127.0.0.1 # -- CLIENT NETWORK ------- # Permit systems on this network to synchronize with this # time service. Do not permit those systems to modify the # configuration of this service. Also, do not use those # systems as peers for synchronization. restrict 192.168.63.0 mask 255.255.255.0 nomodify notrap # Undisciplined local clock server 127.127.1.0 # local clock LOCAL(0) fudge 127.127.1.0 stratum 10 # unsynchronized # Remote reference clocks server 192.168.0.1 # cgsm-iti restrict 192.168.0.1 mask 255.255.255.255 nomodify notrap noquery server 136.159.142.72 # norstar-rt.phys.ucalgary.ca restrict 136.159.142.72 mask 255.255.255.255 nomodify notrap noquery # Garmin GPS 35-PC, need to have symbolic link to appropriate serial port. server 127.127.20.0 mode 1 minpoll 4 prefer fudge 127.127.20.0 flag3 1 flag2 0 time1 0.0 time2 0.600 # # Turn off event polling in an attempt to avoid ntp spinning with: # # "too many recvbufs allocated (40)" #fudge 127.127.29.0 flag2 1 # Make sure daemon has write permissions driftfile /var/lib/ntp/drift logfile /var/log/ntp logconfig =syncstatus +sysevents +clockall