1# 2# NTP configuration file (ntp.conf) 3# 4# This is for a broadcast/multicast client. Except for the statistics 5# stuff, this can be done with only a commmand line of the form 6# 7# /usr/local/bin/ntpd -a -k /usr/local/bin/ntp.keys -m -t 3 8# 9multicastclient # listen on default 224.0.1.1 10# 11# Miscellaneous stuff 12# 13driftfile /etc/ntp.drift # path for drift file 14statsdir /malarky/ntpstats/ # directory for statistics files 15filegen peerstats file peerstats type day enable 16filegen loopstats file loopstats type day enable 17filegen clockstats file clockstats type day enable 18# 19# Authentication stuff 20# 21keys /usr/local/etc/ntp.keys # path for key file 22trustedkey 3 4 5 6 14 # define trusted keys 23requestkey 14 # key (7) for accessing server variables 24controlkey 14 # key (6) for accessing server variables 25