diff options
Diffstat (limited to 'usr.sbin/xntpd/conf/maccarony.conf')
-rw-r--r-- | usr.sbin/xntpd/conf/maccarony.conf | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/usr.sbin/xntpd/conf/maccarony.conf b/usr.sbin/xntpd/conf/maccarony.conf new file mode 100644 index 0000000..6bd25c7 --- /dev/null +++ b/usr.sbin/xntpd/conf/maccarony.conf @@ -0,0 +1,33 @@ +# +# NTP configuration file (ntp.conf) +# +# This illustrates a multicast client. All that is really needed +# here is the multicastclient command and the authentication stuff. +# If the monitoring option and filgen statistics were not needed, +# this could be done without a configuration file by including the +# following snip in the rc.local startup file or equivalent: +# +#if [ -f /usr/local/bin/xntpd ]; then +# /usr/local/bin/xntpd -m -a -k/usr/local/bin/ntp.keys -t3 +#fi +# +multicastclient # listen on default 224.0.1.1 +# +# Miscellaneous stuff +# +enable auth monitor # enable the good stuff +driftfile /etc/ntp.drift # path for drift file +statsdir /malarky/ntpstats/ # 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 /usr/local/bin/ntp.keys # path for key file +trustedkey 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 +authdelay 0.000094 # authentication delay (Sun4c/50 IPX MD5) + |