]> git.pld-linux.org Git - packages/ntp.git/blob - ntp.conf
- s/authenticate off/disable auth/
[packages/ntp.git] / ntp.conf
1 #
2 # Default ntp stratum 1 servers:
3 #
4 # server        ntp.nasa.gov
5 # server        clock.isc.org
6
7 #
8 # Undisciplined Local Clock. This is a fake driver intended for backup
9 # and when no outside source of synchronized time is available. The
10 # default stratum is usually 3, but in this case we elect to use stratum
11 # 0. Since the server line does not have the prefer keyword, this driver
12 # is never used for synchronization, unless no other other
13 # synchronization source is available. In case the local host is
14 # controlled by some external source, such as an external oscillator or
15 # another protocol, the prefer keyword would cause the local host to
16 # disregard all other synchronization sources, unless the kernel
17 # modifications are in use and declare an unsynchronized condition.
18 #
19 server  127.127.1.0     # local clock
20 fudge   127.127.1.0 stratum 0   
21
22 #
23 # Drift file.  Put this in a directory which the daemon can write to.
24 # No symbolic links allowed, either, since the daemon updates the file
25 # by creating a temporary in the same directory and then rename()'ing
26 # it to the file.
27 #
28 driftfile /etc/ntp/drift
29 multicastclient                 # listen on default 224.0.1.1
30 broadcastdelay  0.008
31
32 #
33 # Authentication delay.  If you use, or plan to use someday, the
34 # authentication facility you should make the programs in the auth_stuff
35 # directory and figure out what this number should be on your machine.
36 #
37 disable auth
38
39 #
40 # Keys file.  If you want to diddle your server at run time, make a
41 # keys file (mode 600 for sure) and define the key number to be
42 # used for making requests.
43 #
44 #keys           /etc/ntp/keys
45 #trustedkey     65535
46 #requestkey     65535
47 #controlkey     65535
This page took 0.061289 seconds and 4 git commands to generate.