######################################################### # Institute of Mine Seismology # # # # Example NTP time server configurations. Copy the # # following time server configurations into your # # ntp.conf file, customising where appropriate. # # # # Note that this is not the entire ntp configuration # # file, just the time servers configuraion section. # ######################################################### # Local clock - last resort for IMS devices to slave to # if no other sources are reachable server 127.127.1.0 # Fudge local clock's stratum to be greater (worse) than # any other likely sources of time fudge 127.127.1.0 stratum 10 # Server's for Australia # (obtained from: http://www.pool.ntp.org/zone/au) #server 0.au.pool.ntp.org #server 1.au.pool.ntp.org #server 2.au.pool.ntp.org #server 3.au.pool.ntp.org # Server's for South Africa # (obtained from: http://www.pool.ntp.org/zone/za) server 2.za.pool.ntp.org server 0.africa.pool.ntp.org server 3.africa.pool.ntp.org # Local NTP server provided by IT server myserver.mydomain.com # GPS receiver with NMEA sentences on port "/dev/gps0" # (remember to make a udev rule for this symlink to # point to the correct serial port with correct # permissions, AND to change baudrate of port in # /etc/rc.local) server 127.127.20.0 ######################################################### # Institute of Mine Seismology # #########################################################