pogo.conf revision 82498
1223486Shselasky#
2223486Shselasky# NTP configuration file (ntp.conf)
3223486Shselasky# SunOS pogo.udel.edu 5.8 Generic sun4u sparc SUNW,Ultra-1
4223486Shselasky#
5223486Shselaskyserver 127.127.6.1 prefer	# IRIG from GPS1
6223486Shselaskyfudge 127.127.6.1 refid GPS1 time1 -.002777 flag2 1
7223486Shselaskyserver 127.127.4.1		# spectracom GPS receiver
8223486Shselasky# delays: prop 0.0088 ant .0002 rcvr .0173 = 26.3 ms; os .0035
9223486Shselaskyfudge 127.127.4.1 refid GPS2 time1 .000221 
10223486Shselaskyserver 127.127.22.0		# PPS from GPS2
11223486Shselaskyfudge 127.127.22.0 flag3 1	# kernel PPS
12223486Shselasky#
13223486Shselasky# Backups
14223486Shselasky#
15223486Shselaskyserver 128.4.1.2		# mizbeaver
16223486Shselaskyserver 128.175.60.175 version 3	# ntp1.nss
17223486Shselasky#
18223486Shselasky# Services
19223486Shselasky#
20223486Shselaskymanycastclient 239.1.1.1 autokey maxpoll 12 ttl 7
21223486Shselaskymanycastserver 239.1.1.1
22223486Shselasky#
23223486Shselasky# Access control stuff
24223486Shselasky#
25223486Shselaskyrestrict default noserve	# default deny
26223486Shselaskyrestrict 127.0.0.1		# allow local host
27223486Shselaskyrestrict 128.4.0.0 mask 255.255.0.0 # allow DCnet clients
28223486Shselaskyrestrict 128.175.0.0 mask 255.255.0.0 # allow UDel clients
29223486Shselaskyrestrict 140.173.0.0 mask 255.255.0.0 # allow DARTnet/CAIRN clients
30223486Shselasky#
31223486Shselasky# Authentication stuff
32#
33# Local filesystem 
34# /etc/ntpkey -> ntpkey.3171396491
35# /etc/ntpkey.3171396491
36#
37# NFS mounted filesystem
38# /usr/local/etc/ntpkey -> /etc/ntpkey
39# /usr/local/etc/ntpkey_dh -> ntpkey_dh.3171396491
40# /usr/local/etc/ntpkey_dh.3171396491
41# /usr/local/etc/ntpkey_pogo.udel.edu -> ntpkey_pogo.udel.edu.3171396491
42# /usr/local/etc/ntpkey_pogo.udel.edu.3171396491
43#
44crypto privatekey /etc/ntpkey	# enable public key
45keys /usr/local/etc/ntp.keys	# path for keys file
46trustedkey 3 4 5 14		# define trusted keys
47requestkey 14			# key (7) for accessing server variables
48controlkey 14			# key (6) for accessing server variables
49#
50# Miscellaneous stuff
51#
52driftfile /etc/ntp.drift	# path for drift file
53statsdir /var/spool/ntpstats/	# directory for statistics files
54filegen loopstats file loopstats type day enable
55
56