Blame SOURCES/ntp.conf

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