]> git.friedersdorff.com Git - max/saltfiles.git/blob - states/ntp/files/ntp.conf
Install and manage ntp
[max/saltfiles.git] / states / ntp / files / ntp.conf
1 # NOTES:
2 # DHCP clients can append or replace NTP configuration files.
3 # You should consult your DHCP client documentation about its
4 # default behaviour and how to change it.
5
6 # Name of the servers ntpd should sync with
7 # Please respect the access policy as stated by the responsible person.
8 #server         ntp.example.tld         iburst
9
10 # Common pool for random people
11 #server pool.ntp.org
12
13 # Pools for Gentoo users
14 server 0.gentoo.pool.ntp.org
15 server 1.gentoo.pool.ntp.org
16 server 2.gentoo.pool.ntp.org
17 server 3.gentoo.pool.ntp.org
18 server 127.127.1.0
19 fudge 127.127.1.0 stratum 10
20
21 ##
22 # A list of available servers can be found here:
23 # http://www.pool.ntp.org/
24 # http://www.pool.ntp.org/#use
25 # A good way to get servers for your machine is:
26 # netselect -s 3 pool.ntp.org
27 ##
28
29 # you should not need to modify the following paths
30 driftfile       /var/lib/ntp/ntp.drift
31
32 #server ntplocal.example.com prefer 
33 #server timeserver.example.org 
34
35 # Warning: Using default NTP settings will leave your NTP
36 # server accessible to all hosts on the Internet.
37
38 # If you want to deny all machines (including your own)
39 # from accessing the NTP server, uncomment:
40 #restrict default ignore
41
42
43 # Default configuration:
44 # - Allow only time queries, at a limited rate, sending KoD when in excess.
45 # - Allow all local queries (IPv4, IPv6)
46 restrict default nomodify nopeer noquery
47 restrict 127.0.0.1
48 restrict [::1]
49
50
51 # To allow machines within your network to synchronize
52 # their clocks with your server, but ensure they are
53 # not allowed to configure the server or used as peers
54 # to synchronize against, uncomment this line.
55 #
56 #restrict 192.168.0.0 mask 255.255.255.0 nomodify nopeer notrap