summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/conf/pogo.conf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/conf/pogo.conf')
-rw-r--r--contrib/ntp/conf/pogo.conf69
1 files changed, 47 insertions, 22 deletions
diff --git a/contrib/ntp/conf/pogo.conf b/contrib/ntp/conf/pogo.conf
index e97d4c5..2014fdd 100644
--- a/contrib/ntp/conf/pogo.conf
+++ b/contrib/ntp/conf/pogo.conf
@@ -1,30 +1,55 @@
#
# NTP configuration file (ntp.conf)
-# pogo.udel.edu
-#
-server 127.127.10.1 prefer # austron 2201A gps receiver
-peer 128.4.1.1 # rackety.udel.edu (Sun4c/40 IPC)
-peer 128.4.1.2 # mizbeaver.udel.edu (Bancomm bc700LAN)
-peer 128.4.1.4 # barnstable.udel.edu (Sun4c/65 SS1+)
-peer 128.4.1.5 maxpoll 8 # churchy.udel.edu (cisco IGS router)
-peer 132.163.135.130 maxpoll 8 # time_A.timefreq.bldrdoc.gov (Cesium)
-peer 131.188.1.40 maxpoll 8 # ntps1-0.uni-erlangen.de (DCF77)
-peer 129.132.2.21 maxpoll 8 # swisstime.ethz.ch (DCF77)
-peer 130.155.98.13 maxpoll 8 # terss.ml.csiro.au (Cesium)
-peer 192.36.143.150 maxpoll 8 # Time1.Stupi.SE (Cesium)
+# SunOS pogo.udel.edu 5.8 Generic sun4u sparc SUNW,Ultra-1
#
-# Miscellaneous stuff
+server 127.127.6.1 prefer # IRIG from GPS1
+fudge 127.127.6.1 refid GPS1 time1 -.002777 flag2 1
+server 127.127.4.1 # spectracom GPS receiver
+# delays: prop 0.0088 ant .0002 rcvr .0173 = 26.3 ms; os .0035
+fudge 127.127.4.1 refid GPS2 time1 .000221
+server 127.127.22.0 # PPS from GPS2
+fudge 127.127.22.0 flag3 1 # kernel PPS
#
-precision -18 # clock reading precision (usec)
-driftfile /etc/ntp.drift # path for drift file
-statsdir /pogo/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
+# Backups
+#
+server 128.4.1.2 # mizbeaver
+server 128.175.60.175 version 3 # ntp1.nss
+#
+# Services
+#
+manycastclient 239.1.1.1 autokey maxpoll 12 ttl 7
+manycastserver 239.1.1.1
+#
+# Access control stuff
+#
+restrict default noserve # default deny
+restrict 127.0.0.1 # allow local host
+restrict 128.4.0.0 mask 255.255.0.0 # allow DCnet clients
+restrict 128.175.0.0 mask 255.255.0.0 # allow UDel clients
+restrict 140.173.0.0 mask 255.255.0.0 # allow DARTnet/CAIRN clients
#
# Authentication stuff
#
+# Local filesystem
+# /etc/ntpkey -> ntpkey.3171396491
+# /etc/ntpkey.3171396491
+#
+# NFS mounted filesystem
+# /usr/local/etc/ntpkey -> /etc/ntpkey
+# /usr/local/etc/ntpkey_dh -> ntpkey_dh.3171396491
+# /usr/local/etc/ntpkey_dh.3171396491
+# /usr/local/etc/ntpkey_pogo.udel.edu -> ntpkey_pogo.udel.edu.3171396491
+# /usr/local/etc/ntpkey_pogo.udel.edu.3171396491
+#
+crypto privatekey /etc/ntpkey # enable public key
keys /usr/local/etc/ntp.keys # path for keys file
-trustedkey 3 4 5 6 14 # define trusted keys
-requestkey 15 # key (7) for accessing server variables
-controlkey 15 # key (6) for accessing server variables
+trustedkey 3 4 5 14 # define trusted keys
+requestkey 14 # key (7) for accessing server variables
+controlkey 14 # key (6) for accessing server variables
+#
+# Miscellaneous stuff
+#
+driftfile /etc/ntp.drift # path for drift file
+statsdir /var/spool/ntpstats/ # directory for statistics files
+filegen loopstats file loopstats type day enable
+
OpenPOWER on IntegriCloud