]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - ntp/ntp.conf
libpng: Update to 1.6.10.
[people/ms/ipfire-3.x.git] / ntp / ntp.conf
CommitLineData
5af29fb3
MT
1# For more information about this file, see the man pages
2# ntp.conf(5), ntp_acc(5), ntp_auth(5), ntp_clock(5), ntp_misc(5), ntp_mon(5).
3
4driftfile VARNTP/drift
5
6# Permit time synchronization with our time source, but do not
7# permit the source to query or modify the service on this system.
8restrict default kod nomodify notrap nopeer noquery
9restrict -6 default kod nomodify notrap nopeer noquery
10
11# Permit all access over the loopback interface. This could
12# be tightened as well, but to do so would effect some of
13# the administrative functions.
14restrict 127.0.0.1
15restrict -6 ::1
16
17# Hosts on local network are less restricted.
18#restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap
19
20# Use public servers from the pool.ntp.org project.
21# Please consider joining the pool (http://www.pool.ntp.org/join.html).
22server 0.VENDORZONE.pool.ntp.org iburst
23server 1.VENDORZONE.pool.ntp.org iburst
24server 2.VENDORZONE.pool.ntp.org iburst
25server 3.VENDORZONE.pool.ntp.org iburst
26
27#broadcast 192.168.1.255 autokey # broadcast server
28#broadcastclient # broadcast client
29#broadcast 224.0.1.1 autokey # multicast server
30#multicastclient 224.0.1.1 # multicast client
31#manycastserver 239.255.254.254 # manycast server
32#manycastclient 239.255.254.254 autokey # manycast client
33
34# Enable public key cryptography.
35#crypto
36
37includefile ETCNTP/crypto/pw
38
39# Key file containing the keys and key identifiers used when operating
40# with symmetric key cryptography.
41keys ETCNTP/keys
42
43# Specify the key identifiers which are trusted.
44#trustedkey 4 8 42
45
46# Specify the key identifier to use with the ntpdc utility.
47#requestkey 8
48
49# Specify the key identifier to use with the ntpq utility.
50#controlkey 8
51
52# Enable writing of statistics records.
53#statistics clockstats cryptostats loopstats peerstats