Blame SOURCES/ntp.conf

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