etc/services - sync with NetBSD-8
[minix.git] / external / bsd / bind / dist / bin / rndc / rndc.8
blob40362a062bab4dec1b23688a4525b9ca19d7036b
1 .\"     $NetBSD: rndc.8,v 1.7 2014/12/10 04:37:52 christos Exp $
2 .\"
3 .\" Copyright (C) 2004, 2005, 2007, 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
4 .\" Copyright (C) 2000, 2001 Internet Software Consortium.
5 .\" 
6 .\" Permission to use, copy, modify, and/or distribute this software for any
7 .\" purpose with or without fee is hereby granted, provided that the above
8 .\" copyright notice and this permission notice appear in all copies.
9 .\" 
10 .\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
11 .\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
12 .\" AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
13 .\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
14 .\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
15 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16 .\" PERFORMANCE OF THIS SOFTWARE.
17 .\"
18 .\" Id
19 .\"
20 .hy 0
21 .ad l
22 .\"     Title: rndc
23 .\"    Author: 
24 .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
25 .\"      Date: August 15, 2014
26 .\"    Manual: BIND9
27 .\"    Source: BIND9
28 .\"
29 .TH "RNDC" "8" "August 15, 2014" "BIND9" "BIND9"
30 .\" disable hyphenation
31 .nh
32 .\" disable justification (adjust text to left margin only)
33 .ad l
34 .SH "NAME"
35 rndc \- name server control utility
36 .SH "SYNOPSIS"
37 .HP 5
38 \fBrndc\fR [\fB\-b\ \fR\fB\fIsource\-address\fR\fR] [\fB\-c\ \fR\fB\fIconfig\-file\fR\fR] [\fB\-k\ \fR\fB\fIkey\-file\fR\fR] [\fB\-s\ \fR\fB\fIserver\fR\fR] [\fB\-p\ \fR\fB\fIport\fR\fR] [\fB\-q\fR] [\fB\-V\fR] [\fB\-y\ \fR\fB\fIkey_id\fR\fR] {command}
39 .SH "DESCRIPTION"
40 .PP
41 \fBrndc\fR
42 controls the operation of a name server. It supersedes the
43 \fBndc\fR
44 utility that was provided in old BIND releases. If
45 \fBrndc\fR
46 is invoked with no command line options or arguments, it prints a short summary of the supported commands and the available options and their arguments.
47 .PP
48 \fBrndc\fR
49 communicates with the name server over a TCP connection, sending commands authenticated with digital signatures. In the current versions of
50 \fBrndc\fR
51 and
52 \fBnamed\fR, the only supported authentication algorithms are HMAC\-MD5 (for compatibility), HMAC\-SHA1, HMAC\-SHA224, HMAC\-SHA256 (default), HMAC\-SHA384 and HMAC\-SHA512. They use a shared secret on each end of the connection. This provides TSIG\-style authentication for the command request and the name server's response. All commands sent over the channel must be signed by a key_id known to the server.
53 .PP
54 \fBrndc\fR
55 reads a configuration file to determine how to contact the name server and decide what algorithm and key it should use.
56 .SH "OPTIONS"
57 .PP
58 \-b \fIsource\-address\fR
59 .RS 4
60 Use
61 \fIsource\-address\fR
62 as the source address for the connection to the server. Multiple instances are permitted to allow setting of both the IPv4 and IPv6 source addresses.
63 .RE
64 .PP
65 \-c \fIconfig\-file\fR
66 .RS 4
67 Use
68 \fIconfig\-file\fR
69 as the configuration file instead of the default,
70 \fI/etc/rndc.conf\fR.
71 .RE
72 .PP
73 \-k \fIkey\-file\fR
74 .RS 4
75 Use
76 \fIkey\-file\fR
77 as the key file instead of the default,
78 \fI/etc/rndc.key\fR. The key in
79 \fI/etc/rndc.key\fR
80 will be used to authenticate commands sent to the server if the
81 \fIconfig\-file\fR
82 does not exist.
83 .RE
84 .PP
85 \-s \fIserver\fR
86 .RS 4
87 \fIserver\fR
88 is the name or address of the server which matches a server statement in the configuration file for
89 \fBrndc\fR. If no server is supplied on the command line, the host named by the default\-server clause in the options statement of the
90 \fBrndc\fR
91 configuration file will be used.
92 .RE
93 .PP
94 \-p \fIport\fR
95 .RS 4
96 Send commands to TCP port
97 \fIport\fR
98 instead of BIND 9's default control channel port, 953.
99 .RE
102 .RS 4
103 Quiet mode: Message text returned by the server will not be printed except when there is an error.
107 .RS 4
108 Enable verbose logging.
111 \-y \fIkey_id\fR
112 .RS 4
113 Use the key
114 \fIkey_id\fR
115 from the configuration file.
116 \fIkey_id\fR
117 must be known by named with the same algorithm and secret string in order for control message validation to succeed. If no
118 \fIkey_id\fR
119 is specified,
120 \fBrndc\fR
121 will first look for a key clause in the server statement of the server being used, or if no server statement is present for that host, then the default\-key clause of the options statement. Note that the configuration file contains shared secrets which are used to send authenticated control commands to name servers. It should therefore not have general read or write access.
123 .SH "COMMANDS"
125 A list of commands supported by
126 \fBrndc\fR
127 can be seen by running
128 \fBrndc\fR
129 without arguments.
131 Currently supported commands are:
133 \fBreload\fR
134 .RS 4
135 Reload configuration file and zones.
138 \fBreload \fR\fB\fIzone\fR\fR\fB \fR\fB[\fIclass\fR [\fIview\fR]]\fR
139 .RS 4
140 Reload the given zone.
143 \fBrefresh \fR\fB\fIzone\fR\fR\fB \fR\fB[\fIclass\fR [\fIview\fR]]\fR
144 .RS 4
145 Schedule zone maintenance for the given zone.
148 \fBretransfer \fR\fB\fIzone\fR\fR\fB \fR\fB[\fIclass\fR [\fIview\fR]]\fR
149 .RS 4
150 Retransfer the given slave zone from the master server.
152 If the zone is configured to use
153 \fBinline\-signing\fR, the signed version of the zone is discarded; after the retransfer of the unsigned version is complete, the signed version will be regenerated with all new signatures.
156 \fBsign \fR\fB\fIzone\fR\fR\fB \fR\fB[\fIclass\fR [\fIview\fR]]\fR
157 .RS 4
158 Fetch all DNSSEC keys for the given zone from the key directory (see the
159 \fBkey\-directory\fR
160 option in the BIND 9 Administrator Reference Manual). If they are within their publication period, merge them into the zone's DNSKEY RRset. If the DNSKEY RRset is changed, then the zone is automatically re\-signed with the new key set.
162 This command requires that the
163 \fBauto\-dnssec\fR
164 zone option be set to
165 allow
167 maintain, and also requires the zone to be configured to allow dynamic DNS. (See "Dynamic Update Policies" in the Administrator Reference Manual for more details.)
170 \fBloadkeys \fR\fB\fIzone\fR\fR\fB \fR\fB[\fIclass\fR [\fIview\fR]]\fR
171 .RS 4
172 Fetch all DNSSEC keys for the given zone from the key directory. If they are within their publication period, merge them into the zone's DNSKEY RRset. Unlike
173 \fBrndc sign\fR, however, the zone is not immediately re\-signed by the new keys, but is allowed to incrementally re\-sign over time.
175 This command requires that the
176 \fBauto\-dnssec\fR
177 zone option be set to
178 maintain, and also requires the zone to be configured to allow dynamic DNS. (See "Dynamic Update Policies" in the Administrator Reference Manual for more details.)
181 \fBfreeze \fR\fB[\fIzone\fR [\fIclass\fR [\fIview\fR]]]\fR
182 .RS 4
183 Suspend updates to a dynamic zone. If no zone is specified, then all zones are suspended. This allows manual edits to be made to a zone normally updated by dynamic update. It also causes changes in the journal file to be synced into the master file. All dynamic update attempts will be refused while the zone is frozen.
186 \fBthaw \fR\fB[\fIzone\fR [\fIclass\fR [\fIview\fR]]]\fR
187 .RS 4
188 Enable updates to a frozen dynamic zone. If no zone is specified, then all frozen zones are enabled. This causes the server to reload the zone from disk, and re\-enables dynamic updates after the load has completed. After a zone is thawed, dynamic updates will no longer be refused. If the zone has changed and the
189 \fBixfr\-from\-differences\fR
190 option is in use, then the journal file will be updated to reflect changes in the zone. Otherwise, if the zone has changed, any existing journal file will be removed.
193 \fBscan\fR
194 .RS 4
195 Scan the list of available network interfaces for changes, without performing a full
196 \fBreconfig\fR
197 or waiting for the
198 \fBinterface\-interval\fR
199 timer.
202 \fBsync \fR\fB[\-clean]\fR\fB \fR\fB[\fIzone\fR [\fIclass\fR [\fIview\fR]]]\fR
203 .RS 4
204 Sync changes in the journal file for a dynamic zone to the master file. If the "\-clean" option is specified, the journal file is also removed. If no zone is specified, then all zones are synced.
207 \fBnotify \fR\fB\fIzone\fR\fR\fB \fR\fB[\fIclass\fR [\fIview\fR]]\fR
208 .RS 4
209 Resend NOTIFY messages for the zone.
212 \fBreconfig\fR
213 .RS 4
214 Reload the configuration file and load new zones, but do not reload existing zone files even if they have changed. This is faster than a full
215 \fBreload\fR
216 when there is a large number of zones because it avoids the need to examine the modification times of the zones files.
219 \fBzonestatus \fR\fB[\fIzone\fR [\fIclass\fR [\fIview\fR]]]\fR
220 .RS 4
221 Displays the current status of the given zone, including the master file name and any include files from which it was loaded, when it was most recently loaded, the current serial number, the number of nodes, whether the zone supports dynamic updates, whether the zone is DNSSEC signed, whether it uses automatic DNSSEC key management or inline signing, and the scheduled refresh or expiry times for the zone.
224 \fBstats\fR
225 .RS 4
226 Write server statistics to the statistics file.
229 \fBquerylog\fR [on|off]
230 .RS 4
231 Enable or disable query logging. (For backward compatibility, this command can also be used without an argument to toggle query logging on and off.)
233 Query logging can also be enabled by explicitly directing the
234 \fBqueries\fR
235 \fBcategory\fR
236 to a
237 \fBchannel\fR
238 in the
239 \fBlogging\fR
240 section of
241 \fInamed.conf\fR
242 or by specifying
243 \fBquerylog yes;\fR
244 in the
245 \fBoptions\fR
246 section of
247 \fInamed.conf\fR.
250 \fBdumpdb \fR\fB[\-all|\-cache|\-zone]\fR\fB \fR\fB[\fIview ...\fR]\fR
251 .RS 4
252 Dump the server's caches (default) and/or zones to the dump file for the specified views. If no view is specified, all views are dumped.
255 \fBsecroots \fR\fB[\fIview ...\fR]\fR
256 .RS 4
257 Dump the server's security roots to the secroots file for the specified views. If no view is specified, security roots for all views are dumped.
260 \fBstop \fR\fB[\-p]\fR
261 .RS 4
262 Stop the server, making sure any recent changes made through dynamic update or IXFR are first saved to the master files of the updated zones. If
263 \fB\-p\fR
264 is specified
265 \fBnamed\fR's process id is returned. This allows an external process to determine when
266 \fBnamed\fR
267 had completed stopping.
270 \fBhalt \fR\fB[\-p]\fR
271 .RS 4
272 Stop the server immediately. Recent changes made through dynamic update or IXFR are not saved to the master files, but will be rolled forward from the journal files when the server is restarted. If
273 \fB\-p\fR
274 is specified
275 \fBnamed\fR's process id is returned. This allows an external process to determine when
276 \fBnamed\fR
277 had completed halting.
280 \fBtrace\fR
281 .RS 4
282 Increment the servers debugging level by one.
285 \fBtrace \fR\fB\fIlevel\fR\fR
286 .RS 4
287 Sets the server's debugging level to an explicit value.
290 \fBnotrace\fR
291 .RS 4
292 Sets the server's debugging level to 0.
295 \fBflush\fR
296 .RS 4
297 Flushes the server's cache.
300 \fBflushname\fR \fIname\fR [\fIview\fR]
301 .RS 4
302 Flushes the given name from the server's DNS cache and, if applicable, from the server's nameserver address database or bad\-server cache.
305 \fBflushtree\fR \fIname\fR [\fIview\fR]
306 .RS 4
307 Flushes the given name, and all of its subdomains, from the server's DNS cache, the address database, and the bad server cache.
310 \fBstatus\fR
311 .RS 4
312 Display status of the server. Note that the number of zones includes the internal
313 \fBbind/CH\fR
314 zone and the default
315 \fB./IN\fR
316 hint zone if there is not an explicit root zone configured.
319 \fBrecursing\fR
320 .RS 4
321 Dump the list of queries
322 \fBnamed\fR
323 is currently recursing on.
326 \fBvalidation ( on | off | check ) \fR\fB[\fIview ...\fR]\fR\fB \fR
327 .RS 4
328 Enable, disable, or check the current status of DNSSEC validation. Note
329 \fBdnssec\-enable\fR
330 also needs to be set to
331 \fByes\fR
333 \fBauto\fR
334 to be effective. It defaults to enabled.
337 \fBtsig\-list\fR
338 .RS 4
339 List the names of all TSIG keys currently configured for use by
340 \fBnamed\fR
341 in each view. The list both statically configured keys and dynamic TKEY\-negotiated keys.
344 \fBtsig\-delete\fR \fIkeyname\fR [\fIview\fR]
345 .RS 4
346 Delete a given TKEY\-negotiated key from the server. (This does not apply to statically configured TSIG keys.)
349 \fBaddzone \fR\fB\fIzone\fR\fR\fB \fR\fB[\fIclass\fR [\fIview\fR]]\fR\fB \fR\fB\fIconfiguration\fR\fR\fB \fR
350 .RS 4
351 Add a zone while the server is running. This command requires the
352 \fBallow\-new\-zones\fR
353 option to be set to
354 \fByes\fR. The
355 \fIconfiguration\fR
356 string specified on the command line is the zone configuration text that would ordinarily be placed in
357 \fInamed.conf\fR.
359 The configuration is saved in a file called
360 \fI\fIhash\fR\fR\fI.nzf\fR, where
361 \fIhash\fR
362 is a cryptographic hash generated from the name of the view. When
363 \fBnamed\fR
364 is restarted, the file will be loaded into the view configuration, so that zones that were added can persist after a restart.
366 This sample
367 \fBaddzone\fR
368 command would add the zone
369 example.com
370 to the default view:
372 $\fBrndc addzone example.com '{ type master; file "example.com.db"; };'\fR
374 (Note the brackets and semi\-colon around the zone configuration text.)
377 \fBdelzone \fR\fB[\-clean]\fR\fB \fR\fB\fIzone\fR\fR\fB \fR\fB[\fIclass\fR [\fIview\fR]]\fR\fB \fR
378 .RS 4
379 Delete a zone while the server is running. Only zones that were originally added via
380 \fBrndc addzone\fR
381 can be deleted in this manner.
383 If the
384 \fB\-clean\fR
385 is specified, the zone's master file (and journal file, if any) will be deleted along with the zone. Without the
386 \fB\-clean\fR
387 option, zone files must be cleaned up by hand. (If the zone is of type "slave" or "stub", the files needing to be cleaned up will be reported in the output of the
388 \fBrndc delzone\fR
389 command.)
392 \fBsigning \fR\fB[( \-list | \-clear \fIkeyid/algorithm\fR | \-clear all | \-nsec3param ( \fIparameters\fR | none ) ) ]\fR\fB \fR\fB\fIzone\fR\fR\fB \fR\fB[\fIclass\fR [\fIview\fR]]\fR\fB \fR
393 .RS 4
394 List, edit, or remove the DNSSEC signing state records for the specified zone. The status of ongoing DNSSEC operations (such as signing or generating NSEC3 chains) is stored in the zone in the form of DNS resource records of type
395 \fBsig\-signing\-type\fR.
396 \fBrndc signing \-list\fR
397 converts these records into a human\-readable form, indicating which keys are currently signing or have finished signing the zone, and which NSEC3 chains are being created or removed.
399 \fBrndc signing \-clear\fR
400 can remove a single key (specified in the same format that
401 \fBrndc signing \-list\fR
402 uses to display it), or all keys. In either case, only completed keys are removed; any record indicating that a key has not yet finished signing the zone will be retained.
404 \fBrndc signing \-nsec3param\fR
405 sets the NSEC3 parameters for a zone. This is the only supported mechanism for using NSEC3 with
406 \fBinline\-signing\fR
407 zones. Parameters are specified in the same format as an NSEC3PARAM resource record: hash algorithm, flags, iterations, and salt, in that order.
409 Currently, the only defined value for hash algorithm is
410 1, representing SHA\-1. The
411 \fBflags\fR
412 may be set to
415 1, depending on whether you wish to set the opt\-out bit in the NSEC3 chain.
416 \fBiterations\fR
417 defines the number of additional times to apply the algorithm when generating an NSEC3 hash. The
418 \fBsalt\fR
419 is a string of data expressed in hexadecimal, a hyphen (`\-') if no salt is to be used, or the keyword
420 auto, which causes
421 \fBnamed\fR
422 to generate a random 64\-bit salt.
424 So, for example, to create an NSEC3 chain using the SHA\-1 hash algorithm, no opt\-out flag, 10 iterations, and a salt value of "FFFF", use:
425 \fBrndc signing \-nsec3param 1 0 10 FFFF \fR\fB\fIzone\fR\fR. To set the opt\-out flag, 15 iterations, and no salt, use:
426 \fBrndc signing \-nsec3param 1 1 15 \- \fR\fB\fIzone\fR\fR.
428 \fBrndc signing \-nsec3param none\fR
429 removes an existing NSEC3 chain and replaces it with NSEC.
431 .SH "LIMITATIONS"
433 There is currently no way to provide the shared secret for a
434 \fBkey_id\fR
435 without using the configuration file.
437 Several error messages could be clearer.
438 .SH "SEE ALSO"
440 \fBrndc.conf\fR(5),
441 \fBrndc\-confgen\fR(8),
442 \fBnamed\fR(8),
443 \fBnamed.conf\fR(5),
444 \fBndc\fR(8),
445 BIND 9 Administrator Reference Manual.
446 .SH "AUTHOR"
448 Internet Systems Consortium
449 .SH "COPYRIGHT"
450 Copyright \(co 2004, 2005, 2007, 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
452 Copyright \(co 2000, 2001 Internet Software Consortium.