Blame SOURCES/ntp.conf

2b78f7
# For more information about this file, see the man pages
2b78f7
# ntp.conf(5), ntp_acc(5), ntp_auth(5), ntp_clock(5), ntp_misc(5), ntp_mon(5).
2b78f7
2b78f7
driftfile VARNTP/drift
2b78f7
2b78f7
# Permit time synchronization with our time source, but do not
2b78f7
# permit the source to query or modify the service on this system.
2b78f7
restrict default nomodify notrap nopeer noquery
2b78f7
2b78f7
# Permit all access over the loopback interface.  This could
2b78f7
# be tightened as well, but to do so would effect some of
2b78f7
# the administrative functions.
2b78f7
restrict 127.0.0.1 
2b78f7
restrict ::1
2b78f7
2b78f7
# Hosts on local network are less restricted.
2b78f7
#restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap
2b78f7
2b78f7
# Use public servers from the pool.ntp.org project.
2b78f7
# Please consider joining the pool (http://www.pool.ntp.org/join.html).
2b78f7
server 0.VENDORZONE.pool.ntp.org iburst
2b78f7
server 1.VENDORZONE.pool.ntp.org iburst
2b78f7
server 2.VENDORZONE.pool.ntp.org iburst
2b78f7
server 3.VENDORZONE.pool.ntp.org iburst
2b78f7
2b78f7
#broadcast 192.168.1.255 autokey	# broadcast server
2b78f7
#broadcastclient			# broadcast client
2b78f7
#broadcast 224.0.1.1 autokey		# multicast server
2b78f7
#multicastclient 224.0.1.1		# multicast client
2b78f7
#manycastserver 239.255.254.254		# manycast server
2b78f7
#manycastclient 239.255.254.254 autokey # manycast client
2b78f7
2b78f7
# Enable public key cryptography.
2b78f7
#crypto
2b78f7
2b78f7
includefile ETCNTP/crypto/pw
2b78f7
2b78f7
# Key file containing the keys and key identifiers used when operating
2b78f7
# with symmetric key cryptography. 
2b78f7
keys ETCNTP/keys
2b78f7
2b78f7
# Specify the key identifiers which are trusted.
2b78f7
#trustedkey 4 8 42
2b78f7
2b78f7
# Specify the key identifier to use with the ntpdc utility.
2b78f7
#requestkey 8
2b78f7
2b78f7
# Specify the key identifier to use with the ntpq utility.
2b78f7
#controlkey 8
2b78f7
2b78f7
# Enable writing of statistics records.
2b78f7
#statistics clockstats cryptostats loopstats peerstats
2b78f7
2b78f7
# Disable the monitoring facility to prevent amplification attacks using ntpdc
2b78f7
# monlist command when default restrict does not include the noquery flag. See
2b78f7
# CVE-2013-5211 for more details.
2b78f7
# Note: Monitoring will not be disabled with the limited restriction flag.
2b78f7
disable monitor