]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/ntp/doc/ntp.conf.5
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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 Options .
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 algroithm.
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 Options .
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 Options .
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 Options .
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 destinatino 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 certian 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, The final message field includes the
1072 message type and certain ancillary information.
1073 See the
1074 .Sx Authentication Options
1075 section for further information.
1076 .It Cm loopstats
1077 Enables recording of loop filter statistics information.
1078 Each
1079 update of the local clock outputs a line of the following form to
1080 the file generation set named
1081 .Cm loopstats :
1082 .Bd -literal
1083 50935 75440.031 0.000006019 13.778190 0.000351733 0.0133806
1084 .Ed
1085 .Pp
1086 The first two fields show the date (Modified Julian Day) and
1087 time (seconds and fraction past UTC midnight).
1088 The next five fields
1089 show time offset (seconds), frequency offset (parts per million -
1090 PPM), RMS jitter (seconds), Allan deviation (PPM) and clock
1091 discipline time constant.
1092 .It Cm peerstats
1093 Enables recording of peer statistics information.
1094 This includes
1095 statistics records of all peers of a NTP server and of special
1096 signals, where present and configured.
1097 Each valid update appends a
1098 line of the following form to the current element of a file
1099 generation set named
1100 .Cm peerstats :
1101 .Bd -literal
1102 48773 10847.650 127.127.4.1 9714 -0.001605376 0.000000000 0.001424877 0.000958674
1103 .Ed
1104 .Pp
1105 The first two fields show the date (Modified Julian Day) and
1106 time (seconds and fraction past UTC midnight).
1107 The next two fields
1108 show the peer address in dotted-quad notation and status,
1109 respectively.
1110 The status field is encoded in hex in the format
1111 described in Appendix A of the NTP specification RFC 1305.
1112 The final four fields show the offset,
1113 delay, dispersion and RMS jitter, all in seconds.
1114 .It Cm rawstats
1115 Enables recording of raw-timestamp statistics information.
1116 This
1117 includes statistics records of all peers of a NTP server and of
1118 special signals, where present and configured.
1119 Each NTP message
1120 received from a peer or clock driver appends a line of the
1121 following form to the file generation set named
1122 .Cm rawstats :
1123 .Bd -literal
1124 50928 2132.543 128.4.1.1 128.4.1.20 3102453281.584327000 3102453281.58622800031 02453332.540806000 3102453332.541458000
1125 .Ed
1126 .Pp
1127 The first two fields show the date (Modified Julian Day) and
1128 time (seconds and fraction past UTC midnight).
1129 The next two fields
1130 show the remote peer or clock address followed by the local address
1131 in dotted-quad notation.
1132 The final four fields show the originate,
1133 receive, transmit and final NTP timestamps in order.
1134 The timestamp
1135 values are as received and before processing by the various data
1136 smoothing and mitigation algorithms.
1137 .It Cm sysstats
1138 Enables recording of ntpd statistics counters on a periodic basis.
1139 Each
1140 hour a line of the following form is appended to the file generation
1141 set named
1142 .Cm sysstats :
1143 .Bd -literal
1144 50928 2132.543 36000 81965 0 9546 56 71793 512 540 10 147
1145 .Ed
1146 .Pp
1147 The first two fields show the date (Modified Julian Day) and time
1148 (seconds and fraction past UTC midnight).
1149 The remaining ten fields show
1150 the statistics counter values accumulated since the last generated
1151 line.
1152 .Bl -tag -width indent
1153 .It Time since restart Cm 36000
1154 Time in hours since the system was last rebooted.
1155 .It Packets received Cm 81965
1156 Total number of packets received.
1157 .It Packets processed Cm 0
1158 Number of packets received in response to previous packets sent
1159 .It Current version Cm 9546
1160 Number of packets matching the current NTP version.
1161 .It Previous version Cm 56
1162 Number of packets matching the previous NTP version.
1163 .It Bad version Cm 71793
1164 Number of packets matching neither NTP version.
1165 .It Access denied Cm 512
1166 Number of packets denied access for any reason.
1167 .It Bad length or format Cm 540
1168 Number of packets with invalid length, format or port number.
1169 .It Bad authentication Cm 10
1170 Number of packets not verified as authentic.
1171 .It Rate exceeded Cm 147
1172 Number of packets discarded due to rate limitation.
1173 .El
1174 .It Cm statsdir Ar directory_path
1175 Indicates the full path of a directory where statistics files
1176 should be created (see below).
1177 This keyword allows
1178 the (otherwise constant)
1179 .Cm filegen
1180 filename prefix to be modified for file generation sets, which
1181 is useful for handling statistics logs.
1182 .It Cm filegen Ar name Xo
1183 .Op Cm file Ar filename
1184 .Op Cm type Ar typename
1185 .Op Cm link | nolink
1186 .Op Cm enable | disable
1187 .Xc
1188 Configures setting of generation file set name.
1189 Generation
1190 file sets provide a means for handling files that are
1191 continuously growing during the lifetime of a server.
1192 Server statistics are a typical example for such files.
1193 Generation file sets provide access to a set of files used
1194 to store the actual data.
1195 At any time at most one element
1196 of the set is being written to.
1197 The type given specifies
1198 when and how data will be directed to a new element of the set.
1199 This way, information stored in elements of a file set
1200 that are currently unused are available for administrational
1201 operations without the risk of disturbing the operation of ntpd.
1202 (Most important: they can be removed to free space for new data
1203 produced.)
1204 .Pp
1205 Note that this command can be sent from the
1206 .Xr ntpdc 8
1207 program running at a remote location.
1208 .Bl -tag -width indent
1209 .It Cm name
1210 This is the type of the statistics records, as shown in the
1211 .Cm statistics
1212 command.
1213 .It Cm file Ar filename
1214 This is the file name for the statistics records.
1215 Filenames of set
1216 members are built from three concatenated elements
1217 .Ar Cm prefix ,
1218 .Ar Cm filename
1219 and
1220 .Ar Cm suffix :
1221 .Bl -tag -width indent
1222 .It Cm prefix
1223 This is a constant filename path.
1224 It is not subject to
1225 modifications via the
1226 .Ar filegen
1227 option.
1228 It is defined by the
1229 server, usually specified as a compile-time constant.
1230 It may,
1231 however, be configurable for individual file generation sets
1232 via other commands.
1233 For example, the prefix used with
1234 .Ar loopstats
1235 and
1236 .Ar peerstats
1237 generation can be configured using the
1238 .Ar statsdir
1239 option explained above.
1240 .It Cm filename
1241 This string is directly concatenated to the prefix mentioned
1242 above (no intervening
1243 .Ql / ) .
1244 This can be modified using
1245 the file argument to the
1246 .Ar filegen
1247 statement.
1248 No
1249 .Pa ..
1250 elements are
1251 allowed in this component to prevent filenames referring to
1252 parts outside the filesystem hierarchy denoted by
1253 .Ar prefix .
1254 .It Cm suffix
1255 This part is reflects individual elements of a file set.
1256 It is
1257 generated according to the type of a file set.
1258 .El
1259 .It Cm type Ar typename
1260 A file generation set is characterized by its type.
1261 The following
1262 types are supported:
1263 .Bl -tag -width indent
1264 .It Cm none
1265 The file set is actually a single plain file.
1266 .It Cm pid
1267 One element of file set is used per incarnation of a ntpd
1268 server.
1269 This type does not perform any changes to file set
1270 members during runtime, however it provides an easy way of
1271 separating files belonging to different
1272 .Xr ntpd 8
1273 server incarnations.
1274 The set member filename is built by appending a
1275 .Ql \&.
1276 to concatenated
1277 .Ar prefix
1278 and
1279 .Ar filename
1280 strings, and
1281 appending the decimal representation of the process ID of the
1282 .Xr ntpd 8
1283 server process.
1284 .It Cm day
1285 One file generation set element is created per day.
1286 A day is
1287 defined as the period between 00:00 and 24:00 UTC.
1288 The file set
1289 member suffix consists of a
1290 .Ql \&.
1291 and a day specification in
1292 the form
1293 .Cm YYYYMMdd .
1294 .Cm YYYY
1295 is a 4-digit year number (e.g., 1992).
1296 .Cm MM
1297 is a two digit month number.
1298 .Cm dd
1299 is a two digit day number.
1300 Thus, all information written at 10 December 1992 would end up
1301 in a file named
1302 .Ar prefix
1303 .Ar filename Ns .19921210 .
1304 .It Cm week
1305 Any file set member contains data related to a certain week of
1306 a year.
1307 The term week is defined by computing day-of-year
1308 modulo 7.
1309 Elements of such a file generation set are
1310 distinguished by appending the following suffix to the file set
1311 filename base: A dot, a 4-digit year number, the letter
1312 .Cm W ,
1313 and a 2-digit week number.
1314 For example, information from January,
1315 10th 1992 would end up in a file with suffix
1316 .No . Ns Ar 1992W1 .
1317 .It Cm month
1318 One generation file set element is generated per month.
1319 The
1320 file name suffix consists of a dot, a 4-digit year number, and
1321 a 2-digit month.
1322 .It Cm year
1323 One generation file element is generated per year.
1324 The filename
1325 suffix consists of a dot and a 4 digit year number.
1326 .It Cm age
1327 This type of file generation sets changes to a new element of
1328 the file set every 24 hours of server operation.
1329 The filename
1330 suffix consists of a dot, the letter
1331 .Cm a ,
1332 and an 8-digit number.
1333 This number is taken to be the number of seconds the server is
1334 running at the start of the corresponding 24-hour period.
1335 Information is only written to a file generation by specifying
1336 .Cm enable ;
1337 output is prevented by specifying
1338 .Cm disable .
1339 .El
1340 .It Cm link | nolink
1341 It is convenient to be able to access the current element of a file
1342 generation set by a fixed name.
1343 This feature is enabled by
1344 specifying
1345 .Cm link
1346 and disabled using
1347 .Cm nolink .
1348 If link is specified, a
1349 hard link from the current file set element to a file without
1350 suffix is created.
1351 When there is already a file with this name and
1352 the number of links of this file is one, it is renamed appending a
1353 dot, the letter
1354 .Cm C ,
1355 and the pid of the ntpd server process.
1356 When the
1357 number of links is greater than one, the file is unlinked.
1358 This
1359 allows the current file to be accessed by a constant name.
1360 .It Cm enable \&| Cm disable
1361 Enables or disables the recording function.
1362 .El
1363 .El
1364 .El
1365 .Sh Access Control Support
1366 The
1367 .Xr ntpd 8
1368 daemon implements a general purpose address/mask based restriction
1369 list.
1370 The list contains address/match entries sorted first
1371 by increasing address values and and then by increasing mask values.
1372 A match occurs when the bitwise AND of the mask and the packet
1373 source address is equal to the bitwise AND of the mask and
1374 address in the list.
1375 The list is searched in order with the
1376 last match found defining the restriction flags associated
1377 with the entry.
1378 Additional information and examples can be found in the
1379 .Qq Notes on Configuring NTP and Setting up a NTP Subnet
1380 page
1381 (available as part of the HTML documentation
1382 provided in
1383 .Pa /usr/share/doc/ntp ) .
1384 .Pp
1385 The restriction facility was implemented in conformance
1386 with the access policies for the original NSFnet backbone
1387 time servers.
1388 Later the facility was expanded to deflect
1389 cryptographic and clogging attacks.
1390 While this facility may
1391 be useful for keeping unwanted or broken or malicious clients
1392 from congesting innocent servers, it should not be considered
1393 an alternative to the NTP authentication facilities.
1394 Source address based restrictions are easily circumvented
1395 by a determined cracker.
1396 .Pp
1397 Clients can be denied service because they are explicitly
1398 included in the restrict list created by the restrict command
1399 or implicitly as the result of cryptographic or rate limit
1400 violations.
1401 Cryptographic violations include certificate
1402 or identity verification failure; rate limit violations generally
1403 result from defective NTP implementations that send packets
1404 at abusive rates.
1405 Some violations cause denied service
1406 only for the offending packet, others cause denied service
1407 for a timed period and others cause the denied service for
1408 an indefinate period.
1409 When a client or network is denied access
1410 for an indefinate period, the only way at present to remove
1411 the restrictions is by restarting the server.
1412 .Ss The Kiss-of-Death Packet
1413 Ordinarily, packets denied service are simply dropped with no
1414 further action except incrementing statistics counters.
1415 Sometimes a
1416 more proactive response is needed, such as a server message that
1417 explicitly requests the client to stop sending and leave a message
1418 for the system operator.
1419 A special packet format has been created
1420 for this purpose called the "kiss-of-death" (KoD) packet.
1421 KoD packets have the leap bits set unsynchronized and stratum set
1422 to zero and the reference identifier field set to a four-byte
1423 ASCII code.
1424 If the
1425 .Cm noserve
1426 or
1427 .Cm notrust
1428 flag of the matching restrict list entry is set,
1429 the code is "DENY"; if the
1430 .Cm limited
1431 flag is set and the rate limit
1432 is exceeded, the code is "RATE".
1433 Finally, if a cryptographic violation occurs, the code is "CRYP".
1434 .Pp
1435 A client receiving a KoD performs a set of sanity checks to
1436 minimize security exposure, then updates the stratum and
1437 reference identifier peer variables, sets the access
1438 denied (TEST4) bit in the peer flash variable and sends
1439 a message to the log.
1440 As long as the TEST4 bit is set,
1441 the client will send no further packets to the server.
1442 The only way at present to recover from this condition is
1443 to restart the protocol at both the client and server.
1444 This
1445 happens automatically at the client when the association times out.
1446 It will happen at the server only if the server operator cooperates.
1447 .Ss Access Control Commands
1448 .Bl -tag -width indent
1449 .It Xo Ic discard
1450 .Op Cm average Ar avg
1451 .Op Cm minimum Ar min
1452 .Op Cm monitor Ar prob
1453 .Xc
1454 Set the parameters of the
1455 .Cm limited
1456 facility which protects the server from
1457 client abuse.
1458 The
1459 .Cm average
1460 subcommand specifies the minimum average packet
1461 spacing, while the
1462 .Cm minimum
1463 subcommand specifies the minimum packet spacing.
1464 Packets that violate these minima are discarded
1465 and a kiss-o'-death packet returned if enabled.
1466 The default
1467 minimum average and minimum are 5 and 2, respectively.
1468 The monitor subcommand specifies the probability of discard
1469 for packets that overflow the rate-control window.
1470 .It Xo Ic restrict address
1471 .Op Cm mask Ar mask
1472 .Op Ar flag ...
1473 .Xc
1474 The
1475 .Ar address
1476 argument expressed in
1477 dotted-quad form is the address of a host or network.
1478 Alternatively, the
1479 .Ar address
1480 argument can be a valid host DNS name.
1481 The
1482 .Ar mask
1483 argument expressed in dotted-quad form defaults to
1484 .Cm 255.255.255.255 ,
1485 meaning that the
1486 .Ar address
1487 is treated as the address of an individual host.
1488 A default entry (address
1489 .Cm 0.0.0.0 ,
1490 mask
1491 .Cm 0.0.0.0 )
1492 is always included and is always the first entry in the list.
1493 Note that text string
1494 .Cm default ,
1495 with no mask option, may
1496 be used to indicate the default entry.
1497 In the current implementation,
1498 .Cm flag
1499 always
1500 restricts access, i.e., an entry with no flags indicates that free
1501 access to the server is to be given.
1502 The flags are not orthogonal,
1503 in that more restrictive flags will often make less restrictive
1504 ones redundant.
1505 The flags can generally be classed into two
1506 categories, those which restrict time service and those which
1507 restrict informational queries and attempts to do run-time
1508 reconfiguration of the server.
1509 One or more of the following flags
1510 may be specified:
1511 .Bl -tag -width indent
1512 .It Cm ignore
1513 Deny packets of all kinds, including
1514 .Xr ntpq 8
1515 and
1516 .Xr ntpdc 8
1517 queries.
1518 .It Cm kod
1519 If this flag is set when an access violation occurs, a kiss-o'-death
1520 (KoD) packet is sent.
1521 KoD packets are rate limited to no more than one
1522 per second.
1523 If another KoD packet occurs within one second after the
1524 last one, the packet is dropped.
1525 .It Cm limited
1526 Deny service if the packet spacing violates the lower limits specified
1527 in the discard command.
1528 A history of clients is kept using the
1529 monitoring capability of
1530 .Xr ntpd 8 .
1531 Thus, monitoring is always active as
1532 long as there is a restriction entry with the
1533 .Cm limited
1534 flag.
1535 .It Cm lowpriotrap
1536 Declare traps set by matching hosts to be low priority.
1537 The
1538 number of traps a server can maintain is limited (the current limit
1539 is 3).
1540 Traps are usually assigned on a first come, first served
1541 basis, with later trap requestors being denied service.
1542 This flag
1543 modifies the assignment algorithm by allowing low priority traps to
1544 be overridden by later requests for normal priority traps.
1545 .It Cm nomodify
1546 Deny
1547 .Xr ntpq 8
1548 and
1549 .Xr ntpdc 8
1550 queries which attempt to modify the state of the
1551 server (i.e., run time reconfiguration).
1552 Queries which return
1553 information are permitted.
1554 .It Cm noquery
1555 Deny
1556 .Xr ntpq 8
1557 and
1558 .Xr ntpdc 8
1559 queries.
1560 Time service is not affected.
1561 .It Cm nopeer
1562 Deny packets which would result in mobilizing a new association.
1563 This
1564 includes broadcast and symmetric active packets when a configured
1565 association does not exist.
1566 .It Cm noserve
1567 Deny all packets except
1568 .Xr ntpq 8
1569 and
1570 .Xr ntpdc 8
1571 queries.
1572 .It Cm notrap
1573 Decline to provide mode 6 control message trap service to matching
1574 hosts.
1575 The trap service is a subsystem of the ntpdq control message
1576 protocol which is intended for use by remote event logging programs.
1577 .It Cm notrust
1578 Deny service unless the packet is cryptographically authenticated.
1579 .It Cm ntpport
1580 This is actually a match algorithm modifier, rather than a
1581 restriction flag.
1582 Its presence causes the restriction entry to be
1583 matched only if the source port in the packet is the standard NTP
1584 UDP port (123).
1585 Both
1586 .Cm ntpport
1587 and
1588 .Cm non-ntpport
1589 may
1590 be specified.
1591 The
1592 .Cm ntpport
1593 is considered more specific and
1594 is sorted later in the list.
1595 .It Cm version
1596 Deny packets that do not match the current NTP version.
1597 .El
1598 .Pp
1599 Default restriction list entries with the flags ignore, interface,
1600 ntpport, for each of the local host's interface addresses are
1601 inserted into the table at startup to prevent the server
1602 from attempting to synchronize to its own time.
1603 A default entry is also always present, though if it is
1604 otherwise unconfigured; no flags are associated
1605 with the default entry (i.e., everything besides your own
1606 NTP server is unrestricted).
1607 .El
1608 .Sh Automatic NTP Configuration Options
1609 .Ss Manycasting
1610 Manycasting is a automatic discovery and configuration paradigm
1611 new to NTPv4.
1612 It is intended as a means for a multicast client
1613 to troll the nearby network neighborhood to find cooperating
1614 manycast servers, validate them using cryptographic means
1615 and evaluate their time values with respect to other servers
1616 that might be lurking in the vicinity.
1617 The intended result is that each manycast client mobilizes
1618 client associations with some number of the "best"
1619 of the nearby manycast servers, yet automatically reconfigures
1620 to sustain this number of servers should one or another fail.
1621 .Pp
1622 Note that the manycasting paradigm does not coincide
1623 with the anycast paradigm described in RFC-1546,
1624 which is designed to find a single server from a clique
1625 of servers providing the same service.
1626 The manycast paradigm is designed to find a plurality
1627 of redundant servers satisfying defined optimality criteria.
1628 .Pp
1629 Manycasting can be used with either symmetric key
1630 or public key cryptography.
1631 The public key infrastructure (PKI)
1632 offers the best protection against compromised keys
1633 and is generally considered stronger, at least with relatively
1634 large key sizes.
1635 It is implemented using the Autokey protocol and
1636 the OpenSSL cryptographic library available from
1637 .Li http://www.openssl.org/ .
1638 The library can also be used with other NTPv4 modes
1639 as well and is highly recommended, especially for broadcast modes.
1640 .Pp
1641 A persistent manycast client association is configured
1642 using the manycastclient command, which is similar to the
1643 server command but with a multicast (IPv4 class
1644 .Cm D
1645 or IPv6 prefix
1646 .Cm FF )
1647 group address.
1648 The IANA has designated IPv4 address 224.1.1.1
1649 and IPv6 address FF05::101 (site local) for NTP.
1650 When more servers are needed, it broadcasts manycast
1651 client messages to this address at the minimum feasible rate
1652 and minimum feasible time-to-live (TTL) hops, depending
1653 on how many servers have already been found.
1654 There can be as many manycast client associations
1655 as different group address, each one serving as a template
1656 for a future ephemeral unicast client/server association.
1657 .Pp
1658 Manycast servers configured with the
1659 .Ic manycastserver
1660 command listen on the specified group address for manycast
1661 client messages.
1662 Note the distinction between manycast client,
1663 which actively broadcasts messages, and manycast server,
1664 which passively responds to them.
1665 If a manycast server is
1666 in scope of the current TTL and is itself synchronized
1667 to a valid source and operating at a stratum level equal
1668 to or lower than the manycast client, it replies to the
1669 manycast client message with an ordinary unicast server message.
1670 .Pp
1671 The manycast client receiving this message mobilizes
1672 an ephemeral client/server association according to the
1673 matching manycast client template, but only if cryptographically
1674 authenticated and the server stratum is less than or equal
1675 to the client stratum.
1676 Authentication is explicitly required
1677 and either symmetric key or public key (Autokey) can be used.
1678 Then, the client polls the server at its unicast address
1679 in burst mode in order to reliably set the host clock
1680 and validate the source.
1681 This normally results
1682 in a volley of eight client/server at 2-s intervals
1683 during which both the synchronization and cryptographic
1684 protocols run concurrently.
1685 Following the volley,
1686 the client runs the NTP intersection and clustering
1687 algorithms, which act to discard all but the "best"
1688 associations according to stratum and synchronization
1689 distance.
1690 The surviving associations then continue
1691 in ordinary client/server mode.
1692 .Pp
1693 The manycast client polling strategy is designed to reduce
1694 as much as possible the volume of manycast client messages
1695 and the effects of implosion due to near-simultaneous
1696 arrival of manycast server messages.
1697 The strategy is determined by the
1698 .Ic manycastclient ,
1699 .Ic tos
1700 and
1701 .Ic ttl
1702 configuration commands.
1703 The manycast poll interval is
1704 normally eight times the system poll interval,
1705 which starts out at the
1706 .Cm minpoll
1707 value specified in the
1708 .Ic manycastclient ,
1709 command and, under normal circumstances, increments to the
1710 .Cm maxpolll
1711 value specified in this command.
1712 Initially, the TTL is
1713 set at the minimum hops specified by the ttl command.
1714 At each retransmission the TTL is increased until reaching
1715 the maximum hops specified by this command or a sufficient
1716 number client associations have been found.
1717 Further retransmissions use the same TTL.
1718 .Pp
1719 The quality and reliability of the suite of associations
1720 discovered by the manycast client is determined by the NTP
1721 mitigation algorithms and the
1722 .Cm minclock
1723 and
1724 .Cm minsane
1725 values specified in the
1726 .Ic tos
1727 configuration command.
1728 At least
1729 .Cm minsane
1730 candidate servers must be available and the mitigation
1731 algorithms produce at least
1732 .Cm minclock
1733 survivors in order to synchronize the clock.
1734 Byzantine agreement principles require at least four
1735 candidates in order to correctly discard a single falseticker.
1736 For legacy purposes,
1737 .Cm minsane
1738 defaults to 1 and
1739 .Cm minclock
1740 defaults to 3.
1741 For manycast service
1742 .Cm minsane
1743 should be explicitly set to 4, assuming at least that
1744 number of servers are available.
1745 .Pp
1746 If at least
1747 .Cm minclock
1748 servers are found, the manycast poll interval is immediately
1749 set to eight times
1750 .Cm maxpoll .
1751 If less than
1752 .Cm minclock
1753 servers are found when the TTL has reached the maximum hops,
1754 the manycast poll interval is doubled.
1755 For each transmission
1756 after that, the poll interval is doubled again until
1757 reaching the maximum of eight times
1758 .Cm maxpoll .
1759 Further transmissions use the same poll interval and
1760 TTL values.
1761 Note that while all this is going on,
1762 each client/server association found is operating normally
1763 it the system poll interval.
1764 .Pp
1765 Administratively scoped multicast boundaries are normally
1766 specified by the network router configuration and,
1767 in the case of IPv6, the link/site scope prefix.
1768 By default, the increment for TTL hops is 32 starting
1769 from 31; however, the
1770 .Ic ttl
1771 configuration command can be
1772 used to modify the values to match the scope rules.
1773 .Pp
1774 It is often useful to narrow the range of acceptable
1775 servers which can be found by manycast client associations.
1776 Because manycast servers respond only when the client
1777 stratum is equal to or greater than the server stratum,
1778 primary (stratum 1) servers fill find only primary servers
1779 in TTL range, which is probably the most common objective.
1780 However, unless configured otherwise, all manycast clients
1781 in TTL range will eventually find all primary servers
1782 in TTL range, which is probably not the most common
1783 objective in large networks.
1784 The
1785 .Ic tos
1786 command can be used to modify this behavior.
1787 Servers with stratum below
1788 .Cm floor
1789 or above
1790 .Cm ceiling
1791 specified in the
1792 .Ic tos
1793 command are strongly discouraged during the selection
1794 process; however, these servers may be temporally
1795 accepted if the number of servers within TTL range is
1796 less than
1797 .Cm minclock .
1798 .Pp
1799 The above actions occur for each manycast client message,
1800 which repeats at the designated poll interval.
1801 However, once the ephemeral client association is mobilized,
1802 subsequent manycast server replies are discarded,
1803 since that would result in a duplicate association.
1804 If during a poll interval the number of client associations
1805 falls below
1806 .Cm minclock ,
1807 all manycast client prototype associations are reset
1808 to the initial poll interval and TTL hops and operation
1809 resumes from the beginning.
1810 It is important to avoid
1811 frequent manycast client messages, since each one requires
1812 all manycast servers in TTL range to respond.
1813 The result could well be an implosion, either minor or major,
1814 depending on the number of servers in range.
1815 The recommended value for
1816 .Cm maxpoll
1817 is 12 (4,096 s).
1818 .Pp
1819 It is possible and frequently useful to configure a host
1820 as both manycast client and manycast server.
1821 A number of hosts configured this way and sharing a common
1822 group address will automatically organize themselves
1823 in an optimum configuration based on stratum and
1824 synchronization distance.
1825 For example, consider an NTP
1826 subnet of two primary servers and a hundred or more
1827 dependent clients.
1828 With two exceptions, all servers
1829 and clients have identical configuration files including both
1830 .Ic multicastclient
1831 and
1832 .Ic multicastserver
1833 commands using, for instance, multicast group address
1834 239.1.1.1.
1835 The only exception is that each primary server
1836 configuration file must include commands for the primary
1837 reference source such as a GPS receiver.
1838 .Pp
1839 The remaining configuration files for all secondary
1840 servers and clients have the same contents, except for the
1841 .Ic tos
1842 command, which is specific for each stratum level.
1843 For stratum 1 and stratum 2 servers, that command is
1844 not necessary.
1845 For stratum 3 and above servers the
1846 .Cm floor
1847 value is set to the intended stratum number.
1848 Thus, all stratum 3 configuration files are identical,
1849 all stratum 4 files are identical and so forth.
1850 .Pp
1851 Once operations have stabilized in this scenario,
1852 the primary servers will find the primary reference source
1853 and each other, since they both operate at the same
1854 stratum (1), but not with any secondary server or client,
1855 since these operate at a higher stratum.
1856 The secondary
1857 servers will find the servers at the same stratum level.
1858 If one of the primary servers loses its GPS receiver,
1859 it will continue to operate as a client and other clients
1860 will time out the corresponding association and
1861 re-associate accordingly.
1862 .Pp
1863 Some administrators prefer to avoid running
1864 .Xr ntpd 8
1865 continuously and run either
1866 .Xr ntpdate 8
1867 or
1868 .Xr ntpd 8
1869 .Fl q
1870 as a cron job.
1871 In either case the servers must be
1872 configured in advance and the program fails if none are
1873 available when the cron job runs.
1874 A really slick
1875 application of manycast is with
1876 .Xr ntpd 8
1877 .Fl q .
1878 The program wakes up, scans the local landscape looking
1879 for the usual suspects, selects the best from among
1880 the rascals, sets the clock and then departs.
1881 Servers do not have to be configured in advance and
1882 all clients throughout the network can have the same
1883 configuration file.
1884 .Ss Manycast Interactions with Autokey
1885 Each time a manycast client sends a client mode packet
1886 to a multicast group address, all manycast servers
1887 in scope generate a reply including the host name
1888 and status word.
1889 The manycast clients then run
1890 the Autokey protocol, which collects and verifies
1891 all certificates involved.
1892 Following the burst interval
1893 all but three survivors are cast off,
1894 but the certificates remain in the local cache.
1895 It often happens that several complete signing trails
1896 from the client to the primary servers are collected in this way.
1897 .Pp
1898 About once an hour or less often if the poll interval
1899 exceeds this, the client regenerates the Autokey key list.
1900 This is in general transparent in client/server mode.
1901 However, about once per day the server private value
1902 used to generate cookies is refreshed along with all
1903 manycast client associations.
1904 In this case all
1905 cryptographic values including certificates is refreshed.
1906 If a new certificate has been generated since
1907 the last refresh epoch, it will automatically revoke
1908 all prior certificates that happen to be in the
1909 certificate cache.
1910 At the same time, the manycast
1911 scheme starts all over from the beginning and
1912 the expanding ring shrinks to the minimum and increments
1913 from there while collecting all servers in scope.
1914 .Ss Manycast Options
1915 .Bl -tag -width indent
1916 .It Xo Ic tos
1917 .Oo
1918 .Cm ceiling Ar ceiling |
1919 .Cm cohort { 0 | 1 } |
1920 .Cm floor Ar floor |
1921 .Cm minclock Ar minclock |
1922 .Cm minsane Ar minsane
1923 .Oc
1924 .Xc
1925 This command affects the clock selection and clustering
1926 algorithms.
1927 It can be used to select the quality and
1928 quantity of peers used to synchronize the system clock
1929 and is most useful in manycast mode.
1930 The variables operate
1931 as follows:
1932 .Bl -tag -width indent
1933 .It Cm ceiling Ar ceiling
1934 Peers with strata above
1935 .Cm ceiling
1936 will be discarded if there are at least
1937 .Cm minclock
1938 peers remaining.
1939 This value defaults to 15, but can be changed
1940 to any number from 1 to 15.
1941 .It Cm cohort Bro 0 | 1 Brc
1942 This is a binary flag which enables (0) or disables (1)
1943 manycast server replies to manycast clients with the same
1944 stratum level.
1945 This is useful to reduce implosions where
1946 large numbers of clients with the same stratum level
1947 are present.
1948 The default is to enable these replies.
1949 .It Cm floor Ar floor
1950 Peers with strata below
1951 .Cm floor
1952 will be discarded if there are at least
1953 .Cm minclock
1954 peers remaining.
1955 This value defaults to 1, but can be changed
1956 to any number from 1 to 15.
1957 .It Cm minclock Ar minclock
1958 The clustering algorithm repeatedly casts out outlyer
1959 associations until no more than
1960 .Cm minclock
1961 associations remain.
1962 This value defaults to 3,
1963 but can be changed to any number from 1 to the number of
1964 configured sources.
1965 .It Cm minsane Ar minsane
1966 This is the minimum number of candidates available
1967 to the clock selection algorithm in order to produce
1968 one or more truechimers for the clustering algorithm.
1969 If fewer than this number are available, the clock is
1970 undisciplined and allowed to run free.
1971 The default is 1
1972 for legacy purposes.
1973 However, according to principles of
1974 Byzantine agreement,
1975 .Cm minsane
1976 should be at least 4 in order to detect and discard
1977 a single falseticker.
1978 .El
1979 .It Cm ttl Ar hop ...
1980 This command specifies a list of TTL values in increasing
1981 order, up to 8 values can be specified.
1982 In manycast mode these values are used in turn
1983 in an expanding-ring search.
1984 The default is eight
1985 multiples of 32 starting at 31.
1986 .El
1987 .Sh Reference Clock Support
1988 The NTP Version 4 daemon supports some three dozen different radio,
1989 satellite and modem reference clocks plus a special pseudo-clock
1990 used for backup or when no other clock source is available.
1991 Detailed descriptions of individual device drivers and options can
1992 be found in the
1993 .Qq Reference Clock Drivers
1994 page
1995 (available as part of the HTML documentation
1996 provided in
1997 .Pa /usr/share/doc/ntp ) .
1998 Additional information can be found in the pages linked
1999 there, including the
2000 .Qq Debugging Hints for Reference Clock Drivers
2001 and
2002 .Qq How To Write a Reference Clock Driver
2003 pages
2004 (available as part of the HTML documentation
2005 provided in
2006 .Pa /usr/share/doc/ntp ) .
2007 In addition, support for a PPS
2008 signal is available as described in the
2009 .Qq Pulse-per-second (PPS) Signal Interfacing
2010 page
2011 (available as part of the HTML documentation
2012 provided in
2013 .Pa /usr/share/doc/ntp ) .
2014 Many
2015 drivers support special line discipline/streams modules which can
2016 significantly improve the accuracy using the driver.
2017 These are
2018 described in the
2019 .Qq Line Disciplines and Streams Drivers
2020 page
2021 (available as part of the HTML documentation
2022 provided in
2023 .Pa /usr/share/doc/ntp ) .
2024 .Pp
2025 A reference clock will generally (though not always) be a radio
2026 timecode receiver which is synchronized to a source of standard
2027 time such as the services offered by the NRC in Canada and NIST and
2028 USNO in the US.
2029 The interface between the computer and the timecode
2030 receiver is device dependent, but is usually a serial port.
2031 A
2032 device driver specific to each reference clock must be selected and
2033 compiled in the distribution; however, most common radio, satellite
2034 and modem clocks are included by default.
2035 Note that an attempt to
2036 configure a reference clock when the driver has not been compiled
2037 or the hardware port has not been appropriately configured results
2038 in a scalding remark to the system log file, but is otherwise non
2039 hazardous.
2040 .Pp
2041 For the purposes of configuration,
2042 .Xr ntpd 8
2043 treats
2044 reference clocks in a manner analogous to normal NTP peers as much
2045 as possible.
2046 Reference clocks are identified by a syntactically
2047 correct but invalid IP address, in order to distinguish them from
2048 normal NTP peers.
2049 Reference clock addresses are of the form
2050 .Sm off
2051 .Li 127.127. Ar t . Ar u ,
2052 .Sm on
2053 where
2054 .Ar t
2055 is an integer
2056 denoting the clock type and
2057 .Ar u
2058 indicates the unit
2059 number in the range 0-3.
2060 While it may seem overkill, it is in fact
2061 sometimes useful to configure multiple reference clocks of the same
2062 type, in which case the unit numbers must be unique.
2063 .Pp
2064 The
2065 .Ic server
2066 command is used to configure a reference
2067 clock, where the
2068 .Ar address
2069 argument in that command
2070 is the clock address.
2071 The
2072 .Cm key ,
2073 .Cm version
2074 and
2075 .Cm ttl
2076 options are not used for reference clock support.
2077 The
2078 .Cm mode
2079 option is added for reference clock support, as
2080 described below.
2081 The
2082 .Cm prefer
2083 option can be useful to
2084 persuade the server to cherish a reference clock with somewhat more
2085 enthusiasm than other reference clocks or peers.
2086 Further
2087 information on this option can be found in the
2088 .Qq Mitigation Rules and the prefer Keyword
2089 (available as part of the HTML documentation
2090 provided in
2091 .Pa /usr/share/doc/ntp )
2092 page.
2093 The
2094 .Cm minpoll
2095 and
2096 .Cm maxpoll
2097 options have
2098 meaning only for selected clock drivers.
2099 See the individual clock
2100 driver document pages for additional information.
2101 .Pp
2102 The
2103 .Ic fudge
2104 command is used to provide additional
2105 information for individual clock drivers and normally follows
2106 immediately after the
2107 .Ic server
2108 command.
2109 The
2110 .Ar address
2111 argument specifies the clock address.
2112 The
2113 .Cm refid
2114 and
2115 .Cm stratum
2116 options can be used to
2117 override the defaults for the device.
2118 There are two optional
2119 device-dependent time offsets and four flags that can be included
2120 in the
2121 .Ic fudge
2122 command as well.
2123 .Pp
2124 The stratum number of a reference clock is by default zero.
2125 Since the
2126 .Xr ntpd 8
2127 daemon adds one to the stratum of each
2128 peer, a primary server ordinarily displays an external stratum of
2129 one.
2130 In order to provide engineered backups, it is often useful to
2131 specify the reference clock stratum as greater than zero.
2132 The
2133 .Cm stratum
2134 option is used for this purpose.
2135 Also, in cases
2136 involving both a reference clock and a pulse-per-second (PPS)
2137 discipline signal, it is useful to specify the reference clock
2138 identifier as other than the default, depending on the driver.
2139 The
2140 .Cm refid
2141 option is used for this purpose.
2142 Except where noted,
2143 these options apply to all clock drivers.
2144 .Ss Reference Clock Commands
2145 .Bl -tag -width indent
2146 .It Xo Ic server
2147 .Sm off
2148 .Li 127.127. Ar t . Ar u
2149 .Sm on
2150 .Op Cm prefer
2151 .Op Cm mode Ar int
2152 .Op Cm minpoll Ar int
2153 .Op Cm maxpoll Ar int
2154 .Xc
2155 This command can be used to configure reference clocks in
2156 special ways.
2157 The options are interpreted as follows:
2158 .Bl -tag -width indent
2159 .It Cm prefer
2160 Marks the reference clock as preferred.
2161 All other things being
2162 equal, this host will be chosen for synchronization among a set of
2163 correctly operating hosts.
2164 See the
2165 .Qq Mitigation Rules and the prefer Keyword
2166 page
2167 (available as part of the HTML documentation
2168 provided in
2169 .Pa /usr/share/doc/ntp )
2170 for further information.
2171 .It Cm mode Ar int
2172 Specifies a mode number which is interpreted in a
2173 device-specific fashion.
2174 For instance, it selects a dialing
2175 protocol in the ACTS driver and a device subtype in the
2176 parse
2177 drivers.
2178 .It Cm minpoll Ar int
2179 .It Cm maxpoll Ar int
2180 These options specify the minimum and maximum polling interval
2181 for reference clock messages, as a power of 2 in seconds
2182 For
2183 most directly connected reference clocks, both
2184 .Cm minpoll
2185 and
2186 .Cm maxpoll
2187 default to 6 (64 s).
2188 For modem reference clocks,
2189 .Cm minpoll
2190 defaults to 10 (17.1 m) and
2191 .Cm maxpoll
2192 defaults to 14 (4.5 h).
2193 The allowable range is 4 (16 s) to 17 (36.4 h) inclusive.
2194 .El
2195 .It Xo Ic fudge
2196 .Sm off
2197 .Li 127.127. Ar t . Ar u
2198 .Sm on
2199 .Op Cm time1 Ar sec
2200 .Op Cm time2 Ar sec
2201 .Op Cm stratum Ar int
2202 .Op Cm refid Ar string
2203 .Op Cm mode Ar int
2204 .Op Cm flag1 Cm 0 \&| Cm 1
2205 .Op Cm flag2 Cm 0 \&| Cm 1
2206 .Op Cm flag3 Cm 0 \&| Cm 1
2207 .Op Cm flag4 Cm 0 \&| Cm 1
2208 .Xc
2209 This command can be used to configure reference clocks in
2210 special ways.
2211 It must immediately follow the
2212 .Ic server
2213 command which configures the driver.
2214 Note that the same capability
2215 is possible at run time using the
2216 .Xr ntpdc 8
2217 program.
2218 The options are interpreted as
2219 follows:
2220 .Bl -tag -width indent
2221 .It Cm time1 Ar sec
2222 Specifies a constant to be added to the time offset produced by
2223 the driver, a fixed-point decimal number in seconds.
2224 This is used
2225 as a calibration constant to adjust the nominal time offset of a
2226 particular clock to agree with an external standard, such as a
2227 precision PPS signal.
2228 It also provides a way to correct a
2229 systematic error or bias due to serial port or operating system
2230 latencies, different cable lengths or receiver internal delay.
2231 The
2232 specified offset is in addition to the propagation delay provided
2233 by other means, such as internal DIPswitches.
2234 Where a calibration
2235 for an individual system and driver is available, an approximate
2236 correction is noted in the driver documentation pages.
2237 Note: in order to facilitate calibration when more than one
2238 radio clock or PPS signal is supported, a special calibration
2239 feature is available.
2240 It takes the form of an argument to the
2241 .Ic enable
2242 command described in
2243 .Sx Miscellaneous Options
2244 page and operates as described in the
2245 .Qq Reference Clock Drivers
2246 page
2247 (available as part of the HTML documentation
2248 provided in
2249 .Pa /usr/share/doc/ntp ) .
2250 .It Cm time2 Ar secs
2251 Specifies a fixed-point decimal number in seconds, which is
2252 interpreted in a driver-dependent way.
2253 See the descriptions of
2254 specific drivers in the
2255 .Qq Reference Clock Drivers
2256 page
2257 (available as part of the HTML documentation
2258 provided in
2259 .Pa /usr/share/doc/ntp ) .
2260 .It Cm stratum Ar int
2261 Specifies the stratum number assigned to the driver, an integer
2262 between 0 and 15.
2263 This number overrides the default stratum number
2264 ordinarily assigned by the driver itself, usually zero.
2265 .It Cm refid Ar string
2266 Specifies an ASCII string of from one to four characters which
2267 defines the reference identifier used by the driver.
2268 This string
2269 overrides the default identifier ordinarily assigned by the driver
2270 itself.
2271 .It Cm mode Ar int
2272 Specifies a mode number which is interpreted in a
2273 device-specific fashion.
2274 For instance, it selects a dialing
2275 protocol in the ACTS driver and a device subtype in the
2276 parse
2277 drivers.
2278 .It Cm flag1 Cm 0 \&| Cm 1
2279 .It Cm flag2 Cm 0 \&| Cm 1
2280 .It Cm flag3 Cm 0 \&| Cm 1
2281 .It Cm flag4 Cm 0 \&| Cm 1
2282 These four flags are used for customizing the clock driver.
2283 The
2284 interpretation of these values, and whether they are used at all,
2285 is a function of the particular clock driver.
2286 However, by
2287 convention
2288 .Cm flag4
2289 is used to enable recording monitoring
2290 data to the
2291 .Cm clockstats
2292 file configured with the
2293 .Ic filegen
2294 command.
2295 Further information on the
2296 .Ic filegen
2297 command can be found in
2298 .Sx Monitoring Options .
2299 .El
2300 .El
2301 .Sh Miscellaneous Options
2302 .Bl -tag -width indent
2303 .It Ic broadcastdelay Ar seconds
2304 The broadcast and multicast modes require a special calibration
2305 to determine the network delay between the local and remote
2306 servers.
2307 Ordinarily, this is done automatically by the initial
2308 protocol exchanges between the client and server.
2309 In some cases,
2310 the calibration procedure may fail due to network or server access
2311 controls, for example.
2312 This command specifies the default delay to
2313 be used under these circumstances.
2314 Typically (for Ethernet), a
2315 number between 0.003 and 0.007 seconds is appropriate.
2316 The default
2317 when this command is not used is 0.004 seconds.
2318 .It Ic calldelay Ar delay
2319 This option controls the delay in seconds between the first and second
2320 packets sent in burst or iburst mode to allow additional time for a modem
2321 or ISDN call to complete.
2322 .It Ic driftfile Ar driftfile
2323 This command specifies the complete path and name of the file used to
2324 record the frequency of the local clock oscillator.
2325 This is the same
2326 operation as the
2327 .Fl f
2328 command line option.
2329 If the file exists, it is read at
2330 startup in order to set the initial frequency and then updated once per
2331 hour with the current frequency computed by the daemon.
2332 If the file name is
2333 specified, but the file itself does not exist, the starts with an initial
2334 frequency of zero and creates the file when writing it for the first time.
2335 If this command is not given, the daemon will always start with an initial
2336 frequency of zero.
2337 .Pp
2338 The file format consists of a single line containing a single
2339 floating point number, which records the frequency offset measured
2340 in parts-per-million (PPM).
2341 The file is updated by first writing
2342 the current drift value into a temporary file and then renaming
2343 this file to replace the old version.
2344 This implies that
2345 .Xr ntpd 8
2346 must have write permission for the directory the
2347 drift file is located in, and that file system links, symbolic or
2348 otherwise, should be avoided.
2349 .It Xo Ic enable
2350 .Oo
2351 .Cm auth | Cm bclient |
2352 .Cm calibrate | Cm kernel |
2353 .Cm monitor | Cm ntp |
2354 .Cm pps | Cm stats
2355 .Oc
2356 .Xc
2357 .It Xo Ic disable
2358 .Oo
2359 .Cm auth | Cm bclient |
2360 .Cm calibrate | Cm kernel |
2361 .Cm monitor | Cm ntp |
2362 .Cm pps | Cm stats
2363 .Oc
2364 .Xc
2365 Provides a way to enable or disable various server options.
2366 Flags not mentioned are unaffected.
2367 Note that all of these flags
2368 can be controlled remotely using the
2369 .Xr ntpdc 8
2370 utility program.
2371 .Bl -tag -width indent
2372 .It Cm auth
2373 Enables the server to synchronize with unconfigured peers only if the
2374 peer has been correctly authenticated using either public key or
2375 private key cryptography.
2376 The default for this flag is
2377 .Ic enable .
2378 .It Cm bclient
2379 Enables the server to listen for a message from a broadcast or
2380 multicast server, as in the
2381 .Ic multicastclient
2382 command with default
2383 address.
2384 The default for this flag is
2385 .Ic disable .
2386 .It Cm calibrate
2387 Enables the calibrate feature for reference clocks.
2388 The default for
2389 this flag is
2390 .Ic disable .
2391 .It Cm kernel
2392 Enables the kernel time discipline, if available.
2393 The default for this
2394 flag is
2395 .Ic enable
2396 if support is available, otherwise
2397 .Ic disable .
2398 .It Cm monitor
2399 Enables the monitoring facility.
2400 See the
2401 .Xr ntpdc 8
2402 program
2403 and the
2404 .Ic monlist
2405 command or further information.
2406 The
2407 default for this flag is
2408 .Ic enable .
2409 .It Cm ntp
2410 Enables time and frequency discipline.
2411 In effect, this switch opens and
2412 closes the feedback loop, which is useful for testing.
2413 The default for
2414 this flag is
2415 .Ic enable .
2416 .It Cm pps
2417 Enables the pulse-per-second (PPS) signal when frequency and time is
2418 disciplined by the precision time kernel modifications.
2419 See the
2420 .Qq A Kernel Model for Precision Timekeeping
2421 (available as part of the HTML documentation
2422 provided in
2423 .Pa /usr/share/doc/ntp )
2424 page for further information.
2425 The default for this flag is
2426 .Ic disable .
2427 .It Cm stats
2428 Enables the statistics facility.
2429 See the
2430 .Sx Monitoring Options
2431 section for further information.
2432 The default for this flag is
2433 .Ic disable .
2434 .El
2435 .It Ic includefile Ar includefile
2436 This command allows additional configuration commands
2437 to be included from a separate file.
2438 Include files may
2439 be nested to a depth of five; upon reaching the end of any
2440 include file, command processing resumes in the previous
2441 configuration file.
2442 This option is useful for sites that run
2443 .Xr ntpd 8
2444 on multiple hosts, with (mostly) common options (e.g., a
2445 restriction list).
2446 .It Ic logconfig Ar configkeyword
2447 This command controls the amount and type of output written to
2448 the system
2449 .Xr syslog 3
2450 facility or the alternate
2451 .Ic logfile
2452 log file.
2453 By default, all output is turned on.
2454 All
2455 .Ar configkeyword
2456 keywords can be prefixed with
2457 .Ql = ,
2458 .Ql +
2459 and
2460 .Ql - ,
2461 where
2462 .Ql =
2463 sets the
2464 .Xr syslog 3
2465 priority mask,
2466 .Ql +
2467 adds and
2468 .Ql -
2469 removes
2470 messages.
2471 .Xr syslog 3
2472 messages can be controlled in four
2473 classes
2474 .Po
2475 .Cm clock ,
2476 .Cm peer ,
2477 .Cm sys
2478 and
2479 .Cm sync
2480 .Pc .
2481 Within these classes four types of messages can be
2482 controlled: informational messages
2483 .Po
2484 .Cm info
2485 .Pc ,
2486 event messages
2487 .Po
2488 .Cm events
2489 .Pc ,
2490 statistics messages
2491 .Po
2492 .Cm statistics
2493 .Pc
2494 and
2495 status messages
2496 .Po
2497 .Cm status
2498 .Pc .
2499 .Pp
2500 Configuration keywords are formed by concatenating the message class with
2501 the event class.
2502 The
2503 .Cm all
2504 prefix can be used instead of a message class.
2505 A
2506 message class may also be followed by the
2507 .Cm all
2508 keyword to enable/disable all
2509 messages of the respective message class.Thus, a minimal log configuration
2510 could look like this:
2511 .Bd -literal
2512 logconfig =syncstatus +sysevents
2513 .Ed
2514 .Pp
2515 This would just list the synchronizations state of
2516 .Xr ntpd 8
2517 and the major system events.
2518 For a simple reference server, the
2519 following minimum message configuration could be useful:
2520 .Bd -literal
2521 logconfig =syncall +clockall
2522 .Ed
2523 .Pp
2524 This configuration will list all clock information and
2525 synchronization information.
2526 All other events and messages about
2527 peers, system events and so on is suppressed.
2528 .It Ic logfile Ar logfile
2529 This command specifies the location of an alternate log file to
2530 be used instead of the default system
2531 .Xr syslog 3
2532 facility.
2533 This is the same operation as the -l command line option.
2534 .It Ic setvar Ar variable Op Cm default
2535 This command adds an additional system variable.
2536 These
2537 variables can be used to distribute additional information such as
2538 the access policy.
2539 If the variable of the form
2540 .Sm off
2541 .Va name = Ar value
2542 .Sm on
2543 is followed by the
2544 .Cm default
2545 keyword, the
2546 variable will be listed as part of the default system variables
2547 .Po
2548 .Xr ntpq 8
2549 .Ic rv
2550 command
2551 .Pc ) .
2552 These additional variables serve
2553 informational purposes only.
2554 They are not related to the protocol
2555 other that they can be listed.
2556 The known protocol variables will
2557 always override any variables defined via the
2558 .Ic setvar
2559 mechanism.
2560 There are three special variables that contain the names
2561 of all variable of the same group.
2562 The
2563 .Va sys_var_list
2564 holds
2565 the names of all system variables.
2566 The
2567 .Va peer_var_list
2568 holds
2569 the names of all peer variables and the
2570 .Va clock_var_list
2571 holds the names of the reference clock variables.
2572 .It Xo Ic tinker
2573 .Oo
2574 .Cm allan Ar allan |
2575 .Cm dispersion Ar dispersion |
2576 .Cm freq Ar freq |
2577 .Cm huffpuff Ar huffpuff |
2578 .Cm panic Ar panic |
2579 .Cm step Ar srep |
2580 .Cm stepout Ar stepout
2581 .Oc
2582 .Xc
2583 This command can be used to alter several system variables in
2584 very exceptional circumstances.
2585 It should occur in the
2586 configuration file before any other configuration options.
2587 The
2588 default values of these variables have been carefully optimized for
2589 a wide range of network speeds and reliability expectations.
2590 In
2591 general, they interact in intricate ways that are hard to predict
2592 and some combinations can result in some very nasty behavior.
2593 Very
2594 rarely is it necessary to change the default values; but, some
2595 folks cannot resist twisting the knobs anyway and this command is
2596 for them.
2597 Emphasis added: twisters are on their own and can expect
2598 no help from the support group.
2599 .Pp
2600 The variables operate as follows:
2601 .Bl -tag -width indent
2602 .It Cm allan Ar allan
2603 The argument becomes the new value for the minimum Allan
2604 intercept, which is a parameter of the PLL/FLL clock discipline
2605 algorithm.
2606 The value in log2 seconds defaults to 7 (1024 s), which is also the lower
2607 limit.
2608 .It Cm dispersion Ar dispersion
2609 The argument becomes the new value for the dispersion increase rate,
2610 normally .000015 s/s.
2611 .It Cm freq Ar freq
2612 The argument becomes the initial value of the frequency offset in
2613 parts-per-million.
2614 This overrides the value in the frequency file, if
2615 present, and avoids the initial training state if it is not.
2616 .It Cm huffpuff Ar huffpuff
2617 The argument becomes the new value for the experimental
2618 huff-n'-puff filter span, which determines the most recent interval
2619 the algorithm will search for a minimum delay.
2620 The lower limit is
2621 900 s (15 m), but a more reasonable value is 7200 (2 hours).
2622 There
2623 is no default, since the filter is not enabled unless this command
2624 is given.
2625 .It Cm panic Ar panic
2626 The argument is the panic threshold, normally 1000 s.
2627 If set to zero,
2628 the panic sanity check is disabled and a clock offset of any value will
2629 be accepted.
2630 .It Cm step Ar step
2631 The argument is the step threshold, which by default is 0.128 s.
2632 It can
2633 be set to any positive number in seconds.
2634 If set to zero, step
2635 adjustments will never occur.
2636 Note: The kernel time discipline is
2637 disabled if the step threshold is set to zero or greater than the
2638 default.
2639 .It Cm stepout Ar stepout
2640 The argument is the stepout timeout, which by default is 900 s.
2641 It can
2642 be set to any positive number in seconds.
2643 If set to zero, the stepout
2644 pulses will not be suppressed.
2645 .El
2646 .It Xo Ic trap Ar host_address
2647 .Op Cm port Ar port_number
2648 .Op Cm interface Ar interface_address
2649 .Xc
2650 This command configures a trap receiver at the given host
2651 address and port number for sending messages with the specified
2652 local interface address.
2653 If the port number is unspecified, a value
2654 of 18447 is used.
2655 If the interface address is not specified, the
2656 message is sent with a source address of the local interface the
2657 message is sent through.
2658 Note that on a multihomed host the
2659 interface used may vary from time to time with routing changes.
2660 .Pp
2661 The trap receiver will generally log event messages and other
2662 information from the server in a log file.
2663 While such monitor
2664 programs may also request their own trap dynamically, configuring a
2665 trap receiver will ensure that no messages are lost when the server
2666 is started.
2667 .It Cm hop Ar ...
2668 This command specifies a list of TTL values in increasing order, up to 8
2669 values can be specified.
2670 In manycast mode these values are used in turn in
2671 an expanding-ring search.
2672 The default is eight multiples of 32 starting at
2673 31.
2674 .El
2675 .Sh FILES
2676 .Bl -tag -width /etc/ntp.drift -compact
2677 .It Pa /etc/ntp.conf
2678 the default name of the configuration file
2679 .It Pa ntp.keys
2680 private MD5 keys
2681 .It Pa ntpkey
2682 RSA private key
2683 .It Pa ntpkey_ Ns Ar host
2684 RSA public key
2685 .It Pa ntp_dh
2686 Diffie-Hellman agreement parameters
2687 .El
2688 .Sh SEE ALSO
2689 .Xr rc.conf 5 ,
2690 .Xr ntpd 8 ,
2691 .Xr ntpdc 8 ,
2692 .Xr ntpq 8
2693 .Pp
2694 In addition to the manual pages provided,
2695 comprehensive documentation is available on the world wide web
2696 at
2697 .Li http://www.ntp.org/ .
2698 A snapshot of this documentation is available in HTML format in
2699 .Pa /usr/share/doc/ntp .
2700 .Rs
2701 .%A David L. Mills
2702 .%T Network Time Protocol (Version 3)
2703 .%O RFC1305
2704 .Re
2705 .Sh BUGS
2706 The syntax checking is not picky; some combinations of
2707 ridiculous and even hilarious options and modes may not be
2708 detected.
2709 .Pp
2710 The
2711 .Pa ntpkey_ Ns Ar host
2712 files are really digital
2713 certificates.
2714 These should be obtained via secure directory
2715 services when they become universally available.