Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / ntp / conf / baldwin.conf
1 #
2 # NTP configuration file (ntp.conf)
3 # baldwin.udel.edu
4 #
5 # This illustrates the use of an external clock with the local clock
6 # driver, as well as a multicast server. The prefer keyword on the
7 # local clock driver declares an external clock and that the time of
8 # this server should not be wiggled by an NTP peer, unless the
9 # external source comes unstuck. Note the use of the multicast group
10 # ID assigned to NTP, 224.0.1.1, which identifies this as a multicast
11 # server rather than a broadcast one. The other NTP peers are known
12 # stratum-1 chimes intended as backup should the external clock croak.
13 #
14 server 127.127.1.0 prefer       # local clock driver
15 broadcast 224.0.1.1 key 6 ttl 127
16 peer rackety.udel.edu
17 peer barnstable.udel.edu
18 peer mizbeaver.udel.edu
19 peer pogo.udel.edu
20 #
21 # Miscellaneous stuff
22 #
23 driftfile /etc/ntp.drift        # path for drift file
24 statsdir /baldwin/ntpstats/     # directory for statistics files
25 filegen peerstats file peerstats type day enable
26 filegen loopstats file loopstats type day enable
27 filegen clockstats file clockstats type day enable
28 #
29 # Authentication stuff
30 #
31 keys /usr/local/etc/ntp.keys    # path for keys file
32 trustedkey 3 4 5 6 14 15        # define trusted keys
33 requestkey 15                   # key (7) for accessing server variables
34 controlkey 15                   # key (6) for accessing server variables