2 # NTP configuration file (ntp.conf)
3 # SunOS pogo.udel.edu 5.8 Generic sun4u sparc SUNW,Ultra-1
5 server 127.127.6.1 prefer # IRIG from GPS1
6 fudge 127.127.6.1 refid GPS1 time1 -.002777 flag2 1
7 server 127.127.4.1 # spectracom GPS receiver
8 # delays: prop 0.0088 ant .0002 rcvr .0173 = 26.3 ms; os .0035
9 fudge 127.127.4.1 refid GPS2 time1 .000221
10 server 127.127.22.0 # PPS from GPS2
11 fudge 127.127.22.0 flag3 1 # kernel PPS
15 server 128.4.1.2 # mizbeaver
16 server 128.175.60.175 version 3 # ntp1.nss
20 manycastclient 239.1.1.1 autokey maxpoll 12 ttl 7
21 manycastserver 239.1.1.1
23 # Access control stuff
25 restrict default noserve # default deny
26 restrict 127.0.0.1 # allow local host
27 restrict 128.4.0.0 mask 255.255.0.0 # allow DCnet clients
28 restrict 128.175.0.0 mask 255.255.0.0 # allow UDel clients
29 restrict 140.173.0.0 mask 255.255.0.0 # allow DARTnet/CAIRN clients
31 # Authentication stuff
33 crypto # enable public key
34 keys /usr/local/etc/ntp.keys # path for keys file
35 trustedkey 3 4 5 14 # define trusted keys
36 requestkey 14 # key (7) for accessing server variables
37 controlkey 14 # key (6) for accessing server variables
41 driftfile /etc/ntp.drift # path for drift file
42 statsdir /var/spool/ntpstats/ # directory for statistics files
43 filegen loopstats file loopstats type day enable
44 filegen cryptostats file cryptostats type day enable