Home | History | Annotate | Line # | Download | only in ntpd
ntp.conf.def revision 1.1.1.9
      1 /* -*- Mode: Text -*- */
      2 
      3 autogen definitions options;
      4 
      5 #include copyright.def
      6 
      7 // We want the synopsis to be "/etc/ntp.conf" but we need the prog-name
      8 // to be ntp.conf - the latter is also how autogen produces the output
      9 // file name.
     10 prog-name	= "ntp.conf";
     11 file-path	= "/etc/ntp.conf";
     12 prog-title	= "Network Time Protocol (NTP) daemon configuration file format";
     13 
     14 /* explain: Additional information whenever the usage routine is invoked */
     15 explain = <<- _END_EXPLAIN
     16 	_END_EXPLAIN;
     17 
     18 doc-section	= {
     19   ds-type	= 'DESCRIPTION';
     20   ds-format	= 'mdoc';
     21   ds-text	= <<- _END_PROG_MDOC_DESCRIP
     22 The
     23 .Nm
     24 configuration file is read at initial startup by the
     25 .Xr ntpd 1ntpdmdoc
     26 daemon in order to specify the synchronization sources,
     27 modes and other related information.
     28 Usually, it is installed in the
     29 .Pa /etc
     30 directory,
     31 but could be installed elsewhere
     32 (see the daemon's
     33 .Fl c
     34 command line option).
     35 .Pp
     36 The file format is similar to other
     37 .Ux
     38 configuration files.
     39 Comments begin with a
     40 .Ql #
     41 character and extend to the end of the line;
     42 blank lines are ignored.
     43 Configuration commands consist of an initial keyword
     44 followed by a list of arguments,
     45 some of which may be optional, separated by whitespace.
     46 Commands may not be continued over multiple lines.
     47 Arguments may be host names,
     48 host addresses written in numeric, dotted-quad form,
     49 integers, floating point numbers (when specifying times in seconds)
     50 and text strings.
     51 .Pp
     52 The rest of this page describes the configuration and control options.
     53 The
     54 .Qq Notes on Configuring NTP and Setting up an NTP Subnet
     55 page
     56 (available as part of the HTML documentation
     57 provided in
     58 .Pa /usr/share/doc/ntp )
     59 contains an extended discussion of these options.
     60 In addition to the discussion of general
     61 .Sx Configuration Options ,
     62 there are sections describing the following supported functionality
     63 and the options used to control it:
     64 .Bl -bullet -offset indent
     65 .It
     66 .Sx Authentication Support
     67 .It
     68 .Sx Monitoring Support
     69 .It
     70 .Sx Access Control Support
     71 .It
     72 .Sx Automatic NTP Configuration Options
     73 .It
     74 .Sx Reference Clock Support
     75 .It
     76 .Sx Miscellaneous Options
     77 .El
     78 .Pp
     79 Following these is a section describing
     80 .Sx Miscellaneous Options .
     81 While there is a rich set of options available,
     82 the only required option is one or more
     83 .Ic pool ,
     84 .Ic server ,
     85 .Ic peer ,
     86 .Ic broadcast
     87 or
     88 .Ic manycastclient
     89 commands.
     90 .Sh Configuration Support
     91 Following is a description of the configuration commands in
     92 NTPv4.
     93 These commands have the same basic functions as in NTPv3 and
     94 in some cases new functions and new arguments.
     95 There are two
     96 classes of commands, configuration commands that configure a
     97 persistent association with a remote server or peer or reference
     98 clock, and auxiliary commands that specify environmental variables
     99 that control various related operations.
    100 .Ss Configuration Commands
    101 The various modes are determined by the command keyword and the
    102 type of the required IP address.
    103 Addresses are classed by type as
    104 (s) a remote server or peer (IPv4 class A, B and C), (b) the
    105 broadcast address of a local interface, (m) a multicast address (IPv4
    106 class D), or (r) a reference clock address (127.127.x.x).
    107 Note that
    108 only those options applicable to each command are listed below.
    109 Use
    110 of options not listed may not be caught as an error, but may result
    111 in some weird and even destructive behavior.
    112 .Pp
    113 If the Basic Socket Interface Extensions for IPv6 (RFC-2553)
    114 is detected, support for the IPv6 address family is generated
    115 in addition to the default support of the IPv4 address family.
    116 In a few cases, including the
    117 .Cm reslist
    118 billboard generated
    119 by
    120 .Xr ntpq 1ntpqmdoc
    121 or
    122 .Xr ntpdc 1ntpdcmdoc ,
    123 IPv6 addresses are automatically generated.
    124 IPv6 addresses can be identified by the presence of colons
    125 .Dq \&:
    126 in the address field.
    127 IPv6 addresses can be used almost everywhere where
    128 IPv4 addresses can be used,
    129 with the exception of reference clock addresses,
    130 which are always IPv4.
    131 .Pp
    132 Note that in contexts where a host name is expected, a
    133 .Fl 4
    134 qualifier preceding
    135 the host name forces DNS resolution to the IPv4 namespace,
    136 while a
    137 .Fl 6
    138 qualifier forces DNS resolution to the IPv6 namespace.
    139 See IPv6 references for the
    140 equivalent classes for that address family.
    141 .Bl -tag -width indent
    142 .It Xo Ic pool Ar address
    143 .Op Cm burst
    144 .Op Cm iburst
    145 .Op Cm version Ar version
    146 .Op Cm prefer
    147 .Op Cm minpoll Ar minpoll
    148 .Op Cm maxpoll Ar maxpoll
    149 .Xc
    150 .It Xo Ic server Ar address
    151 .Op Cm key Ar key \&| Cm autokey
    152 .Op Cm burst
    153 .Op Cm iburst
    154 .Op Cm version Ar version
    155 .Op Cm prefer
    156 .Op Cm minpoll Ar minpoll
    157 .Op Cm maxpoll Ar maxpoll
    158 .Op Cm true
    159 .Xc
    160 .It Xo Ic peer Ar address
    161 .Op Cm key Ar key \&| Cm autokey
    162 .Op Cm version Ar version
    163 .Op Cm prefer
    164 .Op Cm minpoll Ar minpoll
    165 .Op Cm maxpoll Ar maxpoll
    166 .Op Cm true
    167 .Op Cm xleave
    168 .Xc
    169 .It Xo Ic broadcast Ar address
    170 .Op Cm key Ar key \&| Cm autokey
    171 .Op Cm version Ar version
    172 .Op Cm prefer
    173 .Op Cm minpoll Ar minpoll
    174 .Op Cm ttl Ar ttl
    175 .Op Cm xleave
    176 .Xc
    177 .It Xo Ic manycastclient Ar address
    178 .Op Cm key Ar key \&| Cm autokey
    179 .Op Cm version Ar version
    180 .Op Cm prefer
    181 .Op Cm minpoll Ar minpoll
    182 .Op Cm maxpoll Ar maxpoll
    183 .Op Cm ttl Ar ttl
    184 .Xc
    185 .El
    186 .Pp
    187 These five commands specify the time server name or address to
    188 be used and the mode in which to operate.
    189 The
    190 .Ar address
    191 can be
    192 either a DNS name or an IP address in dotted-quad notation.
    193 Additional information on association behavior can be found in the
    194 .Qq Association Management
    195 page
    196 (available as part of the HTML documentation
    197 provided in
    198 .Pa /usr/share/doc/ntp ) .
    199 .Bl -tag -width indent
    200 .It Ic pool
    201 For type s addresses, this command mobilizes a persistent
    202 client mode association with a number of remote servers.
    203 In this mode the local clock can synchronized to the
    204 remote server, but the remote server can never be synchronized to
    205 the local clock.
    206 .It Ic server
    207 For type s and r addresses, this command mobilizes a persistent
    208 client mode association with the specified remote server or local
    209 radio clock.
    210 In this mode the local clock can synchronized to the
    211 remote server, but the remote server can never be synchronized to
    212 the local clock.
    213 This command should
    214 .Em not
    215 be used for type
    216 b or m addresses.
    217 .It Ic peer
    218 For type s addresses (only), this command mobilizes a
    219 persistent symmetric-active mode association with the specified
    220 remote peer.
    221 In this mode the local clock can be synchronized to
    222 the remote peer or the remote peer can be synchronized to the local
    223 clock.
    224 This is useful in a network of servers where, depending on
    225 various failure scenarios, either the local or remote peer may be
    226 the better source of time.
    227 This command should NOT be used for type
    228 b, m or r addresses.
    229 .It Ic broadcast
    230 For type b and m addresses (only), this
    231 command mobilizes a persistent broadcast mode association.
    232 Multiple
    233 commands can be used to specify multiple local broadcast interfaces
    234 (subnets) and/or multiple multicast groups.
    235 Note that local
    236 broadcast messages go only to the interface associated with the
    237 subnet specified, but multicast messages go to all interfaces.
    238 In broadcast mode the local server sends periodic broadcast
    239 messages to a client population at the
    240 .Ar address
    241 specified, which is usually the broadcast address on (one of) the
    242 local network(s) or a multicast address assigned to NTP.
    243 The IANA
    244 has assigned the multicast group address IPv4 224.0.1.1 and
    245 IPv6 ff05::101 (site local) exclusively to
    246 NTP, but other nonconflicting addresses can be used to contain the
    247 messages within administrative boundaries.
    248 Ordinarily, this
    249 specification applies only to the local server operating as a
    250 sender; for operation as a broadcast client, see the
    251 .Ic broadcastclient
    252 or
    253 .Ic multicastclient
    254 commands
    255 below.
    256 .It Ic manycastclient
    257 For type m addresses (only), this command mobilizes a
    258 manycast client mode association for the multicast address
    259 specified.
    260 In this case a specific address must be supplied which
    261 matches the address used on the
    262 .Ic manycastserver
    263 command for
    264 the designated manycast servers.
    265 The NTP multicast address
    266 224.0.1.1 assigned by the IANA should NOT be used, unless specific
    267 means are taken to avoid spraying large areas of the Internet with
    268 these messages and causing a possibly massive implosion of replies
    269 at the sender.
    270 The
    271 .Ic manycastserver
    272 command specifies that the local server
    273 is to operate in client mode with the remote servers that are
    274 discovered as the result of broadcast/multicast messages.
    275 The
    276 client broadcasts a request message to the group address associated
    277 with the specified
    278 .Ar address
    279 and specifically enabled
    280 servers respond to these messages.
    281 The client selects the servers
    282 providing the best time and continues as with the
    283 .Ic server
    284 command.
    285 The remaining servers are discarded as if never
    286 heard.
    287 .El
    288 .Pp
    289 Options:
    290 .Bl -tag -width indent
    291 .It Cm autokey
    292 All packets sent to and received from the server or peer are to
    293 include authentication fields encrypted using the autokey scheme
    294 described in
    295 .Sx Authentication Options .
    296 .It Cm burst
    297 when the server is reachable, send a burst of eight packets
    298 instead of the usual one.
    299 The packet spacing is normally 2 s;
    300 however, the spacing between the first and second packets
    301 can be changed with the
    302 .Ic calldelay
    303 command to allow
    304 additional time for a modem or ISDN call to complete.
    305 This is designed to improve timekeeping quality
    306 with the
    307 .Ic server
    308 command and s addresses.
    309 .It Cm iburst
    310 When the server is unreachable, send a burst of eight packets
    311 instead of the usual one.
    312 The packet spacing is normally 2 s;
    313 however, the spacing between the first two packets can be
    314 changed with the
    315 .Ic calldelay
    316 command to allow
    317 additional time for a modem or ISDN call to complete.
    318 This is designed to speed the initial synchronization
    319 acquisition with the
    320 .Ic server
    321 command and s addresses and when
    322 .Xr ntpd 1ntpdmdoc
    323 is started with the
    324 .Fl q
    325 option.
    326 .It Cm key Ar key
    327 All packets sent to and received from the server or peer are to
    328 include authentication fields encrypted using the specified
    329 .Ar key
    330 identifier with values from 1 to 65534, inclusive.
    331 The
    332 default is to include no encryption field.
    333 .It Cm minpoll Ar minpoll
    334 .It Cm maxpoll Ar maxpoll
    335 These options specify the minimum and maximum poll intervals
    336 for NTP messages, as a power of 2 in seconds
    337 The maximum poll
    338 interval defaults to 10 (1,024 s), but can be increased by the
    339 .Cm maxpoll
    340 option to an upper limit of 17 (36.4 h).
    341 The
    342 minimum poll interval defaults to 6 (64 s), but can be decreased by
    343 the
    344 .Cm minpoll
    345 option to a lower limit of 4 (16 s).
    346 .It Cm noselect
    347 Marks the server as unused, except for display purposes.
    348 The server is discarded by the selection algroithm.
    349 .It Cm preempt
    350 Says the association can be preempted.
    351 .It Cm true
    352 Marks the server as a truechimer.
    353 Use this option only for testing.
    354 .It Cm prefer
    355 Marks the server as preferred.
    356 All other things being equal,
    357 this host will be chosen for synchronization among a set of
    358 correctly operating hosts.
    359 See the
    360 .Qq Mitigation Rules and the prefer Keyword
    361 page
    362 (available as part of the HTML documentation
    363 provided in
    364 .Pa /usr/share/doc/ntp )
    365 for further information.
    366 .It Cm true
    367 Forces the association to always survive the selection and clustering algorithms.
    368 This option should almost certainly
    369 .Em only
    370 be used while testing an association.
    371 .It Cm ttl Ar ttl
    372 This option is used only with broadcast server and manycast
    373 client modes.
    374 It specifies the time-to-live
    375 .Ar ttl
    376 to
    377 use on broadcast server and multicast server and the maximum
    378 .Ar ttl
    379 for the expanding ring search with manycast
    380 client packets.
    381 Selection of the proper value, which defaults to
    382 127, is something of a black art and should be coordinated with the
    383 network administrator.
    384 .It Cm version Ar version
    385 Specifies the version number to be used for outgoing NTP
    386 packets.
    387 Versions 1-4 are the choices, with version 4 the
    388 default.
    389 .It Cm xleave
    390 Valid in
    391 .Cm peer
    392 and
    393 .Cm broadcast
    394 modes only, this flag enables interleave mode.
    395 .El
    396 .Ss Auxiliary Commands
    397 .Bl -tag -width indent
    398 .It Ic broadcastclient
    399 This command enables reception of broadcast server messages to
    400 any local interface (type b) address.
    401 Upon receiving a message for
    402 the first time, the broadcast client measures the nominal server
    403 propagation delay using a brief client/server exchange with the
    404 server, then enters the broadcast client mode, in which it
    405 synchronizes to succeeding broadcast messages.
    406 Note that, in order
    407 to avoid accidental or malicious disruption in this mode, both the
    408 server and client should operate using symmetric-key or public-key
    409 authentication as described in
    410 .Sx Authentication Options .
    411 .It Ic manycastserver Ar address ...
    412 This command enables reception of manycast client messages to
    413 the multicast group address(es) (type m) specified.
    414 At least one
    415 address is required, but the NTP multicast address 224.0.1.1
    416 assigned by the IANA should NOT be used, unless specific means are
    417 taken to limit the span of the reply and avoid a possibly massive
    418 implosion at the original sender.
    419 Note that, in order to avoid
    420 accidental or malicious disruption in this mode, both the server
    421 and client should operate using symmetric-key or public-key
    422 authentication as described in
    423 .Sx Authentication Options .
    424 .It Ic multicastclient Ar address ...
    425 This command enables reception of multicast server messages to
    426 the multicast group address(es) (type m) specified.
    427 Upon receiving
    428 a message for the first time, the multicast client measures the
    429 nominal server propagation delay using a brief client/server
    430 exchange with the server, then enters the broadcast client mode, in
    431 which it synchronizes to succeeding multicast messages.
    432 Note that,
    433 in order to avoid accidental or malicious disruption in this mode,
    434 both the server and client should operate using symmetric-key or
    435 public-key authentication as described in
    436 .Sx Authentication Options .
    437 .It Ic mdnstries Ar number
    438 If we are participating in mDNS,
    439 after we have synched for the first time
    440 we attempt to register with the mDNS system.
    441 If that registration attempt fails,
    442 we try again at one minute intervals for up to
    443 .Ic mdnstries
    444 times.
    445 After all,
    446 .Ic ntpd
    447 may be starting before mDNS.
    448 The default value for
    449 .Ic mdnstries
    450 is 5.
    451 .El
    452 .Sh Authentication Support
    453 Authentication support allows the NTP client to verify that the
    454 server is in fact known and trusted and not an intruder intending
    455 accidentally or on purpose to masquerade as that server.
    456 The NTPv3
    457 specification RFC-1305 defines a scheme which provides
    458 cryptographic authentication of received NTP packets.
    459 Originally,
    460 this was done using the Data Encryption Standard (DES) algorithm
    461 operating in Cipher Block Chaining (CBC) mode, commonly called
    462 DES-CBC.
    463 Subsequently, this was replaced by the RSA Message Digest
    464 5 (MD5) algorithm using a private key, commonly called keyed-MD5.
    465 Either algorithm computes a message digest, or one-way hash, which
    466 can be used to verify the server has the correct private key and
    467 key identifier.
    468 .Pp
    469 NTPv4 retains the NTPv3 scheme, properly described as symmetric key
    470 cryptography and, in addition, provides a new Autokey scheme
    471 based on public key cryptography.
    472 Public key cryptography is generally considered more secure
    473 than symmetric key cryptography, since the security is based
    474 on a private value which is generated by each server and
    475 never revealed.
    476 With Autokey all key distribution and
    477 management functions involve only public values, which
    478 considerably simplifies key distribution and storage.
    479 Public key management is based on X.509 certificates,
    480 which can be provided by commercial services or
    481 produced by utility programs in the OpenSSL software library
    482 or the NTPv4 distribution.
    483 .Pp
    484 While the algorithms for symmetric key cryptography are
    485 included in the NTPv4 distribution, public key cryptography
    486 requires the OpenSSL software library to be installed
    487 before building the NTP distribution.
    488 Directions for doing that
    489 are on the Building and Installing the Distribution page.
    490 .Pp
    491 Authentication is configured separately for each association
    492 using the
    493 .Cm key
    494 or
    495 .Cm autokey
    496 subcommand on the
    497 .Ic peer ,
    498 .Ic server ,
    499 .Ic broadcast
    500 and
    501 .Ic manycastclient
    502 configuration commands as described in
    503 .Sx Configuration Options
    504 page.
    505 The authentication
    506 options described below specify the locations of the key files,
    507 if other than default, which symmetric keys are trusted
    508 and the interval between various operations, if other than default.
    509 .Pp
    510 Authentication is always enabled,
    511 although ineffective if not configured as
    512 described below.
    513 If a NTP packet arrives
    514 including a message authentication
    515 code (MAC), it is accepted only if it
    516 passes all cryptographic checks.
    517 The
    518 checks require correct key ID, key value
    519 and message digest.
    520 If the packet has
    521 been modified in any way or replayed
    522 by an intruder, it will fail one or more
    523 of these checks and be discarded.
    524 Furthermore, the Autokey scheme requires a
    525 preliminary protocol exchange to obtain
    526 the server certificate, verify its
    527 credentials and initialize the protocol
    528 .Pp
    529 The
    530 .Cm auth
    531 flag controls whether new associations or
    532 remote configuration commands require cryptographic authentication.
    533 This flag can be set or reset by the
    534 .Ic enable
    535 and
    536 .Ic disable
    537 commands and also by remote
    538 configuration commands sent by a
    539 .Xr ntpdc 1ntpdcmdoc
    540 program running on
    541 another machine.
    542 If this flag is enabled, which is the default
    543 case, new broadcast client and symmetric passive associations and
    544 remote configuration commands must be cryptographically
    545 authenticated using either symmetric key or public key cryptography.
    546 If this
    547 flag is disabled, these operations are effective
    548 even if not cryptographic
    549 authenticated.
    550 It should be understood
    551 that operating with the
    552 .Ic auth
    553 flag disabled invites a significant vulnerability
    554 where a rogue hacker can
    555 masquerade as a falseticker and seriously
    556 disrupt system timekeeping.
    557 It is
    558 important to note that this flag has no purpose
    559 other than to allow or disallow
    560 a new association in response to new broadcast
    561 and symmetric active messages
    562 and remote configuration commands and, in particular,
    563 the flag has no effect on
    564 the authentication process itself.
    565 .Pp
    566 An attractive alternative where multicast support is available
    567 is manycast mode, in which clients periodically troll
    568 for servers as described in the
    569 .Sx Automatic NTP Configuration Options
    570 page.
    571 Either symmetric key or public key
    572 cryptographic authentication can be used in this mode.
    573 The principle advantage
    574 of manycast mode is that potential servers need not be
    575 configured in advance,
    576 since the client finds them during regular operation,
    577 and the configuration
    578 files for all clients can be identical.
    579 .Pp
    580 The security model and protocol schemes for
    581 both symmetric key and public key
    582 cryptography are summarized below;
    583 further details are in the briefings, papers
    584 and reports at the NTP project page linked from
    585 .Li http://www.ntp.org/ .
    586 .Ss Symmetric-Key Cryptography
    587 The original RFC-1305 specification allows any one of possibly
    588 65,534 keys, each distinguished by a 32-bit key identifier, to
    589 authenticate an association.
    590 The servers and clients involved must
    591 agree on the key and key identifier to
    592 authenticate NTP packets.
    593 Keys and
    594 related information are specified in a key
    595 file, usually called
    596 .Pa ntp.keys ,
    597 which must be distributed and stored using
    598 secure means beyond the scope of the NTP protocol itself.
    599 Besides the keys used
    600 for ordinary NTP associations,
    601 additional keys can be used as passwords for the
    602 .Xr ntpq 1ntpqmdoc
    603 and
    604 .Xr ntpdc 1ntpdcmdoc
    605 utility programs.
    606 .Pp
    607 When
    608 .Xr ntpd 1ntpdmdoc
    609 is first started, it reads the key file specified in the
    610 .Ic keys
    611 configuration command and installs the keys
    612 in the key cache.
    613 However,
    614 individual keys must be activated with the
    615 .Ic trusted
    616 command before use.
    617 This
    618 allows, for instance, the installation of possibly
    619 several batches of keys and
    620 then activating or deactivating each batch
    621 remotely using
    622 .Xr ntpdc 1ntpdcmdoc .
    623 This also provides a revocation capability that can be used
    624 if a key becomes compromised.
    625 The
    626 .Ic requestkey
    627 command selects the key used as the password for the
    628 .Xr ntpdc 1ntpdcmdoc
    629 utility, while the
    630 .Ic controlkey
    631 command selects the key used as the password for the
    632 .Xr ntpq 1ntpqmdoc
    633 utility.
    634 .Ss Public Key Cryptography
    635 NTPv4 supports the original NTPv3 symmetric key scheme
    636 described in RFC-1305 and in addition the Autokey protocol,
    637 which is based on public key cryptography.
    638 The Autokey Version 2 protocol described on the Autokey Protocol
    639 page verifies packet integrity using MD5 message digests
    640 and verifies the source with digital signatures and any of several
    641 digest/signature schemes.
    642 Optional identity schemes described on the Identity Schemes
    643 page and based on cryptographic challenge/response algorithms
    644 are also available.
    645 Using all of these schemes provides strong security against
    646 replay with or without modification, spoofing, masquerade
    647 and most forms of clogging attacks.
    648 .\" .Pp
    649 .\" The cryptographic means necessary for all Autokey operations
    650 .\" is provided by the OpenSSL software library.
    651 .\" This library is available from http://www.openssl.org/
    652 .\" and can be installed using the procedures outlined
    653 .\" in the Building and Installing the Distribution page.
    654 .\" Once installed,
    655 .\" the configure and build
    656 .\" process automatically detects the library and links
    657 .\" the library routines required.
    658 .Pp
    659 The Autokey protocol has several modes of operation
    660 corresponding to the various NTP modes supported.
    661 Most modes use a special cookie which can be
    662 computed independently by the client and server,
    663 but encrypted in transmission.
    664 All modes use in addition a variant of the S-KEY scheme,
    665 in which a pseudo-random key list is generated and used
    666 in reverse order.
    667 These schemes are described along with an executive summary,
    668 current status, briefing slides and reading list on the
    669 .Sx Autonomous Authentication
    670 page.
    671 .Pp
    672 The specific cryptographic environment used by Autokey servers
    673 and clients is determined by a set of files
    674 and soft links generated by the
    675 .Xr ntp-keygen 1ntpkeygenmdoc
    676 program.
    677 This includes a required host key file,
    678 required certificate file and optional sign key file,
    679 leapsecond file and identity scheme files.
    680 The
    681 digest/signature scheme is specified in the X.509 certificate
    682 along with the matching sign key.
    683 There are several schemes
    684 available in the OpenSSL software library, each identified
    685 by a specific string such as
    686 .Cm md5WithRSAEncryption ,
    687 which stands for the MD5 message digest with RSA
    688 encryption scheme.
    689 The current NTP distribution supports
    690 all the schemes in the OpenSSL library, including
    691 those based on RSA and DSA digital signatures.
    692 .Pp
    693 NTP secure groups can be used to define cryptographic compartments
    694 and security hierarchies.
    695 It is important that every host
    696 in the group be able to construct a certificate trail to one
    697 or more trusted hosts in the same group.
    698 Each group
    699 host runs the Autokey protocol to obtain the certificates
    700 for all hosts along the trail to one or more trusted hosts.
    701 This requires the configuration file in all hosts to be
    702 engineered so that, even under anticipated failure conditions,
    703 the NTP subnet will form such that every group host can find
    704 a trail to at least one trusted host.
    705 .Ss Naming and Addressing
    706 It is important to note that Autokey does not use DNS to
    707 resolve addresses, since DNS can't be completely trusted
    708 until the name servers have synchronized clocks.
    709 The cryptographic name used by Autokey to bind the host identity
    710 credentials and cryptographic values must be independent
    711 of interface, network and any other naming convention.
    712 The name appears in the host certificate in either or both
    713 the subject and issuer fields, so protection against
    714 DNS compromise is essential.
    715 .Pp
    716 By convention, the name of an Autokey host is the name returned
    717 by the Unix
    718 .Xr gethostname 2
    719 system call or equivalent in other systems.
    720 By the system design
    721 model, there are no provisions to allow alternate names or aliases.
    722 However, this is not to say that DNS aliases, different names
    723 for each interface, etc., are constrained in any way.
    724 .Pp
    725 It is also important to note that Autokey verifies authenticity
    726 using the host name, network address and public keys,
    727 all of which are bound together by the protocol specifically
    728 to deflect masquerade attacks.
    729 For this reason Autokey
    730 includes the source and destination IP addresses in message digest
    731 computations and so the same addresses must be available
    732 at both the server and client.
    733 For this reason operation
    734 with network address translation schemes is not possible.
    735 This reflects the intended robust security model where government
    736 and corporate NTP servers are operated outside firewall perimeters.
    737 .Ss Operation
    738 A specific combination of authentication scheme (none,
    739 symmetric key, public key) and identity scheme is called
    740 a cryptotype, although not all combinations are compatible.
    741 There may be management configurations where the clients,
    742 servers and peers may not all support the same cryptotypes.
    743 A secure NTPv4 subnet can be configured in many ways while
    744 keeping in mind the principles explained above and
    745 in this section.
    746 Note however that some cryptotype
    747 combinations may successfully interoperate with each other,
    748 but may not represent good security practice.
    749 .Pp
    750 The cryptotype of an association is determined at the time
    751 of mobilization, either at configuration time or some time
    752 later when a message of appropriate cryptotype arrives.
    753 When mobilized by a
    754 .Ic server
    755 or
    756 .Ic peer
    757 configuration command and no
    758 .Ic key
    759 or
    760 .Ic autokey
    761 subcommands are present, the association is not
    762 authenticated; if the
    763 .Ic key
    764 subcommand is present, the association is authenticated
    765 using the symmetric key ID specified; if the
    766 .Ic autokey
    767 subcommand is present, the association is authenticated
    768 using Autokey.
    769 .Pp
    770 When multiple identity schemes are supported in the Autokey
    771 protocol, the first message exchange determines which one is used.
    772 The client request message contains bits corresponding
    773 to which schemes it has available.
    774 The server response message
    775 contains bits corresponding to which schemes it has available.
    776 Both server and client match the received bits with their own
    777 and select a common scheme.
    778 .Pp
    779 Following the principle that time is a public value,
    780 a server responds to any client packet that matches
    781 its cryptotype capabilities.
    782 Thus, a server receiving
    783 an unauthenticated packet will respond with an unauthenticated
    784 packet, while the same server receiving a packet of a cryptotype
    785 it supports will respond with packets of that cryptotype.
    786 However, unconfigured broadcast or manycast client
    787 associations or symmetric passive associations will not be
    788 mobilized unless the server supports a cryptotype compatible
    789 with the first packet received.
    790 By default, unauthenticated associations will not be mobilized
    791 unless overridden in a decidedly dangerous way.
    792 .Pp
    793 Some examples may help to reduce confusion.
    794 Client Alice has no specific cryptotype selected.
    795 Server Bob has both a symmetric key file and minimal Autokey files.
    796 Alice's unauthenticated messages arrive at Bob, who replies with
    797 unauthenticated messages.
    798 Cathy has a copy of Bob's symmetric
    799 key file and has selected key ID 4 in messages to Bob.
    800 Bob verifies the message with his key ID 4.
    801 If it's the
    802 same key and the message is verified, Bob sends Cathy a reply
    803 authenticated with that key.
    804 If verification fails,
    805 Bob sends Cathy a thing called a crypto-NAK, which tells her
    806 something broke.
    807 She can see the evidence using the
    808 .Xr ntpq 1ntpqmdoc
    809 program.
    810 .Pp
    811 Denise has rolled her own host key and certificate.
    812 She also uses one of the identity schemes as Bob.
    813 She sends the first Autokey message to Bob and they
    814 both dance the protocol authentication and identity steps.
    815 If all comes out okay, Denise and Bob continue as described above.
    816 .Pp
    817 It should be clear from the above that Bob can support
    818 all the girls at the same time, as long as he has compatible
    819 authentication and identity credentials.
    820 Now, Bob can act just like the girls in his own choice of servers;
    821 he can run multiple configured associations with multiple different
    822 servers (or the same server, although that might not be useful).
    823 But, wise security policy might preclude some cryptotype
    824 combinations; for instance, running an identity scheme
    825 with one server and no authentication with another might not be wise.
    826 .Ss Key Management
    827 The cryptographic values used by the Autokey protocol are
    828 incorporated as a set of files generated by the
    829 .Xr ntp-keygen 1ntpkeygenmdoc
    830 utility program, including symmetric key, host key and
    831 public certificate files, as well as sign key, identity parameters
    832 and leapseconds files.
    833 Alternatively, host and sign keys and
    834 certificate files can be generated by the OpenSSL utilities
    835 and certificates can be imported from public certificate
    836 authorities.
    837 Note that symmetric keys are necessary for the
    838 .Xr ntpq 1ntpqmdoc
    839 and
    840 .Xr ntpdc 1ntpdcmdoc
    841 utility programs.
    842 The remaining files are necessary only for the
    843 Autokey protocol.
    844 .Pp
    845 Certificates imported from OpenSSL or public certificate
    846 authorities have certian limitations.
    847 The certificate should be in ASN.1 syntax, X.509 Version 3
    848 format and encoded in PEM, which is the same format
    849 used by OpenSSL.
    850 The overall length of the certificate encoded
    851 in ASN.1 must not exceed 1024 bytes.
    852 The subject distinguished
    853 name field (CN) is the fully qualified name of the host
    854 on which it is used; the remaining subject fields are ignored.
    855 The certificate extension fields must not contain either
    856 a subject key identifier or a issuer key identifier field;
    857 however, an extended key usage field for a trusted host must
    858 contain the value
    859 .Cm trustRoot ; .
    860 Other extension fields are ignored.
    861 .Ss Authentication Commands
    862 .Bl -tag -width indent
    863 .It Ic autokey Op Ar logsec
    864 Specifies the interval between regenerations of the session key
    865 list used with the Autokey protocol.
    866 Note that the size of the key
    867 list for each association depends on this interval and the current
    868 poll interval.
    869 The default value is 12 (4096 s or about 1.1 hours).
    870 For poll intervals above the specified interval, a session key list
    871 with a single entry will be regenerated for every message
    872 sent.
    873 .It Ic controlkey Ar key
    874 Specifies the key identifier to use with the
    875 .Xr ntpq 1ntpqmdoc
    876 utility, which uses the standard
    877 protocol defined in RFC-1305.
    878 The
    879 .Ar key
    880 argument is
    881 the key identifier for a trusted key, where the value can be in the
    882 range 1 to 65,534, inclusive.
    883 .It Xo Ic crypto
    884 .Op Cm cert Ar file
    885 .Op Cm leap Ar file
    886 .Op Cm randfile Ar file
    887 .Op Cm host Ar file
    888 .Op Cm sign Ar file
    889 .Op Cm gq Ar file
    890 .Op Cm gqpar Ar file
    891 .Op Cm iffpar Ar file
    892 .Op Cm mvpar Ar file
    893 .Op Cm pw Ar password
    894 .Xc
    895 This command requires the OpenSSL library.
    896 It activates public key
    897 cryptography, selects the message digest and signature
    898 encryption scheme and loads the required private and public
    899 values described above.
    900 If one or more files are left unspecified,
    901 the default names are used as described above.
    902 Unless the complete path and name of the file are specified, the
    903 location of a file is relative to the keys directory specified
    904 in the
    905 .Ic keysdir
    906 command or default
    907 .Pa /usr/local/etc .
    908 Following are the subcommands:
    909 .Bl -tag -width indent
    910 .It Cm cert Ar file
    911 Specifies the location of the required host public certificate file.
    912 This overrides the link
    913 .Pa ntpkey_cert_ Ns Ar hostname
    914 in the keys directory.
    915 .It Cm gqpar Ar file
    916 Specifies the location of the optional GQ parameters file.
    917 This
    918 overrides the link
    919 .Pa ntpkey_gq_ Ns Ar hostname
    920 in the keys directory.
    921 .It Cm host Ar file
    922 Specifies the location of the required host key file.
    923 This overrides
    924 the link
    925 .Pa ntpkey_key_ Ns Ar hostname
    926 in the keys directory.
    927 .It Cm iffpar Ar file
    928 Specifies the location of the optional IFF parameters file.
    929 This overrides the link
    930 .Pa ntpkey_iff_ Ns Ar hostname
    931 in the keys directory.
    932 .It Cm leap Ar file
    933 Specifies the location of the optional leapsecond file.
    934 This overrides the link
    935 .Pa ntpkey_leap
    936 in the keys directory.
    937 .It Cm mvpar Ar file
    938 Specifies the location of the optional MV parameters file.
    939 This overrides the link
    940 .Pa ntpkey_mv_ Ns Ar hostname
    941 in the keys directory.
    942 .It Cm pw Ar password
    943 Specifies the password to decrypt files containing private keys and
    944 identity parameters.
    945 This is required only if these files have been
    946 encrypted.
    947 .It Cm randfile Ar file
    948 Specifies the location of the random seed file used by the OpenSSL
    949 library.
    950 The defaults are described in the main text above.
    951 .It Cm sign Ar file
    952 Specifies the location of the optional sign key file.
    953 This overrides
    954 the link
    955 .Pa ntpkey_sign_ Ns Ar hostname
    956 in the keys directory.
    957 If this file is
    958 not found, the host key is also the sign key.
    959 .El
    960 .It Ic keys Ar keyfile
    961 Specifies the complete path and location of the MD5 key file
    962 containing the keys and key identifiers used by
    963 .Xr ntpd 1ntpdmdoc ,
    964 .Xr ntpq 1ntpqmdoc
    965 and
    966 .Xr ntpdc 1ntpdcmdoc
    967 when operating with symmetric key cryptography.
    968 This is the same operation as the
    969 .Fl k
    970 command line option.
    971 .It Ic keysdir Ar path
    972 This command specifies the default directory path for
    973 cryptographic keys, parameters and certificates.
    974 The default is
    975 .Pa /usr/local/etc/ .
    976 .It Ic requestkey Ar key
    977 Specifies the key identifier to use with the
    978 .Xr ntpdc 1ntpdcmdoc
    979 utility program, which uses a
    980 proprietary protocol specific to this implementation of
    981 .Xr ntpd 1ntpdmdoc .
    982 The
    983 .Ar key
    984 argument is a key identifier
    985 for the trusted key, where the value can be in the range 1 to
    986 65,534, inclusive.
    987 .It Ic revoke Ar logsec
    988 Specifies the interval between re-randomization of certain
    989 cryptographic values used by the Autokey scheme, as a power of 2 in
    990 seconds.
    991 These values need to be updated frequently in order to
    992 deflect brute-force attacks on the algorithms of the scheme;
    993 however, updating some values is a relatively expensive operation.
    994 The default interval is 16 (65,536 s or about 18 hours).
    995 For poll
    996 intervals above the specified interval, the values will be updated
    997 for every message sent.
    998 .It Ic trustedkey Ar key ...
    999 Specifies the key identifiers which are trusted for the
   1000 purposes of authenticating peers with symmetric key cryptography,
   1001 as well as keys used by the
   1002 .Xr ntpq 1ntpqmdoc
   1003 and
   1004 .Xr ntpdc 1ntpdcmdoc
   1005 programs.
   1006 The authentication procedures require that both the local
   1007 and remote servers share the same key and key identifier for this
   1008 purpose, although different keys can be used with different
   1009 servers.
   1010 The
   1011 .Ar key
   1012 arguments are 32-bit unsigned
   1013 integers with values from 1 to 65,534.
   1014 .El
   1015 .Ss Error Codes
   1016 The following error codes are reported via the NTP control
   1017 and monitoring protocol trap mechanism.
   1018 .Bl -tag -width indent
   1019 .It 101
   1020 .Pq bad field format or length
   1021 The packet has invalid version, length or format.
   1022 .It 102
   1023 .Pq bad timestamp
   1024 The packet timestamp is the same or older than the most recent received.
   1025 This could be due to a replay or a server clock time step.
   1026 .It 103
   1027 .Pq bad filestamp
   1028 The packet filestamp is the same or older than the most recent received.
   1029 This could be due to a replay or a key file generation error.
   1030 .It 104
   1031 .Pq bad or missing public key
   1032 The public key is missing, has incorrect format or is an unsupported type.
   1033 .It 105
   1034 .Pq unsupported digest type
   1035 The server requires an unsupported digest/signature scheme.
   1036 .It 106
   1037 .Pq mismatched digest types
   1038 Not used.
   1039 .It 107
   1040 .Pq bad signature length
   1041 The signature length does not match the current public key.
   1042 .It 108
   1043 .Pq signature not verified
   1044 The message fails the signature check.
   1045 It could be bogus or signed by a
   1046 different private key.
   1047 .It 109
   1048 .Pq certificate not verified
   1049 The certificate is invalid or signed with the wrong key.
   1050 .It 110
   1051 .Pq certificate not verified
   1052 The certificate is not yet valid or has expired or the signature could not
   1053 be verified.
   1054 .It 111
   1055 .Pq bad or missing cookie
   1056 The cookie is missing, corrupted or bogus.
   1057 .It 112
   1058 .Pq bad or missing leapseconds table
   1059 The leapseconds table is missing, corrupted or bogus.
   1060 .It 113
   1061 .Pq bad or missing certificate
   1062 The certificate is missing, corrupted or bogus.
   1063 .It 114
   1064 .Pq bad or missing identity
   1065 The identity key is missing, corrupt or bogus.
   1066 .El
   1067 .Sh Monitoring Support
   1068 .Xr ntpd 1ntpdmdoc
   1069 includes a comprehensive monitoring facility suitable
   1070 for continuous, long term recording of server and client
   1071 timekeeping performance.
   1072 See the
   1073 .Ic statistics
   1074 command below
   1075 for a listing and example of each type of statistics currently
   1076 supported.
   1077 Statistic files are managed using file generation sets
   1078 and scripts in the
   1079 .Pa ./scripts
   1080 directory of the source code distribution.
   1081 Using
   1082 these facilities and
   1083 .Ux
   1084 .Xr cron 8
   1085 jobs, the data can be
   1086 automatically summarized and archived for retrospective analysis.
   1087 .Ss Monitoring Commands
   1088 .Bl -tag -width indent
   1089 .It Ic statistics Ar name ...
   1090 Enables writing of statistics records.
   1091 Currently, eight kinds of
   1092 .Ar name
   1093 statistics are supported.
   1094 .Bl -tag -width indent
   1095 .It Cm clockstats
   1096 Enables recording of clock driver statistics information.
   1097 Each update
   1098 received from a clock driver appends a line of the following form to
   1099 the file generation set named
   1100 .Cm clockstats :
   1101 .Bd -literal
   1102 49213 525.624 127.127.4.1 93 226 00:08:29.606 D
   1103 .Ed
   1104 .Pp
   1105 The first two fields show the date (Modified Julian Day) and time
   1106 (seconds and fraction past UTC midnight).
   1107 The next field shows the
   1108 clock address in dotted-quad notation.
   1109 The final field shows the last
   1110 timecode received from the clock in decoded ASCII format, where
   1111 meaningful.
   1112 In some clock drivers a good deal of additional information
   1113 can be gathered and displayed as well.
   1114 See information specific to each
   1115 clock for further details.
   1116 .It Cm cryptostats
   1117 This option requires the OpenSSL cryptographic software library.
   1118 It
   1119 enables recording of cryptographic public key protocol information.
   1120 Each message received by the protocol module appends a line of the
   1121 following form to the file generation set named
   1122 .Cm cryptostats :
   1123 .Bd -literal
   1124 49213 525.624 127.127.4.1 message
   1125 .Ed
   1126 .Pp
   1127 The first two fields show the date (Modified Julian Day) and time
   1128 (seconds and fraction past UTC midnight).
   1129 The next field shows the peer
   1130 address in dotted-quad notation, The final message field includes the
   1131 message type and certain ancillary information.
   1132 See the
   1133 .Sx Authentication Options
   1134 section for further information.
   1135 .It Cm loopstats
   1136 Enables recording of loop filter statistics information.
   1137 Each
   1138 update of the local clock outputs a line of the following form to
   1139 the file generation set named
   1140 .Cm loopstats :
   1141 .Bd -literal
   1142 50935 75440.031 0.000006019 13.778190 0.000351733 0.0133806
   1143 .Ed
   1144 .Pp
   1145 The first two fields show the date (Modified Julian Day) and
   1146 time (seconds and fraction past UTC midnight).
   1147 The next five fields
   1148 show time offset (seconds), frequency offset (parts per million -
   1149 PPM), RMS jitter (seconds), Allan deviation (PPM) and clock
   1150 discipline time constant.
   1151 .It Cm peerstats
   1152 Enables recording of peer statistics information.
   1153 This includes
   1154 statistics records of all peers of a NTP server and of special
   1155 signals, where present and configured.
   1156 Each valid update appends a
   1157 line of the following form to the current element of a file
   1158 generation set named
   1159 .Cm peerstats :
   1160 .Bd -literal
   1161 48773 10847.650 127.127.4.1 9714 -0.001605376 0.000000000 0.001424877 0.000958674
   1162 .Ed
   1163 .Pp
   1164 The first two fields show the date (Modified Julian Day) and
   1165 time (seconds and fraction past UTC midnight).
   1166 The next two fields
   1167 show the peer address in dotted-quad notation and status,
   1168 respectively.
   1169 The status field is encoded in hex in the format
   1170 described in Appendix A of the NTP specification RFC 1305.
   1171 The final four fields show the offset,
   1172 delay, dispersion and RMS jitter, all in seconds.
   1173 .It Cm rawstats
   1174 Enables recording of raw-timestamp statistics information.
   1175 This
   1176 includes statistics records of all peers of a NTP server and of
   1177 special signals, where present and configured.
   1178 Each NTP message
   1179 received from a peer or clock driver appends a line of the
   1180 following form to the file generation set named
   1181 .Cm rawstats :
   1182 .Bd -literal
   1183 50928 2132.543 128.4.1.1 128.4.1.20 3102453281.584327000 3102453281.58622800031 02453332.540806000 3102453332.541458000
   1184 .Ed
   1185 .Pp
   1186 The first two fields show the date (Modified Julian Day) and
   1187 time (seconds and fraction past UTC midnight).
   1188 The next two fields
   1189 show the remote peer or clock address followed by the local address
   1190 in dotted-quad notation.
   1191 The final four fields show the originate,
   1192 receive, transmit and final NTP timestamps in order.
   1193 The timestamp
   1194 values are as received and before processing by the various data
   1195 smoothing and mitigation algorithms.
   1196 .It Cm sysstats
   1197 Enables recording of ntpd statistics counters on a periodic basis.
   1198 Each
   1199 hour a line of the following form is appended to the file generation
   1200 set named
   1201 .Cm sysstats :
   1202 .Bd -literal
   1203 50928 2132.543 36000 81965 0 9546 56 71793 512 540 10 147
   1204 .Ed
   1205 .Pp
   1206 The first two fields show the date (Modified Julian Day) and time
   1207 (seconds and fraction past UTC midnight).
   1208 The remaining ten fields show
   1209 the statistics counter values accumulated since the last generated
   1210 line.
   1211 .Bl -tag -width indent
   1212 .It Time since restart Cm 36000
   1213 Time in hours since the system was last rebooted.
   1214 .It Packets received Cm 81965
   1215 Total number of packets received.
   1216 .It Packets processed Cm 0
   1217 Number of packets received in response to previous packets sent
   1218 .It Current version Cm 9546
   1219 Number of packets matching the current NTP version.
   1220 .It Previous version Cm 56
   1221 Number of packets matching the previous NTP version.
   1222 .It Bad version Cm 71793
   1223 Number of packets matching neither NTP version.
   1224 .It Access denied Cm 512
   1225 Number of packets denied access for any reason.
   1226 .It Bad length or format Cm 540
   1227 Number of packets with invalid length, format or port number.
   1228 .It Bad authentication Cm 10
   1229 Number of packets not verified as authentic.
   1230 .It Rate exceeded Cm 147
   1231 Number of packets discarded due to rate limitation.
   1232 .El
   1233 .It Cm statsdir Ar directory_path
   1234 Indicates the full path of a directory where statistics files
   1235 should be created (see below).
   1236 This keyword allows
   1237 the (otherwise constant)
   1238 .Cm filegen
   1239 filename prefix to be modified for file generation sets, which
   1240 is useful for handling statistics logs.
   1241 .It Cm filegen Ar name Xo
   1242 .Op Cm file Ar filename
   1243 .Op Cm type Ar typename
   1244 .Op Cm link | nolink
   1245 .Op Cm enable | disable
   1246 .Xc
   1247 Configures setting of generation file set name.
   1248 Generation
   1249 file sets provide a means for handling files that are
   1250 continuously growing during the lifetime of a server.
   1251 Server statistics are a typical example for such files.
   1252 Generation file sets provide access to a set of files used
   1253 to store the actual data.
   1254 At any time at most one element
   1255 of the set is being written to.
   1256 The type given specifies
   1257 when and how data will be directed to a new element of the set.
   1258 This way, information stored in elements of a file set
   1259 that are currently unused are available for administrational
   1260 operations without the risk of disturbing the operation of ntpd.
   1261 (Most important: they can be removed to free space for new data
   1262 produced.)
   1263 .Pp
   1264 Note that this command can be sent from the
   1265 .Xr ntpdc 1ntpdcmdoc
   1266 program running at a remote location.
   1267 .Bl -tag -width indent
   1268 .It Cm name
   1269 This is the type of the statistics records, as shown in the
   1270 .Cm statistics
   1271 command.
   1272 .It Cm file Ar filename
   1273 This is the file name for the statistics records.
   1274 Filenames of set
   1275 members are built from three concatenated elements
   1276 .Ar Cm prefix ,
   1277 .Ar Cm filename
   1278 and
   1279 .Ar Cm suffix :
   1280 .Bl -tag -width indent
   1281 .It Cm prefix
   1282 This is a constant filename path.
   1283 It is not subject to
   1284 modifications via the
   1285 .Ar filegen
   1286 option.
   1287 It is defined by the
   1288 server, usually specified as a compile-time constant.
   1289 It may,
   1290 however, be configurable for individual file generation sets
   1291 via other commands.
   1292 For example, the prefix used with
   1293 .Ar loopstats
   1294 and
   1295 .Ar peerstats
   1296 generation can be configured using the
   1297 .Ar statsdir
   1298 option explained above.
   1299 .It Cm filename
   1300 This string is directly concatenated to the prefix mentioned
   1301 above (no intervening
   1302 .Ql / ) .
   1303 This can be modified using
   1304 the file argument to the
   1305 .Ar filegen
   1306 statement.
   1307 No
   1308 .Pa ..
   1309 elements are
   1310 allowed in this component to prevent filenames referring to
   1311 parts outside the filesystem hierarchy denoted by
   1312 .Ar prefix .
   1313 .It Cm suffix
   1314 This part is reflects individual elements of a file set.
   1315 It is
   1316 generated according to the type of a file set.
   1317 .El
   1318 .It Cm type Ar typename
   1319 A file generation set is characterized by its type.
   1320 The following
   1321 types are supported:
   1322 .Bl -tag -width indent
   1323 .It Cm none
   1324 The file set is actually a single plain file.
   1325 .It Cm pid
   1326 One element of file set is used per incarnation of a ntpd
   1327 server.
   1328 This type does not perform any changes to file set
   1329 members during runtime, however it provides an easy way of
   1330 separating files belonging to different
   1331 .Xr ntpd 1ntpdmdoc
   1332 server incarnations.
   1333 The set member filename is built by appending a
   1334 .Ql \&.
   1335 to concatenated
   1336 .Ar prefix
   1337 and
   1338 .Ar filename
   1339 strings, and
   1340 appending the decimal representation of the process ID of the
   1341 .Xr ntpd 1ntpdmdoc
   1342 server process.
   1343 .It Cm day
   1344 One file generation set element is created per day.
   1345 A day is
   1346 defined as the period between 00:00 and 24:00 UTC.
   1347 The file set
   1348 member suffix consists of a
   1349 .Ql \&.
   1350 and a day specification in
   1351 the form
   1352 .Cm YYYYMMdd .
   1353 .Cm YYYY
   1354 is a 4-digit year number (e.g., 1992).
   1355 .Cm MM
   1356 is a two digit month number.
   1357 .Cm dd
   1358 is a two digit day number.
   1359 Thus, all information written at 10 December 1992 would end up
   1360 in a file named
   1361 .Ar prefix
   1362 .Ar filename Ns .19921210 .
   1363 .It Cm week
   1364 Any file set member contains data related to a certain week of
   1365 a year.
   1366 The term week is defined by computing day-of-year
   1367 modulo 7.
   1368 Elements of such a file generation set are
   1369 distinguished by appending the following suffix to the file set
   1370 filename base: A dot, a 4-digit year number, the letter
   1371 .Cm W ,
   1372 and a 2-digit week number.
   1373 For example, information from January,
   1374 10th 1992 would end up in a file with suffix
   1375 .No . Ns Ar 1992W1 .
   1376 .It Cm month
   1377 One generation file set element is generated per month.
   1378 The
   1379 file name suffix consists of a dot, a 4-digit year number, and
   1380 a 2-digit month.
   1381 .It Cm year
   1382 One generation file element is generated per year.
   1383 The filename
   1384 suffix consists of a dot and a 4 digit year number.
   1385 .It Cm age
   1386 This type of file generation sets changes to a new element of
   1387 the file set every 24 hours of server operation.
   1388 The filename
   1389 suffix consists of a dot, the letter
   1390 .Cm a ,
   1391 and an 8-digit number.
   1392 This number is taken to be the number of seconds the server is
   1393 running at the start of the corresponding 24-hour period.
   1394 Information is only written to a file generation by specifying
   1395 .Cm enable ;
   1396 output is prevented by specifying
   1397 .Cm disable .
   1398 .El
   1399 .It Cm link | nolink
   1400 It is convenient to be able to access the current element of a file
   1401 generation set by a fixed name.
   1402 This feature is enabled by
   1403 specifying
   1404 .Cm link
   1405 and disabled using
   1406 .Cm nolink .
   1407 If link is specified, a
   1408 hard link from the current file set element to a file without
   1409 suffix is created.
   1410 When there is already a file with this name and
   1411 the number of links of this file is one, it is renamed appending a
   1412 dot, the letter
   1413 .Cm C ,
   1414 and the pid of the
   1415 .Xr ntpd 1ntpdmdoc
   1416 server process.
   1417 When the
   1418 number of links is greater than one, the file is unlinked.
   1419 This
   1420 allows the current file to be accessed by a constant name.
   1421 .It Cm enable \&| Cm disable
   1422 Enables or disables the recording function.
   1423 .El
   1424 .El
   1425 .El
   1426 .Sh Access Control Support
   1427 The
   1428 .Xr ntpd 1ntpdmdoc
   1429 daemon implements a general purpose address/mask based restriction
   1430 list.
   1431 The list contains address/match entries sorted first
   1432 by increasing address values and and then by increasing mask values.
   1433 A match occurs when the bitwise AND of the mask and the packet
   1434 source address is equal to the bitwise AND of the mask and
   1435 address in the list.
   1436 The list is searched in order with the
   1437 last match found defining the restriction flags associated
   1438 with the entry.
   1439 Additional information and examples can be found in the
   1440 .Qq Notes on Configuring NTP and Setting up a NTP Subnet
   1441 page
   1442 (available as part of the HTML documentation
   1443 provided in
   1444 .Pa /usr/share/doc/ntp ) .
   1445 .Pp
   1446 The restriction facility was implemented in conformance
   1447 with the access policies for the original NSFnet backbone
   1448 time servers.
   1449 Later the facility was expanded to deflect
   1450 cryptographic and clogging attacks.
   1451 While this facility may
   1452 be useful for keeping unwanted or broken or malicious clients
   1453 from congesting innocent servers, it should not be considered
   1454 an alternative to the NTP authentication facilities.
   1455 Source address based restrictions are easily circumvented
   1456 by a determined cracker.
   1457 .Pp
   1458 Clients can be denied service because they are explicitly
   1459 included in the restrict list created by the
   1460 .Ic restrict
   1461 command
   1462 or implicitly as the result of cryptographic or rate limit
   1463 violations.
   1464 Cryptographic violations include certificate
   1465 or identity verification failure; rate limit violations generally
   1466 result from defective NTP implementations that send packets
   1467 at abusive rates.
   1468 Some violations cause denied service
   1469 only for the offending packet, others cause denied service
   1470 for a timed period and others cause the denied service for
   1471 an indefinite period.
   1472 When a client or network is denied access
   1473 for an indefinite period, the only way at present to remove
   1474 the restrictions is by restarting the server.
   1475 .Ss The Kiss-of-Death Packet
   1476 Ordinarily, packets denied service are simply dropped with no
   1477 further action except incrementing statistics counters.
   1478 Sometimes a
   1479 more proactive response is needed, such as a server message that
   1480 explicitly requests the client to stop sending and leave a message
   1481 for the system operator.
   1482 A special packet format has been created
   1483 for this purpose called the "kiss-of-death" (KoD) packet.
   1484 KoD packets have the leap bits set unsynchronized and stratum set
   1485 to zero and the reference identifier field set to a four-byte
   1486 ASCII code.
   1487 If the
   1488 .Cm noserve
   1489 or
   1490 .Cm notrust
   1491 flag of the matching restrict list entry is set,
   1492 the code is "DENY"; if the
   1493 .Cm limited
   1494 flag is set and the rate limit
   1495 is exceeded, the code is "RATE".
   1496 Finally, if a cryptographic violation occurs, the code is "CRYP".
   1497 .Pp
   1498 A client receiving a KoD performs a set of sanity checks to
   1499 minimize security exposure, then updates the stratum and
   1500 reference identifier peer variables, sets the access
   1501 denied (TEST4) bit in the peer flash variable and sends
   1502 a message to the log.
   1503 As long as the TEST4 bit is set,
   1504 the client will send no further packets to the server.
   1505 The only way at present to recover from this condition is
   1506 to restart the protocol at both the client and server.
   1507 This
   1508 happens automatically at the client when the association times out.
   1509 It will happen at the server only if the server operator cooperates.
   1510 .Ss Access Control Commands
   1511 .Bl -tag -width indent
   1512 .It Xo Ic discard
   1513 .Op Cm average Ar avg
   1514 .Op Cm minimum Ar min
   1515 .Op Cm monitor Ar prob
   1516 .Xc
   1517 Set the parameters of the
   1518 .Cm limited
   1519 facility which protects the server from
   1520 client abuse.
   1521 The
   1522 .Cm average
   1523 subcommand specifies the minimum average packet
   1524 spacing, while the
   1525 .Cm minimum
   1526 subcommand specifies the minimum packet spacing.
   1527 Packets that violate these minima are discarded
   1528 and a kiss-o'-death packet returned if enabled.
   1529 The default
   1530 minimum average and minimum are 5 and 2, respectively.
   1531 The
   1532 .Ic monitor
   1533 subcommand specifies the probability of discard
   1534 for packets that overflow the rate-control window.
   1535 .It Xo Ic restrict address
   1536 .Op Cm mask Ar mask
   1537 .Op Cm ippeerlimit Ar int
   1538 .Op Ar flag ...
   1539 .Xc
   1540 The
   1541 .Ar address
   1542 argument expressed in
   1543 dotted-quad form is the address of a host or network.
   1544 Alternatively, the
   1545 .Ar address
   1546 argument can be a valid host DNS name.
   1547 The
   1548 .Ar mask
   1549 argument expressed in dotted-quad form defaults to
   1550 .Cm 255.255.255.255 ,
   1551 meaning that the
   1552 .Ar address
   1553 is treated as the address of an individual host.
   1554 A default entry (address
   1555 .Cm 0.0.0.0 ,
   1556 mask
   1557 .Cm 0.0.0.0 )
   1558 is always included and is always the first entry in the list.
   1559 Note that text string
   1560 .Cm default ,
   1561 with no mask option, may
   1562 be used to indicate the default entry.
   1563 The
   1564 .Cm ippeerlimit
   1565 directive limits the number of peer requests for each IP to
   1566 .Ar int ,
   1567 where a value of -1 means "unlimited", the current default.
   1568 A value of 0 means "none".
   1569 There would usually be at most 1 peering request per IP,
   1570 but if the remote peering requests are behind a proxy
   1571 there could well be more than 1 per IP.
   1572 In the current implementation,
   1573 .Cm flag
   1574 always
   1575 restricts access, i.e., an entry with no flags indicates that free
   1576 access to the server is to be given.
   1577 The flags are not orthogonal,
   1578 in that more restrictive flags will often make less restrictive
   1579 ones redundant.
   1580 The flags can generally be classed into two
   1581 categories, those which restrict time service and those which
   1582 restrict informational queries and attempts to do run-time
   1583 reconfiguration of the server.
   1584 One or more of the following flags
   1585 may be specified:
   1586 .Bl -tag -width indent
   1587 .It Cm ignore
   1588 Deny packets of all kinds, including
   1589 .Xr ntpq 1ntpqmdoc
   1590 and
   1591 .Xr ntpdc 1ntpdcmdoc
   1592 queries.
   1593 .It Cm kod
   1594 If this flag is set when an access violation occurs, a kiss-o'-death
   1595 (KoD) packet is sent.
   1596 KoD packets are rate limited to no more than one
   1597 per second.
   1598 If another KoD packet occurs within one second after the
   1599 last one, the packet is dropped.
   1600 .It Cm limited
   1601 Deny service if the packet spacing violates the lower limits specified
   1602 in the
   1603 .Ic discard
   1604 command.
   1605 A history of clients is kept using the
   1606 monitoring capability of
   1607 .Xr ntpd 1ntpdmdoc .
   1608 Thus, monitoring is always active as
   1609 long as there is a restriction entry with the
   1610 .Cm limited
   1611 flag.
   1612 .It Cm lowpriotrap
   1613 Declare traps set by matching hosts to be low priority.
   1614 The
   1615 number of traps a server can maintain is limited (the current limit
   1616 is 3).
   1617 Traps are usually assigned on a first come, first served
   1618 basis, with later trap requestors being denied service.
   1619 This flag
   1620 modifies the assignment algorithm by allowing low priority traps to
   1621 be overridden by later requests for normal priority traps.
   1622 .It Cm noepeer
   1623 Deny ephemeral peer requests,
   1624 even if they come from an authenticated source.
   1625 Note that the ability to use a symmetric key for authentication may be restricted to
   1626 one or more IPs or subnets via the third field of the
   1627 .Pa ntp.keys
   1628 file.
   1629 This restriction is not enabled by default,
   1630 to maintain backward compatability.
   1631 Expect
   1632 .Cm noepeer
   1633 to become the default in ntp-4.4.
   1634 .It Cm nomodify
   1635 Deny
   1636 .Xr ntpq 1ntpqmdoc
   1637 and
   1638 .Xr ntpdc 1ntpdcmdoc
   1639 queries which attempt to modify the state of the
   1640 server (i.e., run time reconfiguration).
   1641 Queries which return
   1642 information are permitted.
   1643 .It Cm noquery
   1644 Deny
   1645 .Xr ntpq 1ntpqmdoc
   1646 and
   1647 .Xr ntpdc 1ntpdcmdoc
   1648 queries.
   1649 Time service is not affected.
   1650 .It Cm nopeer
   1651 Deny unauthenticated packets which would result in mobilizing a new association.
   1652 This includes
   1653 broadcast and symmetric active packets
   1654 when a configured association does not exist.
   1655 It also includes
   1656 .Cm pool
   1657 associations, so if you want to use servers from a
   1658 .Cm pool
   1659 directive and also want to use
   1660 .Cm nopeer
   1661 by default, you'll want a
   1662 .Cm "restrict source ..."
   1663 line as well that does
   1664 .Em not
   1665 include the
   1666 .Cm nopeer
   1667 directive.
   1668 .It Cm noserve
   1669 Deny all packets except
   1670 .Xr ntpq 1ntpqmdoc
   1671 and
   1672 .Xr ntpdc 1ntpdcmdoc
   1673 queries.
   1674 .It Cm notrap
   1675 Decline to provide mode 6 control message trap service to matching
   1676 hosts.
   1677 The trap service is a subsystem of the
   1678 .Xr ntpq 1ntpqmdoc
   1679 control message
   1680 protocol which is intended for use by remote event logging programs.
   1681 .It Cm notrust
   1682 Deny service unless the packet is cryptographically authenticated.
   1683 .It Cm ntpport
   1684 This is actually a match algorithm modifier, rather than a
   1685 restriction flag.
   1686 Its presence causes the restriction entry to be
   1687 matched only if the source port in the packet is the standard NTP
   1688 UDP port (123).
   1689 Both
   1690 .Cm ntpport
   1691 and
   1692 .Cm non-ntpport
   1693 may
   1694 be specified.
   1695 The
   1696 .Cm ntpport
   1697 is considered more specific and
   1698 is sorted later in the list.
   1699 .It Cm version
   1700 Deny packets that do not match the current NTP version.
   1701 .El
   1702 .Pp
   1703 Default restriction list entries with the flags ignore, interface,
   1704 ntpport, for each of the local host's interface addresses are
   1705 inserted into the table at startup to prevent the server
   1706 from attempting to synchronize to its own time.
   1707 A default entry is also always present, though if it is
   1708 otherwise unconfigured; no flags are associated
   1709 with the default entry (i.e., everything besides your own
   1710 NTP server is unrestricted).
   1711 .El
   1712 .Sh Automatic NTP Configuration Options
   1713 .Ss Manycasting
   1714 Manycasting is a automatic discovery and configuration paradigm
   1715 new to NTPv4.
   1716 It is intended as a means for a multicast client
   1717 to troll the nearby network neighborhood to find cooperating
   1718 manycast servers, validate them using cryptographic means
   1719 and evaluate their time values with respect to other servers
   1720 that might be lurking in the vicinity.
   1721 The intended result is that each manycast client mobilizes
   1722 client associations with some number of the "best"
   1723 of the nearby manycast servers, yet automatically reconfigures
   1724 to sustain this number of servers should one or another fail.
   1725 .Pp
   1726 Note that the manycasting paradigm does not coincide
   1727 with the anycast paradigm described in RFC-1546,
   1728 which is designed to find a single server from a clique
   1729 of servers providing the same service.
   1730 The manycast paradigm is designed to find a plurality
   1731 of redundant servers satisfying defined optimality criteria.
   1732 .Pp
   1733 Manycasting can be used with either symmetric key
   1734 or public key cryptography.
   1735 The public key infrastructure (PKI)
   1736 offers the best protection against compromised keys
   1737 and is generally considered stronger, at least with relatively
   1738 large key sizes.
   1739 It is implemented using the Autokey protocol and
   1740 the OpenSSL cryptographic library available from
   1741 .Li http://www.openssl.org/ .
   1742 The library can also be used with other NTPv4 modes
   1743 as well and is highly recommended, especially for broadcast modes.
   1744 .Pp
   1745 A persistent manycast client association is configured
   1746 using the
   1747 .Ic manycastclient
   1748 command, which is similar to the
   1749 .Ic server
   1750 command but with a multicast (IPv4 class
   1751 .Cm D
   1752 or IPv6 prefix
   1753 .Cm FF )
   1754 group address.
   1755 The IANA has designated IPv4 address 224.1.1.1
   1756 and IPv6 address FF05::101 (site local) for NTP.
   1757 When more servers are needed, it broadcasts manycast
   1758 client messages to this address at the minimum feasible rate
   1759 and minimum feasible time-to-live (TTL) hops, depending
   1760 on how many servers have already been found.
   1761 There can be as many manycast client associations
   1762 as different group address, each one serving as a template
   1763 for a future ephemeral unicast client/server association.
   1764 .Pp
   1765 Manycast servers configured with the
   1766 .Ic manycastserver
   1767 command listen on the specified group address for manycast
   1768 client messages.
   1769 Note the distinction between manycast client,
   1770 which actively broadcasts messages, and manycast server,
   1771 which passively responds to them.
   1772 If a manycast server is
   1773 in scope of the current TTL and is itself synchronized
   1774 to a valid source and operating at a stratum level equal
   1775 to or lower than the manycast client, it replies to the
   1776 manycast client message with an ordinary unicast server message.
   1777 .Pp
   1778 The manycast client receiving this message mobilizes
   1779 an ephemeral client/server association according to the
   1780 matching manycast client template, but only if cryptographically
   1781 authenticated and the server stratum is less than or equal
   1782 to the client stratum.
   1783 Authentication is explicitly required
   1784 and either symmetric key or public key (Autokey) can be used.
   1785 Then, the client polls the server at its unicast address
   1786 in burst mode in order to reliably set the host clock
   1787 and validate the source.
   1788 This normally results
   1789 in a volley of eight client/server at 2-s intervals
   1790 during which both the synchronization and cryptographic
   1791 protocols run concurrently.
   1792 Following the volley,
   1793 the client runs the NTP intersection and clustering
   1794 algorithms, which act to discard all but the "best"
   1795 associations according to stratum and synchronization
   1796 distance.
   1797 The surviving associations then continue
   1798 in ordinary client/server mode.
   1799 .Pp
   1800 The manycast client polling strategy is designed to reduce
   1801 as much as possible the volume of manycast client messages
   1802 and the effects of implosion due to near-simultaneous
   1803 arrival of manycast server messages.
   1804 The strategy is determined by the
   1805 .Ic manycastclient ,
   1806 .Ic tos
   1807 and
   1808 .Ic ttl
   1809 configuration commands.
   1810 The manycast poll interval is
   1811 normally eight times the system poll interval,
   1812 which starts out at the
   1813 .Cm minpoll
   1814 value specified in the
   1815 .Ic manycastclient ,
   1816 command and, under normal circumstances, increments to the
   1817 .Cm maxpolll
   1818 value specified in this command.
   1819 Initially, the TTL is
   1820 set at the minimum hops specified by the
   1821 .Ic ttl
   1822 command.
   1823 At each retransmission the TTL is increased until reaching
   1824 the maximum hops specified by this command or a sufficient
   1825 number client associations have been found.
   1826 Further retransmissions use the same TTL.
   1827 .Pp
   1828 The quality and reliability of the suite of associations
   1829 discovered by the manycast client is determined by the NTP
   1830 mitigation algorithms and the
   1831 .Cm minclock
   1832 and
   1833 .Cm minsane
   1834 values specified in the
   1835 .Ic tos
   1836 configuration command.
   1837 At least
   1838 .Cm minsane
   1839 candidate servers must be available and the mitigation
   1840 algorithms produce at least
   1841 .Cm minclock
   1842 survivors in order to synchronize the clock.
   1843 Byzantine agreement principles require at least four
   1844 candidates in order to correctly discard a single falseticker.
   1845 For legacy purposes,
   1846 .Cm minsane
   1847 defaults to 1 and
   1848 .Cm minclock
   1849 defaults to 3.
   1850 For manycast service
   1851 .Cm minsane
   1852 should be explicitly set to 4, assuming at least that
   1853 number of servers are available.
   1854 .Pp
   1855 If at least
   1856 .Cm minclock
   1857 servers are found, the manycast poll interval is immediately
   1858 set to eight times
   1859 .Cm maxpoll .
   1860 If less than
   1861 .Cm minclock
   1862 servers are found when the TTL has reached the maximum hops,
   1863 the manycast poll interval is doubled.
   1864 For each transmission
   1865 after that, the poll interval is doubled again until
   1866 reaching the maximum of eight times
   1867 .Cm maxpoll .
   1868 Further transmissions use the same poll interval and
   1869 TTL values.
   1870 Note that while all this is going on,
   1871 each client/server association found is operating normally
   1872 it the system poll interval.
   1873 .Pp
   1874 Administratively scoped multicast boundaries are normally
   1875 specified by the network router configuration and,
   1876 in the case of IPv6, the link/site scope prefix.
   1877 By default, the increment for TTL hops is 32 starting
   1878 from 31; however, the
   1879 .Ic ttl
   1880 configuration command can be
   1881 used to modify the values to match the scope rules.
   1882 .Pp
   1883 It is often useful to narrow the range of acceptable
   1884 servers which can be found by manycast client associations.
   1885 Because manycast servers respond only when the client
   1886 stratum is equal to or greater than the server stratum,
   1887 primary (stratum 1) servers fill find only primary servers
   1888 in TTL range, which is probably the most common objective.
   1889 However, unless configured otherwise, all manycast clients
   1890 in TTL range will eventually find all primary servers
   1891 in TTL range, which is probably not the most common
   1892 objective in large networks.
   1893 The
   1894 .Ic tos
   1895 command can be used to modify this behavior.
   1896 Servers with stratum below
   1897 .Cm floor
   1898 or above
   1899 .Cm ceiling
   1900 specified in the
   1901 .Ic tos
   1902 command are strongly discouraged during the selection
   1903 process; however, these servers may be temporally
   1904 accepted if the number of servers within TTL range is
   1905 less than
   1906 .Cm minclock .
   1907 .Pp
   1908 The above actions occur for each manycast client message,
   1909 which repeats at the designated poll interval.
   1910 However, once the ephemeral client association is mobilized,
   1911 subsequent manycast server replies are discarded,
   1912 since that would result in a duplicate association.
   1913 If during a poll interval the number of client associations
   1914 falls below
   1915 .Cm minclock ,
   1916 all manycast client prototype associations are reset
   1917 to the initial poll interval and TTL hops and operation
   1918 resumes from the beginning.
   1919 It is important to avoid
   1920 frequent manycast client messages, since each one requires
   1921 all manycast servers in TTL range to respond.
   1922 The result could well be an implosion, either minor or major,
   1923 depending on the number of servers in range.
   1924 The recommended value for
   1925 .Cm maxpoll
   1926 is 12 (4,096 s).
   1927 .Pp
   1928 It is possible and frequently useful to configure a host
   1929 as both manycast client and manycast server.
   1930 A number of hosts configured this way and sharing a common
   1931 group address will automatically organize themselves
   1932 in an optimum configuration based on stratum and
   1933 synchronization distance.
   1934 For example, consider an NTP
   1935 subnet of two primary servers and a hundred or more
   1936 dependent clients.
   1937 With two exceptions, all servers
   1938 and clients have identical configuration files including both
   1939 .Ic multicastclient
   1940 and
   1941 .Ic multicastserver
   1942 commands using, for instance, multicast group address
   1943 239.1.1.1.
   1944 The only exception is that each primary server
   1945 configuration file must include commands for the primary
   1946 reference source such as a GPS receiver.
   1947 .Pp
   1948 The remaining configuration files for all secondary
   1949 servers and clients have the same contents, except for the
   1950 .Ic tos
   1951 command, which is specific for each stratum level.
   1952 For stratum 1 and stratum 2 servers, that command is
   1953 not necessary.
   1954 For stratum 3 and above servers the
   1955 .Cm floor
   1956 value is set to the intended stratum number.
   1957 Thus, all stratum 3 configuration files are identical,
   1958 all stratum 4 files are identical and so forth.
   1959 .Pp
   1960 Once operations have stabilized in this scenario,
   1961 the primary servers will find the primary reference source
   1962 and each other, since they both operate at the same
   1963 stratum (1), but not with any secondary server or client,
   1964 since these operate at a higher stratum.
   1965 The secondary
   1966 servers will find the servers at the same stratum level.
   1967 If one of the primary servers loses its GPS receiver,
   1968 it will continue to operate as a client and other clients
   1969 will time out the corresponding association and
   1970 re-associate accordingly.
   1971 .Pp
   1972 Some administrators prefer to avoid running
   1973 .Xr ntpd 1ntpdmdoc
   1974 continuously and run either
   1975 .Xr sntp 1sntpmdoc
   1976 or
   1977 .Xr ntpd 1ntpdmdoc
   1978 .Fl q
   1979 as a cron job.
   1980 In either case the servers must be
   1981 configured in advance and the program fails if none are
   1982 available when the cron job runs.
   1983 A really slick
   1984 application of manycast is with
   1985 .Xr ntpd 1ntpdmdoc
   1986 .Fl q .
   1987 The program wakes up, scans the local landscape looking
   1988 for the usual suspects, selects the best from among
   1989 the rascals, sets the clock and then departs.
   1990 Servers do not have to be configured in advance and
   1991 all clients throughout the network can have the same
   1992 configuration file.
   1993 .Ss Manycast Interactions with Autokey
   1994 Each time a manycast client sends a client mode packet
   1995 to a multicast group address, all manycast servers
   1996 in scope generate a reply including the host name
   1997 and status word.
   1998 The manycast clients then run
   1999 the Autokey protocol, which collects and verifies
   2000 all certificates involved.
   2001 Following the burst interval
   2002 all but three survivors are cast off,
   2003 but the certificates remain in the local cache.
   2004 It often happens that several complete signing trails
   2005 from the client to the primary servers are collected in this way.
   2006 .Pp
   2007 About once an hour or less often if the poll interval
   2008 exceeds this, the client regenerates the Autokey key list.
   2009 This is in general transparent in client/server mode.
   2010 However, about once per day the server private value
   2011 used to generate cookies is refreshed along with all
   2012 manycast client associations.
   2013 In this case all
   2014 cryptographic values including certificates is refreshed.
   2015 If a new certificate has been generated since
   2016 the last refresh epoch, it will automatically revoke
   2017 all prior certificates that happen to be in the
   2018 certificate cache.
   2019 At the same time, the manycast
   2020 scheme starts all over from the beginning and
   2021 the expanding ring shrinks to the minimum and increments
   2022 from there while collecting all servers in scope.
   2023 .Ss Broadcast Options
   2024 .Bl -tag -width indent
   2025 .It Xo Ic tos
   2026 .Oo
   2027 .Cm bcpollbstep Ar gate
   2028 .Oc
   2029 .Xc
   2030 This command provides a way to delay,
   2031 by the specified number of broadcast poll intervals,
   2032 believing backward time steps from a broadcast server.
   2033 Broadcast time networks are expected to be trusted.
   2034 In the event a broadcast server's time is stepped backwards,
   2035 there is clear benefit to having the clients notice this change
   2036 as soon as possible.
   2037 Attacks such as replay attacks can happen, however,
   2038 and even though there are a number of protections built in to
   2039 broadcast mode, attempts to perform a replay attack are possible.
   2040 This value defaults to 0, but can be changed
   2041 to any number of poll intervals between 0 and 4.
   2042 .El
   2043 .Ss Manycast Options
   2044 .Bl -tag -width indent
   2045 .It Xo Ic tos
   2046 .Oo
   2047 .Cm ceiling Ar ceiling |
   2048 .Cm cohort { 0 | 1 } |
   2049 .Cm floor Ar floor |
   2050 .Cm minclock Ar minclock |
   2051 .Cm minsane Ar minsane
   2052 .Oc
   2053 .Xc
   2054 This command affects the clock selection and clustering
   2055 algorithms.
   2056 It can be used to select the quality and
   2057 quantity of peers used to synchronize the system clock
   2058 and is most useful in manycast mode.
   2059 The variables operate
   2060 as follows:
   2061 .Bl -tag -width indent
   2062 .It Cm ceiling Ar ceiling
   2063 Peers with strata above
   2064 .Cm ceiling
   2065 will be discarded if there are at least
   2066 .Cm minclock
   2067 peers remaining.
   2068 This value defaults to 15, but can be changed
   2069 to any number from 1 to 15.
   2070 .It Cm cohort Bro 0 | 1 Brc
   2071 This is a binary flag which enables (0) or disables (1)
   2072 manycast server replies to manycast clients with the same
   2073 stratum level.
   2074 This is useful to reduce implosions where
   2075 large numbers of clients with the same stratum level
   2076 are present.
   2077 The default is to enable these replies.
   2078 .It Cm floor Ar floor
   2079 Peers with strata below
   2080 .Cm floor
   2081 will be discarded if there are at least
   2082 .Cm minclock
   2083 peers remaining.
   2084 This value defaults to 1, but can be changed
   2085 to any number from 1 to 15.
   2086 .It Cm minclock Ar minclock
   2087 The clustering algorithm repeatedly casts out outlier
   2088 associations until no more than
   2089 .Cm minclock
   2090 associations remain.
   2091 This value defaults to 3,
   2092 but can be changed to any number from 1 to the number of
   2093 configured sources.
   2094 .It Cm minsane Ar minsane
   2095 This is the minimum number of candidates available
   2096 to the clock selection algorithm in order to produce
   2097 one or more truechimers for the clustering algorithm.
   2098 If fewer than this number are available, the clock is
   2099 undisciplined and allowed to run free.
   2100 The default is 1
   2101 for legacy purposes.
   2102 However, according to principles of
   2103 Byzantine agreement,
   2104 .Cm minsane
   2105 should be at least 4 in order to detect and discard
   2106 a single falseticker.
   2107 .El
   2108 .It Cm ttl Ar hop ...
   2109 This command specifies a list of TTL values in increasing
   2110 order, up to 8 values can be specified.
   2111 In manycast mode these values are used in turn
   2112 in an expanding-ring search.
   2113 The default is eight
   2114 multiples of 32 starting at 31.
   2115 .El
   2116 .Sh Reference Clock Support
   2117 The NTP Version 4 daemon supports some three dozen different radio,
   2118 satellite and modem reference clocks plus a special pseudo-clock
   2119 used for backup or when no other clock source is available.
   2120 Detailed descriptions of individual device drivers and options can
   2121 be found in the
   2122 .Qq Reference Clock Drivers
   2123 page
   2124 (available as part of the HTML documentation
   2125 provided in
   2126 .Pa /usr/share/doc/ntp ) .
   2127 Additional information can be found in the pages linked
   2128 there, including the
   2129 .Qq Debugging Hints for Reference Clock Drivers
   2130 and
   2131 .Qq How To Write a Reference Clock Driver
   2132 pages
   2133 (available as part of the HTML documentation
   2134 provided in
   2135 .Pa /usr/share/doc/ntp ) .
   2136 In addition, support for a PPS
   2137 signal is available as described in the
   2138 .Qq Pulse-per-second (PPS) Signal Interfacing
   2139 page
   2140 (available as part of the HTML documentation
   2141 provided in
   2142 .Pa /usr/share/doc/ntp ) .
   2143 Many
   2144 drivers support special line discipline/streams modules which can
   2145 significantly improve the accuracy using the driver.
   2146 These are
   2147 described in the
   2148 .Qq Line Disciplines and Streams Drivers
   2149 page
   2150 (available as part of the HTML documentation
   2151 provided in
   2152 .Pa /usr/share/doc/ntp ) .
   2153 .Pp
   2154 A reference clock will generally (though not always) be a radio
   2155 timecode receiver which is synchronized to a source of standard
   2156 time such as the services offered by the NRC in Canada and NIST and
   2157 USNO in the US.
   2158 The interface between the computer and the timecode
   2159 receiver is device dependent, but is usually a serial port.
   2160 A
   2161 device driver specific to each reference clock must be selected and
   2162 compiled in the distribution; however, most common radio, satellite
   2163 and modem clocks are included by default.
   2164 Note that an attempt to
   2165 configure a reference clock when the driver has not been compiled
   2166 or the hardware port has not been appropriately configured results
   2167 in a scalding remark to the system log file, but is otherwise non
   2168 hazardous.
   2169 .Pp
   2170 For the purposes of configuration,
   2171 .Xr ntpd 1ntpdmdoc
   2172 treats
   2173 reference clocks in a manner analogous to normal NTP peers as much
   2174 as possible.
   2175 Reference clocks are identified by a syntactically
   2176 correct but invalid IP address, in order to distinguish them from
   2177 normal NTP peers.
   2178 Reference clock addresses are of the form
   2179 .Sm off
   2180 .Li 127.127. Ar t . Ar u ,
   2181 .Sm on
   2182 where
   2183 .Ar t
   2184 is an integer
   2185 denoting the clock type and
   2186 .Ar u
   2187 indicates the unit
   2188 number in the range 0-3.
   2189 While it may seem overkill, it is in fact
   2190 sometimes useful to configure multiple reference clocks of the same
   2191 type, in which case the unit numbers must be unique.
   2192 .Pp
   2193 The
   2194 .Ic server
   2195 command is used to configure a reference
   2196 clock, where the
   2197 .Ar address
   2198 argument in that command
   2199 is the clock address.
   2200 The
   2201 .Cm key ,
   2202 .Cm version
   2203 and
   2204 .Cm ttl
   2205 options are not used for reference clock support.
   2206 The
   2207 .Cm mode
   2208 option is added for reference clock support, as
   2209 described below.
   2210 The
   2211 .Cm prefer
   2212 option can be useful to
   2213 persuade the server to cherish a reference clock with somewhat more
   2214 enthusiasm than other reference clocks or peers.
   2215 Further
   2216 information on this option can be found in the
   2217 .Qq Mitigation Rules and the prefer Keyword
   2218 (available as part of the HTML documentation
   2219 provided in
   2220 .Pa /usr/share/doc/ntp )
   2221 page.
   2222 The
   2223 .Cm minpoll
   2224 and
   2225 .Cm maxpoll
   2226 options have
   2227 meaning only for selected clock drivers.
   2228 See the individual clock
   2229 driver document pages for additional information.
   2230 .Pp
   2231 The
   2232 .Ic fudge
   2233 command is used to provide additional
   2234 information for individual clock drivers and normally follows
   2235 immediately after the
   2236 .Ic server
   2237 command.
   2238 The
   2239 .Ar address
   2240 argument specifies the clock address.
   2241 The
   2242 .Cm refid
   2243 and
   2244 .Cm stratum
   2245 options can be used to
   2246 override the defaults for the device.
   2247 There are two optional
   2248 device-dependent time offsets and four flags that can be included
   2249 in the
   2250 .Ic fudge
   2251 command as well.
   2252 .Pp
   2253 The stratum number of a reference clock is by default zero.
   2254 Since the
   2255 .Xr ntpd 1ntpdmdoc
   2256 daemon adds one to the stratum of each
   2257 peer, a primary server ordinarily displays an external stratum of
   2258 one.
   2259 In order to provide engineered backups, it is often useful to
   2260 specify the reference clock stratum as greater than zero.
   2261 The
   2262 .Cm stratum
   2263 option is used for this purpose.
   2264 Also, in cases
   2265 involving both a reference clock and a pulse-per-second (PPS)
   2266 discipline signal, it is useful to specify the reference clock
   2267 identifier as other than the default, depending on the driver.
   2268 The
   2269 .Cm refid
   2270 option is used for this purpose.
   2271 Except where noted,
   2272 these options apply to all clock drivers.
   2273 .Ss Reference Clock Commands
   2274 .Bl -tag -width indent
   2275 .It Xo Ic server
   2276 .Sm off
   2277 .Li 127.127. Ar t . Ar u
   2278 .Sm on
   2279 .Op Cm prefer
   2280 .Op Cm mode Ar int
   2281 .Op Cm minpoll Ar int
   2282 .Op Cm maxpoll Ar int
   2283 .Xc
   2284 This command can be used to configure reference clocks in
   2285 special ways.
   2286 The options are interpreted as follows:
   2287 .Bl -tag -width indent
   2288 .It Cm prefer
   2289 Marks the reference clock as preferred.
   2290 All other things being
   2291 equal, this host will be chosen for synchronization among a set of
   2292 correctly operating hosts.
   2293 See the
   2294 .Qq Mitigation Rules and the prefer Keyword
   2295 page
   2296 (available as part of the HTML documentation
   2297 provided in
   2298 .Pa /usr/share/doc/ntp )
   2299 for further information.
   2300 .It Cm mode Ar int
   2301 Specifies a mode number which is interpreted in a
   2302 device-specific fashion.
   2303 For instance, it selects a dialing
   2304 protocol in the ACTS driver and a device subtype in the
   2305 parse
   2306 drivers.
   2307 .It Cm minpoll Ar int
   2308 .It Cm maxpoll Ar int
   2309 These options specify the minimum and maximum polling interval
   2310 for reference clock messages, as a power of 2 in seconds
   2311 For
   2312 most directly connected reference clocks, both
   2313 .Cm minpoll
   2314 and
   2315 .Cm maxpoll
   2316 default to 6 (64 s).
   2317 For modem reference clocks,
   2318 .Cm minpoll
   2319 defaults to 10 (17.1 m) and
   2320 .Cm maxpoll
   2321 defaults to 14 (4.5 h).
   2322 The allowable range is 4 (16 s) to 17 (36.4 h) inclusive.
   2323 .El
   2324 .It Xo Ic fudge
   2325 .Sm off
   2326 .Li 127.127. Ar t . Ar u
   2327 .Sm on
   2328 .Op Cm time1 Ar sec
   2329 .Op Cm time2 Ar sec
   2330 .Op Cm stratum Ar int
   2331 .Op Cm refid Ar string
   2332 .Op Cm mode Ar int
   2333 .Op Cm flag1 Cm 0 \&| Cm 1
   2334 .Op Cm flag2 Cm 0 \&| Cm 1
   2335 .Op Cm flag3 Cm 0 \&| Cm 1
   2336 .Op Cm flag4 Cm 0 \&| Cm 1
   2337 .Xc
   2338 This command can be used to configure reference clocks in
   2339 special ways.
   2340 It must immediately follow the
   2341 .Ic server
   2342 command which configures the driver.
   2343 Note that the same capability
   2344 is possible at run time using the
   2345 .Xr ntpdc 1ntpdcmdoc
   2346 program.
   2347 The options are interpreted as
   2348 follows:
   2349 .Bl -tag -width indent
   2350 .It Cm time1 Ar sec
   2351 Specifies a constant to be added to the time offset produced by
   2352 the driver, a fixed-point decimal number in seconds.
   2353 This is used
   2354 as a calibration constant to adjust the nominal time offset of a
   2355 particular clock to agree with an external standard, such as a
   2356 precision PPS signal.
   2357 It also provides a way to correct a
   2358 systematic error or bias due to serial port or operating system
   2359 latencies, different cable lengths or receiver internal delay.
   2360 The
   2361 specified offset is in addition to the propagation delay provided
   2362 by other means, such as internal DIPswitches.
   2363 Where a calibration
   2364 for an individual system and driver is available, an approximate
   2365 correction is noted in the driver documentation pages.
   2366 Note: in order to facilitate calibration when more than one
   2367 radio clock or PPS signal is supported, a special calibration
   2368 feature is available.
   2369 It takes the form of an argument to the
   2370 .Ic enable
   2371 command described in
   2372 .Sx Miscellaneous Options
   2373 page and operates as described in the
   2374 .Qq Reference Clock Drivers
   2375 page
   2376 (available as part of the HTML documentation
   2377 provided in
   2378 .Pa /usr/share/doc/ntp ) .
   2379 .It Cm time2 Ar secs
   2380 Specifies a fixed-point decimal number in seconds, which is
   2381 interpreted in a driver-dependent way.
   2382 See the descriptions of
   2383 specific drivers in the
   2384 .Qq Reference Clock Drivers
   2385 page
   2386 (available as part of the HTML documentation
   2387 provided in
   2388 .Pa /usr/share/doc/ntp ).
   2389 .It Cm stratum Ar int
   2390 Specifies the stratum number assigned to the driver, an integer
   2391 between 0 and 15.
   2392 This number overrides the default stratum number
   2393 ordinarily assigned by the driver itself, usually zero.
   2394 .It Cm refid Ar string
   2395 Specifies an ASCII string of from one to four characters which
   2396 defines the reference identifier used by the driver.
   2397 This string
   2398 overrides the default identifier ordinarily assigned by the driver
   2399 itself.
   2400 .It Cm mode Ar int
   2401 Specifies a mode number which is interpreted in a
   2402 device-specific fashion.
   2403 For instance, it selects a dialing
   2404 protocol in the ACTS driver and a device subtype in the
   2405 parse
   2406 drivers.
   2407 .It Cm flag1 Cm 0 \&| Cm 1
   2408 .It Cm flag2 Cm 0 \&| Cm 1
   2409 .It Cm flag3 Cm 0 \&| Cm 1
   2410 .It Cm flag4 Cm 0 \&| Cm 1
   2411 These four flags are used for customizing the clock driver.
   2412 The
   2413 interpretation of these values, and whether they are used at all,
   2414 is a function of the particular clock driver.
   2415 However, by
   2416 convention
   2417 .Cm flag4
   2418 is used to enable recording monitoring
   2419 data to the
   2420 .Cm clockstats
   2421 file configured with the
   2422 .Ic filegen
   2423 command.
   2424 Further information on the
   2425 .Ic filegen
   2426 command can be found in
   2427 .Sx Monitoring Options .
   2428 .El
   2429 .El
   2430 .Sh Miscellaneous Options
   2431 .Bl -tag -width indent
   2432 .It Ic broadcastdelay Ar seconds
   2433 The broadcast and multicast modes require a special calibration
   2434 to determine the network delay between the local and remote
   2435 servers.
   2436 Ordinarily, this is done automatically by the initial
   2437 protocol exchanges between the client and server.
   2438 In some cases,
   2439 the calibration procedure may fail due to network or server access
   2440 controls, for example.
   2441 This command specifies the default delay to
   2442 be used under these circumstances.
   2443 Typically (for Ethernet), a
   2444 number between 0.003 and 0.007 seconds is appropriate.
   2445 The default
   2446 when this command is not used is 0.004 seconds.
   2447 .It Ic calldelay Ar delay
   2448 This option controls the delay in seconds between the first and second
   2449 packets sent in burst or iburst mode to allow additional time for a modem
   2450 or ISDN call to complete.
   2451 .It Ic driftfile Ar driftfile
   2452 This command specifies the complete path and name of the file used to
   2453 record the frequency of the local clock oscillator.
   2454 This is the same
   2455 operation as the
   2456 .Fl f
   2457 command line option.
   2458 If the file exists, it is read at
   2459 startup in order to set the initial frequency and then updated once per
   2460 hour with the current frequency computed by the daemon.
   2461 If the file name is
   2462 specified, but the file itself does not exist, the starts with an initial
   2463 frequency of zero and creates the file when writing it for the first time.
   2464 If this command is not given, the daemon will always start with an initial
   2465 frequency of zero.
   2466 .Pp
   2467 The file format consists of a single line containing a single
   2468 floating point number, which records the frequency offset measured
   2469 in parts-per-million (PPM).
   2470 The file is updated by first writing
   2471 the current drift value into a temporary file and then renaming
   2472 this file to replace the old version.
   2473 This implies that
   2474 .Xr ntpd 1ntpdmdoc
   2475 must have write permission for the directory the
   2476 drift file is located in, and that file system links, symbolic or
   2477 otherwise, should be avoided.
   2478 .It Ic dscp Ar value
   2479 This option specifies the Differentiated Services Control Point (DSCP) value,
   2480 a 6-bit code.
   2481 The default value is 46, signifying Expedited Forwarding.
   2482 .It Xo Ic enable
   2483 .Oo
   2484 .Cm auth | Cm bclient |
   2485 .Cm calibrate | Cm kernel |
   2486 .Cm mode7 | Cm monitor |
   2487 .Cm ntp | Cm stats |
   2488 .Cm peer_clear_digest_early |
   2489 .Cm unpeer_crypto_early | Cm unpeer_crypto_nak_early | Cm unpeer_digest_early
   2490 .Oc
   2491 .Xc
   2492 .It Xo Ic disable
   2493 .Oo
   2494 .Cm auth | Cm bclient |
   2495 .Cm calibrate | Cm kernel |
   2496 .Cm mode7 | Cm monitor |
   2497 .Cm ntp | Cm stats |
   2498 .Cm peer_clear_digest_early |
   2499 .Cm unpeer_crypto_early | Cm unpeer_crypto_nak_early | Cm unpeer_digest_early
   2500 .Oc
   2501 .Xc
   2502 Provides a way to enable or disable various server options.
   2503 Flags not mentioned are unaffected.
   2504 Note that all of these flags
   2505 can be controlled remotely using the
   2506 .Xr ntpdc 1ntpdcmdoc
   2507 utility program.
   2508 .Bl -tag -width indent
   2509 .It Cm auth
   2510 Enables the server to synchronize with unconfigured peers only if the
   2511 peer has been correctly authenticated using either public key or
   2512 private key cryptography.
   2513 The default for this flag is
   2514 .Ic enable .
   2515 .It Cm bclient
   2516 Enables the server to listen for a message from a broadcast or
   2517 multicast server, as in the
   2518 .Ic multicastclient
   2519 command with default
   2520 address.
   2521 The default for this flag is
   2522 .Ic disable .
   2523 .It Cm calibrate
   2524 Enables the calibrate feature for reference clocks.
   2525 The default for
   2526 this flag is
   2527 .Ic disable .
   2528 .It Cm kernel
   2529 Enables the kernel time discipline, if available.
   2530 The default for this
   2531 flag is
   2532 .Ic enable
   2533 if support is available, otherwise
   2534 .Ic disable .
   2535 .It Cm mode7
   2536 Enables processing of NTP mode 7 implementation-specific requests
   2537 which are used by the deprecated
   2538 .Xr ntpdc 1ntpdcmdoc
   2539 program.
   2540 The default for this flag is disable.
   2541 This flag is excluded from runtime configuration using
   2542 .Xr ntpq 1ntpqmdoc .
   2543 The
   2544 .Xr ntpq 1ntpqmdoc
   2545 program provides the same capabilities as
   2546 .Xr ntpdc 1ntpdcmdoc
   2547 using standard mode 6 requests.
   2548 .It Cm monitor
   2549 Enables the monitoring facility.
   2550 See the
   2551 .Xr ntpdc 1ntpdcmdoc
   2552 program
   2553 and the
   2554 .Ic monlist
   2555 command or further information.
   2556 The
   2557 default for this flag is
   2558 .Ic enable .
   2559 .It Cm ntp
   2560 Enables time and frequency discipline.
   2561 In effect, this switch opens and
   2562 closes the feedback loop, which is useful for testing.
   2563 The default for
   2564 this flag is
   2565 .Ic enable .
   2566 .It Cm peer_clear_digest_early
   2567 By default, if
   2568 .Xr ntpd 1ntpdmdoc
   2569 is using autokey and it
   2570 receives a crypto-NAK packet that
   2571 passes the duplicate packet and origin timestamp checks
   2572 the peer variables are immediately cleared.
   2573 While this is generally a feature
   2574 as it allows for quick recovery if a server key has changed,
   2575 a properly forged and appropriately delivered crypto-NAK packet
   2576 can be used in a DoS attack.
   2577 If you have active noticable problems with this type of DoS attack
   2578 then you should consider
   2579 disabling this option.
   2580 You can check your
   2581 .Cm peerstats
   2582 file for evidence of any of these attacks.
   2583 The
   2584 default for this flag is
   2585 .Ic enable .
   2586 .It Cm stats
   2587 Enables the statistics facility.
   2588 See the
   2589 .Sx Monitoring Options
   2590 section for further information.
   2591 The default for this flag is
   2592 .Ic disable .
   2593 .It Cm unpeer_crypto_early
   2594 By default, if
   2595 .Xr ntpd 1ntpdmdoc
   2596 receives an autokey packet that fails TEST9,
   2597 a crypto failure,
   2598 the association is immediately cleared.
   2599 This is almost certainly a feature,
   2600 but if, in spite of the current recommendation of not using autokey,
   2601 you are
   2602 .B still
   2603 using autokey
   2604 .B and
   2605 you are seeing this sort of DoS attack
   2606 disabling this flag will delay
   2607 tearing down the association until the reachability counter
   2608 becomes zero.
   2609 You can check your
   2610 .Cm peerstats
   2611 file for evidence of any of these attacks.
   2612 The
   2613 default for this flag is
   2614 .Ic enable .
   2615 .It Cm unpeer_crypto_nak_early
   2616 By default, if
   2617 .Xr ntpd 1ntpdmdoc
   2618 receives a crypto-NAK packet that
   2619 passes the duplicate packet and origin timestamp checks
   2620 the association is immediately cleared.
   2621 While this is generally a feature
   2622 as it allows for quick recovery if a server key has changed,
   2623 a properly forged and appropriately delivered crypto-NAK packet
   2624 can be used in a DoS attack.
   2625 If you have active noticable problems with this type of DoS attack
   2626 then you should consider
   2627 disabling this option.
   2628 You can check your
   2629 .Cm peerstats
   2630 file for evidence of any of these attacks.
   2631 The
   2632 default for this flag is
   2633 .Ic enable .
   2634 .It Cm unpeer_digest_early
   2635 By default, if
   2636 .Xr ntpd 1ntpdmdoc
   2637 receives what should be an authenticated packet
   2638 that passes other packet sanity checks but
   2639 contains an invalid digest
   2640 the association is immediately cleared.
   2641 While this is generally a feature
   2642 as it allows for quick recovery,
   2643 if this type of packet is carefully forged and sent
   2644 during an appropriate window it can be used for a DoS attack.
   2645 If you have active noticable problems with this type of DoS attack
   2646 then you should consider
   2647 disabling this option.
   2648 You can check your
   2649 .Cm peerstats
   2650 file for evidence of any of these attacks.
   2651 The
   2652 default for this flag is
   2653 .Ic enable .
   2654 .El
   2655 .It Ic includefile Ar includefile
   2656 This command allows additional configuration commands
   2657 to be included from a separate file.
   2658 Include files may
   2659 be nested to a depth of five; upon reaching the end of any
   2660 include file, command processing resumes in the previous
   2661 configuration file.
   2662 This option is useful for sites that run
   2663 .Xr ntpd 1ntpdmdoc
   2664 on multiple hosts, with (mostly) common options (e.g., a
   2665 restriction list).
   2666 .It Xo Ic interface
   2667 .Oo
   2668 .Cm listen | Cm ignore | Cm drop
   2669 .Oc
   2670 .Oo
   2671 .Cm all | Cm ipv4 | Cm ipv6 | Cm wildcard
   2672 .Ar name | Ar address
   2673 .Oo Cm / Ar prefixlen
   2674 .Oc
   2675 .Oc
   2676 .Xc
   2677 The
   2678 .Cm interface
   2679 directive controls which network addresses
   2680 .Xr ntpd 1ntpdmdoc
   2681 opens, and whether input is dropped without processing.
   2682 The first parameter determines the action for addresses
   2683 which match the second parameter.
   2684 The second parameter specifies a class of addresses,
   2685 or a specific interface name,
   2686 or an address.
   2687 In the address case,
   2688 .Ar prefixlen
   2689 determines how many bits must match for this rule to apply.
   2690 .Cm ignore
   2691 prevents opening matching addresses,
   2692 .Cm drop
   2693 causes
   2694 .Xr ntpd 1ntpdmdoc
   2695 to open the address and drop all received packets without examination.
   2696 Multiple
   2697 .Cm interface
   2698 directives can be used.
   2699 The last rule which matches a particular address determines the action for it.
   2700 .Cm interface
   2701 directives are disabled if any
   2702 .Fl I ,
   2703 .Fl -interface ,
   2704 .Fl L ,
   2705 or
   2706 .Fl -novirtualips
   2707 command-line options are specified in the configuration file,
   2708 all available network addresses are opened.
   2709 The
   2710 .Cm nic
   2711 directive is an alias for
   2712 .Cm interface .
   2713 .It Ic leapfile Ar leapfile
   2714 This command loads the IERS leapseconds file and initializes the
   2715 leapsecond values for the next leapsecond event, leapfile expiration
   2716 time, and TAI offset.
   2717 The file can be obtained directly from the IERS at
   2718 .Li https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list
   2719 or
   2720 .Li ftp://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list .
   2721 The
   2722 .Cm leapfile
   2723 is scanned when
   2724 .Xr ntpd 1ntpdmdoc
   2725 processes the
   2726 .Cm leapfile directive or when
   2727 .Cm ntpd detects that the
   2728 .Ar leapfile
   2729 has changed.
   2730 .Cm ntpd
   2731 checks once a day to see if the
   2732 .Ar leapfile
   2733 has changed.
   2734 The
   2735 .Xr update-leap 1update_leapmdoc
   2736 script can be run to see if the
   2737 .Ar leapfile
   2738 should be updated.
   2739 .It Ic leapsmearinterval Ar seconds
   2740 This EXPERIMENTAL option is only available if
   2741 .Xr ntpd 1ntpdmdoc
   2742 was built with the
   2743 .Cm --enable-leap-smear
   2744 option to the
   2745 .Cm configure
   2746 script.
   2747 It specifies the interval over which a leap second correction will be applied.
   2748 Recommended values for this option are between
   2749 7200 (2 hours) and 86400 (24 hours).
   2750 .Sy DO NOT USE THIS OPTION ON PUBLIC-ACCESS SERVERS!
   2751 See http://bugs.ntp.org/2855 for more information.
   2752 .It Ic logconfig Ar configkeyword
   2753 This command controls the amount and type of output written to
   2754 the system
   2755 .Xr syslog 3
   2756 facility or the alternate
   2757 .Ic logfile
   2758 log file.
   2759 By default, all output is turned on.
   2760 All
   2761 .Ar configkeyword
   2762 keywords can be prefixed with
   2763 .Ql = ,
   2764 .Ql +
   2765 and
   2766 .Ql - ,
   2767 where
   2768 .Ql =
   2769 sets the
   2770 .Xr syslog 3
   2771 priority mask,
   2772 .Ql +
   2773 adds and
   2774 .Ql -
   2775 removes
   2776 messages.
   2777 .Xr syslog 3
   2778 messages can be controlled in four
   2779 classes
   2780 .Po
   2781 .Cm clock ,
   2782 .Cm peer ,
   2783 .Cm sys
   2784 and
   2785 .Cm sync
   2786 .Pc .
   2787 Within these classes four types of messages can be
   2788 controlled: informational messages
   2789 .Po
   2790 .Cm info
   2791 .Pc ,
   2792 event messages
   2793 .Po
   2794 .Cm events
   2795 .Pc ,
   2796 statistics messages
   2797 .Po
   2798 .Cm statistics
   2799 .Pc
   2800 and
   2801 status messages
   2802 .Po
   2803 .Cm status
   2804 .Pc .
   2805 .Pp
   2806 Configuration keywords are formed by concatenating the message class with
   2807 the event class.
   2808 The
   2809 .Cm all
   2810 prefix can be used instead of a message class.
   2811 A
   2812 message class may also be followed by the
   2813 .Cm all
   2814 keyword to enable/disable all
   2815 messages of the respective message class.
   2816 Thus, a minimal log configuration
   2817 could look like this:
   2818 .Bd -literal
   2819 logconfig =syncstatus +sysevents
   2820 .Ed
   2821 .Pp
   2822 This would just list the synchronizations state of
   2823 .Xr ntpd 1ntpdmdoc
   2824 and the major system events.
   2825 For a simple reference server, the
   2826 following minimum message configuration could be useful:
   2827 .Bd -literal
   2828 logconfig =syncall +clockall
   2829 .Ed
   2830 .Pp
   2831 This configuration will list all clock information and
   2832 synchronization information.
   2833 All other events and messages about
   2834 peers, system events and so on is suppressed.
   2835 .It Ic logfile Ar logfile
   2836 This command specifies the location of an alternate log file to
   2837 be used instead of the default system
   2838 .Xr syslog 3
   2839 facility.
   2840 This is the same operation as the
   2841 .Fl l
   2842 command line option.
   2843 .It Xo Ic mru
   2844 .Oo
   2845 .Cm maxdepth Ar count | Cm maxmem Ar kilobytes |
   2846 .Cm mindepth Ar count | Cm maxage Ar seconds |
   2847 .Cm initialloc Ar count | Cm initmem Ar kilobytes |
   2848 .Cm incalloc Ar count | Cm incmem Ar kilobytes
   2849 .Oc
   2850 .Xc
   2851 Controls size limite of the monitoring facility's Most Recently Used
   2852 (MRU) list
   2853 of client addresses, which is also used by the
   2854 rate control facility.
   2855 .Bl -tag -width indent
   2856 .It Ic maxdepth Ar count
   2857 .It Ic maxmem Ar kilobytes
   2858 Equivalent upper limits on the size of the MRU list, in terms of entries or kilobytes.
   2859 The acutal limit will be up to
   2860 .Cm incalloc
   2861 entries or
   2862 .Cm incmem
   2863 kilobytes larger.
   2864 As with all of the
   2865 .Cm mru
   2866 options offered in units of entries or kilobytes, if both
   2867 .Cm maxdepth
   2868 and
   2869 .Cm maxmem are used, the last one used controls.
   2870 The default is 1024 kilobytes.
   2871 .It Cm mindepth Ar count
   2872 Lower limit on the MRU list size.
   2873 When the MRU list has fewer than
   2874 .Cm mindepth
   2875 entries, existing entries are never removed to make room for newer ones,
   2876 regardless of their age.
   2877 The default is 600 entries.
   2878 .It Cm maxage Ar seconds
   2879 Once the MRU list has
   2880 .Cm mindepth
   2881 entries and an additional client is to ba added to the list,
   2882 if the oldest entry was updated more than
   2883 .Cm maxage
   2884 seconds ago, that entry is removed and its storage is reused.
   2885 If the oldest entry was updated more recently the MRU list is grown,
   2886 subject to
   2887 .Cm maxdepth / moxmem .
   2888 The default is 64 seconds.
   2889 .It Cm initalloc Ar count
   2890 .It Cm initmem Ar kilobytes
   2891 Initial memory allocation at the time the monitoringfacility is first enabled,
   2892 in terms of the number of entries or kilobytes.
   2893 The default is 4 kilobytes.
   2894 .It Cm incalloc Ar count
   2895 .It Cm incmem Ar kilobytes
   2896 Size of additional memory allocations when growing the MRU list, in entries or kilobytes.
   2897 The default is 4 kilobytes.
   2898 .El
   2899 .It Ic nonvolatile Ar threshold
   2900 Specify the
   2901 .Ar threshold
   2902 delta in seconds before an hourly change to the
   2903 .Cm driftfile
   2904 (frequency file) will be written, with a default value of 1e-7 (0.1 PPM).
   2905 The frequency file is inspected each hour.
   2906 If the difference between the current frequency and the last value written
   2907 exceeds the threshold, the file is written and the
   2908 .Cm threshold
   2909 becomes the new threshold value.
   2910 If the threshold is not exceeeded, it is reduced by half.
   2911 This is intended to reduce the number of file writes
   2912 for embedded systems with nonvolatile memory.
   2913 .It Ic phone Ar dial ...
   2914 This command is used in conjunction with
   2915 the ACTS modem driver (type 18)
   2916 or the JJY driver (type 40, mode 100 - 180).
   2917 For the ACTS modem driver (type 18), the arguments consist of
   2918 a maximum of 10 telephone numbers used to dial USNO, NIST, or European
   2919 time service.
   2920 For the JJY driver (type 40 mode 100 - 180), the argument is
   2921 one telephone number used to dial the telephone JJY service.
   2922 The Hayes command ATDT is normally prepended to the number.
   2923 The number can contain other modem control codes as well.
   2924 .It Xo Ic reset
   2925 .Oo
   2926 .Ic allpeers
   2927 .Oc
   2928 .Oo
   2929 .Ic auth
   2930 .Oc
   2931 .Oo
   2932 .Ic ctl
   2933 .Oc
   2934 .Oo
   2935 .Ic io
   2936 .Oc
   2937 .Oo
   2938 .Ic mem
   2939 .Oc
   2940 .Oo
   2941 .Ic sys
   2942 .Oc
   2943 .Oo
   2944 .Ic timer
   2945 .Oc
   2946 .Xc
   2947 Reset one or more groups of counters maintained by
   2948 .Cm ntpd
   2949 and exposed by
   2950 .Cm ntpq
   2951 and
   2952 .Cm ntpdc .
   2953 .It Xo Ic rlimit
   2954 .Oo
   2955 .Cm memlock Ar Nmegabytes |
   2956 .Cm stacksize Ar N4kPages
   2957 .Cm filenum Ar Nfiledescriptors
   2958 .Oc
   2959 .Xc
   2960 .Bl -tag -width indent
   2961 .It Cm memlock Ar Nmegabytes
   2962 Specify the number of megabytes of memory that should be
   2963 allocated and locked.
   2964 Probably only available under Linux, this option may be useful
   2965 when dropping root (the
   2966 .Fl i
   2967 option).
   2968 The default is 32 megabytes on non-Linux machines, and -1 under Linux.
   2969 -1 means "do not lock the process into memory".
   2970 0 means "lock whatever memory the process wants into memory".
   2971 .It Cm stacksize Ar N4kPages
   2972 Specifies the maximum size of the process stack on systems with the
   2973 .Fn mlockall
   2974 function.
   2975 Defaults to 50 4k pages (200 4k pages in OpenBSD).
   2976 .It Cm filenum Ar Nfiledescriptors
   2977 Specifies the maximum number of file descriptors ntpd may have open at once.
   2978 Defaults to the system default.
   2979 .El
   2980 .It Ic saveconfigdir Ar directory_path
   2981 Specify the directory in which to write configuration snapshots
   2982 requested with
   2983 .Cm ntpq 's
   2984 .Cm saveconfig
   2985 command.
   2986 If
   2987 .Cm saveconfigdir
   2988 does not appear in the configuration file,
   2989 .Cm saveconfig
   2990 requests are rejected by
   2991 .Cm ntpd .
   2992 .It Ic saveconfig Ar filename
   2993 Write the current configuration, including any runtime
   2994 modifications given with
   2995 .Cm :config
   2996 or
   2997 .Cm config-from-file
   2998 to the
   2999 .Cm ntpd
   3000 host's
   3001 .Ar filename
   3002 in the
   3003 .Cm saveconfigdir .
   3004 This command will be rejected unless the
   3005 .Cm saveconfigdir
   3006 directive appears in
   3007 .Cm ntpd 's
   3008 configuration file.
   3009 .Ar filename
   3010 can use
   3011 .Xr strftime 3
   3012 format directives to substitute the current date and time,
   3013 for example,
   3014 .Cm saveconfig\ ntp-%Y%m%d-%H%M%S.conf .
   3015 The filename used is stored in the system variable
   3016 .Cm savedconfig .
   3017 Authentication is required.
   3018 .It Ic setvar Ar variable Op Cm default
   3019 This command adds an additional system variable.
   3020 These
   3021 variables can be used to distribute additional information such as
   3022 the access policy.
   3023 If the variable of the form
   3024 .Sm off
   3025 .Va name = Ar value
   3026 .Sm on
   3027 is followed by the
   3028 .Cm default
   3029 keyword, the
   3030 variable will be listed as part of the default system variables
   3031 .Po
   3032 .Xr ntpq 1ntpqmdoc
   3033 .Ic rv
   3034 command
   3035 .Pc ) .
   3036 These additional variables serve
   3037 informational purposes only.
   3038 They are not related to the protocol
   3039 other that they can be listed.
   3040 The known protocol variables will
   3041 always override any variables defined via the
   3042 .Ic setvar
   3043 mechanism.
   3044 There are three special variables that contain the names
   3045 of all variable of the same group.
   3046 The
   3047 .Va sys_var_list
   3048 holds
   3049 the names of all system variables.
   3050 The
   3051 .Va peer_var_list
   3052 holds
   3053 the names of all peer variables and the
   3054 .Va clock_var_list
   3055 holds the names of the reference clock variables.
   3056 .It Cm sysinfo
   3057 Display operational summary.
   3058 .It Cm sysstats
   3059 Show statistics counters maintained in the protocol module.
   3060 .It Xo Ic tinker
   3061 .Oo
   3062 .Cm allan Ar allan |
   3063 .Cm dispersion Ar dispersion |
   3064 .Cm freq Ar freq |
   3065 .Cm huffpuff Ar huffpuff |
   3066 .Cm panic Ar panic |
   3067 .Cm step Ar step |
   3068 .Cm stepback Ar stepback |
   3069 .Cm stepfwd Ar stepfwd |
   3070 .Cm stepout Ar stepout
   3071 .Oc
   3072 .Xc
   3073 This command can be used to alter several system variables in
   3074 very exceptional circumstances.
   3075 It should occur in the
   3076 configuration file before any other configuration options.
   3077 The
   3078 default values of these variables have been carefully optimized for
   3079 a wide range of network speeds and reliability expectations.
   3080 In
   3081 general, they interact in intricate ways that are hard to predict
   3082 and some combinations can result in some very nasty behavior.
   3083 Very
   3084 rarely is it necessary to change the default values; but, some
   3085 folks cannot resist twisting the knobs anyway and this command is
   3086 for them.
   3087 Emphasis added: twisters are on their own and can expect
   3088 no help from the support group.
   3089 .Pp
   3090 The variables operate as follows:
   3091 .Bl -tag -width indent
   3092 .It Cm allan Ar allan
   3093 The argument becomes the new value for the minimum Allan
   3094 intercept, which is a parameter of the PLL/FLL clock discipline
   3095 algorithm.
   3096 The value in log2 seconds defaults to 7 (1024 s), which is also the lower
   3097 limit.
   3098 .It Cm dispersion Ar dispersion
   3099 The argument becomes the new value for the dispersion increase rate,
   3100 normally .000015 s/s.
   3101 .It Cm freq Ar freq
   3102 The argument becomes the initial value of the frequency offset in
   3103 parts-per-million.
   3104 This overrides the value in the frequency file, if
   3105 present, and avoids the initial training state if it is not.
   3106 .It Cm huffpuff Ar huffpuff
   3107 The argument becomes the new value for the experimental
   3108 huff-n'-puff filter span, which determines the most recent interval
   3109 the algorithm will search for a minimum delay.
   3110 The lower limit is
   3111 900 s (15 m), but a more reasonable value is 7200 (2 hours).
   3112 There
   3113 is no default, since the filter is not enabled unless this command
   3114 is given.
   3115 .It Cm panic Ar panic
   3116 The argument is the panic threshold, normally 1000 s.
   3117 If set to zero,
   3118 the panic sanity check is disabled and a clock offset of any value will
   3119 be accepted.
   3120 .It Cm step Ar step
   3121 The argument is the step threshold, which by default is 0.128 s.
   3122 It can
   3123 be set to any positive number in seconds.
   3124 If set to zero, step
   3125 adjustments will never occur.
   3126 Note: The kernel time discipline is
   3127 disabled if the step threshold is set to zero or greater than the
   3128 default.
   3129 .It Cm stepback Ar stepback
   3130 The argument is the step threshold for the backward direction,
   3131 which by default is 0.128 s.
   3132 It can
   3133 be set to any positive number in seconds.
   3134 If both the forward and backward step thresholds are set to zero, step
   3135 adjustments will never occur.
   3136 Note: The kernel time discipline is
   3137 disabled if
   3138 each direction of step threshold are either
   3139 set to zero or greater than .5 second.
   3140 .It Cm stepfwd Ar stepfwd
   3141 As for stepback, but for the forward direction.
   3142 .It Cm stepout Ar stepout
   3143 The argument is the stepout timeout, which by default is 900 s.
   3144 It can
   3145 be set to any positive number in seconds.
   3146 If set to zero, the stepout
   3147 pulses will not be suppressed.
   3148 .El
   3149 .It Cm writevar Ar assocID\ name = value [,...]
   3150 Write (create or update) the specified variables.
   3151 If the
   3152 .Cm assocID
   3153 is zero, the variablea re from the
   3154 system variables
   3155 name space, otherwise they are from the
   3156 peer variables
   3157 name space.
   3158 The
   3159 .Cm assocID
   3160 is required, as the same name can occur in both name spaces.
   3161 .It Xo Ic trap Ar host_address
   3162 .Op Cm port Ar port_number
   3163 .Op Cm interface Ar interface_address
   3164 .Xc
   3165 This command configures a trap receiver at the given host
   3166 address and port number for sending messages with the specified
   3167 local interface address.
   3168 If the port number is unspecified, a value
   3169 of 18447 is used.
   3170 If the interface address is not specified, the
   3171 message is sent with a source address of the local interface the
   3172 message is sent through.
   3173 Note that on a multihomed host the
   3174 interface used may vary from time to time with routing changes.
   3175 .It Cm ttl Ar hop ...
   3176 This command specifies a list of TTL values in increasing order.
   3177 Up to 8 values can be specified.
   3178 In
   3179 .Cm manycast
   3180 mode these values are used in-turn in an expanding-ring search.
   3181 The default is eight multiples of 32 starting at 31.
   3182 .Pp
   3183 The trap receiver will generally log event messages and other
   3184 information from the server in a log file.
   3185 While such monitor
   3186 programs may also request their own trap dynamically, configuring a
   3187 trap receiver will ensure that no messages are lost when the server
   3188 is started.
   3189 .It Cm hop Ar ...
   3190 This command specifies a list of TTL values in increasing order, up to 8
   3191 values can be specified.
   3192 In manycast mode these values are used in turn in
   3193 an expanding-ring search.
   3194 The default is eight multiples of 32 starting at
   3195 31.
   3196 .El
   3197 	_END_PROG_MDOC_DESCRIP;
   3198 };
   3199 
   3200 doc-section	= {
   3201   ds-type	= 'FILES';
   3202   ds-format	= 'mdoc';
   3203   ds-text	= <<- _END_MDOC_FILES
   3204 .Bl -tag -width /etc/ntp.drift -compact
   3205 .It Pa /etc/ntp.conf
   3206 the default name of the configuration file
   3207 .It Pa ntp.keys
   3208 private MD5 keys
   3209 .It Pa ntpkey
   3210 RSA private key
   3211 .It Pa ntpkey_ Ns Ar host
   3212 RSA public key
   3213 .It Pa ntp_dh
   3214 Diffie-Hellman agreement parameters
   3215 .El
   3216 	_END_MDOC_FILES;
   3217 };
   3218 
   3219 doc-section	= {
   3220   ds-type	= 'SEE ALSO';
   3221   ds-format	= 'mdoc';
   3222   ds-text	= <<- _END_MDOC_SEE_ALSO
   3223 .Xr ntpd 1ntpdmdoc ,
   3224 .Xr ntpdc 1ntpdcmdoc ,
   3225 .Xr ntpq 1ntpqmdoc
   3226 .Pp
   3227 In addition to the manual pages provided,
   3228 comprehensive documentation is available on the world wide web
   3229 at
   3230 .Li http://www.ntp.org/ .
   3231 A snapshot of this documentation is available in HTML format in
   3232 .Pa /usr/share/doc/ntp .
   3233 .Rs
   3234 .%A David L. Mills
   3235 .%T Network Time Protocol (Version 4)
   3236 .%O RFC5905
   3237 .Re
   3238 	_END_MDOC_SEE_ALSO;
   3239 };
   3240 
   3241 doc-section	= {
   3242   ds-type	= 'BUGS';
   3243   ds-format	= 'mdoc';
   3244   ds-text	= <<- _END_MDOC_BUGS
   3245 The syntax checking is not picky; some combinations of
   3246 ridiculous and even hilarious options and modes may not be
   3247 detected.
   3248 .Pp
   3249 The
   3250 .Pa ntpkey_ Ns Ar host
   3251 files are really digital
   3252 certificates.
   3253 These should be obtained via secure directory
   3254 services when they become universally available.
   3255 	_END_MDOC_BUGS;
   3256 };
   3257 
   3258 doc-section	= {
   3259   ds-type	= 'NOTES';
   3260   ds-format	= 'mdoc';
   3261   ds-text	= <<- _END_MDOC_NOTES
   3262 This document was derived from FreeBSD.
   3263 	_END_MDOC_NOTES;
   3264 };
   3265