Home | History | Annotate | Line # | Download | only in etc
ntp.conf revision 1.10
      1  1.10  christos # $NetBSD: ntp.conf,v 1.10 2011/07/09 19:24:13 christos Exp $
      2   1.1      fair #
      3   1.7     fredb # NetBSD default Network Time Protocol (NTP) configuration file for ntpd
      4   1.8     fredb 
      5   1.8     fredb # This file is intended to be both a usable default, and a Quick-Start
      6   1.8     fredb # Guide. The directives and options listed here are not at all complete.
      7   1.9      reed # A great deal of additional documentation, including links to FAQS and
      8   1.8     fredb # other guides, may be found on the official NTP web site, in particular
      9   1.8     fredb #
     10   1.8     fredb #	http://www.ntp.org/documentation.html
     11   1.8     fredb #
     12   1.1      fair 
     13   1.1      fair # Process ID file, so that the daemon can be signalled from scripts
     14   1.1      fair 
     15   1.3     lukem pidfile		/var/run/ntpd.pid
     16   1.1      fair 
     17   1.2    simonb # The correction calculated by ntpd(8) for the local system clock's
     18   1.7     fredb # drift is stored here.
     19   1.1      fair 
     20   1.3     lukem driftfile	/var/db/ntp.drift
     21   1.1      fair 
     22   1.7     fredb # Suppress the syslog(3) message for each peer synchronization change.
     23   1.1      fair 
     24   1.3     lukem logconfig	-syncstatus
     25   1.5     fredb 
     26   1.5     fredb # This will help minimize disruptions due to network congestion. Don't
     27   1.5     fredb # do this if you configure only one server!
     28   1.5     fredb 
     29   1.5     fredb tos		minsane 2
     30   1.1      fair 
     31  1.10  christos # Set the number of tries to register with mdns. 0 means never
     32  1.10  christos #
     33  1.10  christos mdnstries	0
     34  1.10  christos 
     35   1.7     fredb # Hereafter should be "server" or "peer" statements to configure other
     36   1.7     fredb # hosts to exchange NTP packets with. Peers should be selected in such
     37   1.7     fredb # a way that the network path to them is symmetric (that is, the series
     38   1.7     fredb # of links and routers used to get to the peer is the same one that the
     39   1.7     fredb # peer uses to get back. NTP assumes such symmetry in its network delay
     40   1.7     fredb # calculation. NTP will apply an incorrect adjustment to timestamps
     41   1.7     fredb # received from the peer if the path is not symmetric. This can result
     42   1.7     fredb # in clock skew (your system clock being maintained consistently wrong
     43   1.7     fredb # by a certain amount).
     44   1.7     fredb #
     45   1.1      fair # The best way to select symmetric peers is to make sure that the
     46   1.7     fredb # network path to them is as short as possible (this reduces the chance
     47   1.7     fredb # that there is more than one network path between you and your peer).
     48   1.7     fredb # You can measure these distances with the traceroute(8)  program. The
     49   1.7     fredb # best place to start looking for NTP peers for your system is within
     50   1.7     fredb # your own network, or at your Internet Service Provider (ISP).
     51   1.1      fair #
     52   1.7     fredb # Ideally, you should select at least three other systems to talk NTP
     53   1.7     fredb # with, for an "what I tell you three times is true" effect.
     54   1.1      fair #
     55   1.1      fair 
     56   1.3     lukem #peer		an.ntp.peer.goes.here
     57   1.3     lukem #server		an.ntp.server.goes.here
     58   1.4       agc 
     59   1.6     fredb # Public servers from the pool.ntp.org project. Volunteer's servers
     60   1.6     fredb # are dynamically assigned to the CNAMES below via DNS round-robin.
     61   1.6     fredb # The pool.ntp.org project needs more volunteers! The only criteria to
     62   1.6     fredb # join are a nailed-up connection and a static IP address. For details,
     63   1.6     fredb # see the web page:
     64   1.6     fredb #
     65   1.4       agc #	http://www.pool.ntp.org/ 
     66   1.6     fredb #
     67   1.6     fredb 
     68   1.6     fredb # The country codes can help you find servers that are net-wise close.
     69   1.6     fredb # As explained above, closer is better...
     70   1.4       agc 
     71   1.6     fredb # Northern U.S.A
     72   1.6     fredb #server		ca.pool.ntp.org
     73   1.6     fredb #server		us.pool.ntp.org
     74   1.6     fredb #server		us.pool.ntp.org
     75   1.6     fredb 
     76   1.6     fredb # Northern Europe
     77   1.6     fredb #server		de.pool.ntp.org
     78   1.6     fredb #server		de.pool.ntp.org
     79   1.6     fredb #server		dk.pool.ntp.org
     80   1.6     fredb 
     81   1.6     fredb # Depending on the vagaries of DNS can occasionally pull in the same
     82   1.6     fredb # server twice. The following CNAMES are guaranteed to be disjoint, at
     83   1.6     fredb # least over some short interval.
     84   1.6     fredb 
     85   1.6     fredb server		0.pool.ntp.org
     86   1.6     fredb server		1.pool.ntp.org
     87   1.6     fredb server		2.pool.ntp.org
     88