################################################################################ ## /etc/ntp.conf ## ## Sample NTP configuration file. ## See package 'xntp-doc' for documentation, Mini-HOWTO and FAQ. ## Copyright (c) 1998 S.u.S.E. GmbH Fuerth, Germany. ## ## Author: Michael Andres, ## ################################################################################ ## ## Undisciplined Local Clock. This is a fake driver intended for backup ## and when no outside source of synchronized time is available. ## server 127.127.1.0 minpoll 7 maxpoll 15 # local clock (LCL) fudge 127.127.1.0 stratum 10 # LCL is unsynchronized ## ## Outside source of synchronized time ## ## e.g.: pool.ntp.org ## ## minpoll 128s maxpoll 9h #includefile /etc/ntp.conf.ha includefile /etc/ntp.conf.external tinker panic 0 ## ## Miscellaneous stuff ## driftfile /var/ntp.drift # path for drift file # ntpd will use syslog() if logfile is not defined #logfile /var/log/ntp.log # alternate log fileY # logconfig =syncstatus + sysevents # logconfig =all # statsdir /tmp/ # directory for statistics files # filegen peerstats file peerstats type day enable # filegen loopstats file loopstats type day enable # filegen clockstats file clockstats type day enable # # Authentication stuff # # keys /etc/ntp.keys # path for keys file # trustedkey 1 2 3 4 5 6 14 15 # define trusted keys # requestkey 15 # key (7) for accessing server variables # controlkey 15 # key (6) for accessing server variables