# SOURCE FILE: /etc/ntp.conf # # 2005-12-20 Brian Jackel # # THEMIS-GBO configuration file for NTP deamon. # Prohibit general access to this service, allow for loopback interface restrict default ignore restrict 127.0.0.1 # Undisciplined local clock server 127.127.1.0 # local clock LOCAL(0) fudge 127.127.1.0 stratum 10 # unsynchronized # THEMIS-GBO restrict 136.159.142.72 mask 255.255.255.255 nomodify notrap noquery restrict 169.229.15.5 mask 255.255.255.255 nomodify notrap noquery server 136.159.142.72 # themis-rt.phys.ucalgary.ca server 169.229.15.5 # vampire.net.berkeley.edu # Trimble Palisade GPS, need to have symbolic links to appropriate serial ports server 127.127.29.0 # /dev/palisade0 -> /dev/ttySX # Turn off event polling in an attempt to avoid ntp crashing with: # "too many recvbufs allocated (40)" fudge 127.127.29.0 flag2 1 # Make sure daemon has write permissions driftfile /etc/ntp/drift logfile /var/log/ntp # Good references, comment out to reduce network traffic # #restrict 136.159.51.33 mask 255.255.255.255 nomodify notrap noquery #restrict 136.159.51.2 mask 255.255.255.255 nomodify notrap noquery #restrict 136.159.2.1 mask 255.255.255.255 nomodify notrap noquery #restrict 132.246.168.148 mask 255.255.255.255 nomodify notrap noquery #server 136.159.51.33 # wham.phys.ucalgary.ca #server 136.159.51.2 # dancal.phys.ucalgary.ca #server 136.159.2.1 # ntp.cpsc.ucalgary.ca #server 132.246.168.148 # time.nrc.ca