summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/conf/malarky.conf
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/conf/malarky.conf')
-rw-r--r--usr.sbin/xntpd/conf/malarky.conf35
1 files changed, 11 insertions, 24 deletions
diff --git a/usr.sbin/xntpd/conf/malarky.conf b/usr.sbin/xntpd/conf/malarky.conf
index f887f83..9b1d7b2 100644
--- a/usr.sbin/xntpd/conf/malarky.conf
+++ b/usr.sbin/xntpd/conf/malarky.conf
@@ -1,26 +1,16 @@
#
# NTP configuration file (ntp.conf)
-# malarky.udel.edu (128.4.1.22)
-#
-peer 128.4.1.1 # rackety.udel.edu
-peer 128.4.1.4 # barnstable.udel.edu
-#peer 128.4.1.5 #churchy.udel.edu
-peer 128.4.2.7 # grundoon.udel.edu
-peer 128.4.1.8 # bridgeport.udel.edu
-peer 128.4.1.20 prefer # pogo.udel.edu
-#peer 128.4.1.22 # malarky.udel.edu
-peer 128.4.1.23 # beauregard.udel.edu
-peer 128.4.1.24 # baldwin.udel.edu
-peer 128.4.1.25 # albert.udel.edu
-peer 128.4.1.27 # bunnylou.udel.edu
-peer 128.4.1.28 # cowbird.udel.edu
-peer 128.4.1.29 # porkypine.udel.edu
-
+#
+# This is for a broadcast/multicast client. Except for the statistics
+# stuff, this can be done with only a commmand line of the form
+#
+# /usr/local/bin/xntpd -a -k /usr/local/bin/ntp.keys -m -t 3
+#
+multicastclient # listen on default 224.0.1.1
#
# Miscellaneous stuff
#
-monitor yes # enable monitoring
-precision -18 # clock reading precision (usec)
+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
@@ -30,11 +20,8 @@ filegen clockstats file clockstats type day enable
#
# Authentication stuff
#
-authenticate yes # enable authentication
keys /usr/local/bin/ntp.keys # path for key file
-trustedkey 1 2 3 4 14 15 # define trusted keys
-requestkey 15 # key (7) for accessing server variables
-controlkey 15 # key (6) for accessing server variables
-#authdelay 0.000047 # authentication delay (Sun4c/50 IPX DES)
+trustedkey 3 4 5 6 14 # define trusted keys
+requestkey 14 # key (7) for accessing server variables
+controlkey 14 # key (6) for accessing server variables
authdelay 0.000094 # authentication delay (Sun4c/50 IPX MD5)
-
OpenPOWER on IntegriCloud