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