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.
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
10 # Common pool for random people
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
19 fudge 127.127.1.0 stratum 10
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
29 # you should not need to modify the following paths
30 driftfile /var/lib/ntp/ntp.drift
32 #server ntplocal.example.com prefer
33 #server timeserver.example.org
35 # Warning: Using default NTP settings will leave your NTP
36 # server accessible to all hosts on the Internet.
38 # If you want to deny all machines (including your own)
39 # from accessing the NTP server, uncomment:
40 #restrict default ignore
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
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.
56 #restrict 192.168.0.0 mask 255.255.255.0 nomodify nopeer notrap