Merge branch 'vendor/TCPDUMP'
[dragonfly.git] / contrib / bind-9.3 / bin / rndc / rndc.8
1 .\" Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
2 .\" Copyright (C) 2000, 2001 Internet Software Consortium.
3 .\" 
4 .\" Permission to use, copy, modify, and distribute this software for any
5 .\" purpose with or without fee is hereby granted, provided that the above
6 .\" copyright notice and this permission notice appear in all copies.
7 .\" 
8 .\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9 .\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10 .\" AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
11 .\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12 .\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14 .\" PERFORMANCE OF THIS SOFTWARE.
15 .\"
16 .\" $Id: rndc.8,v 1.24.206.6 2006/06/29 13:02:30 marka Exp $
17 .\"
18 .hy 0
19 .ad l
20 .\"     Title: rndc
21 .\"    Author: 
22 .\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
23 .\"      Date: June 30, 2000
24 .\"    Manual: BIND9
25 .\"    Source: BIND9
26 .\"
27 .TH "RNDC" "8" "June 30, 2000" "BIND9" "BIND9"
28 .\" disable hyphenation
29 .nh
30 .\" disable justification (adjust text to left margin only)
31 .ad l
32 .SH "NAME"
33 rndc \- name server control utility
34 .SH "SYNOPSIS"
35 .HP 5
36 \fBrndc\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\-V\fR] [\fB\-y\ \fR\fB\fIkey_id\fR\fR] {command}
37 .SH "DESCRIPTION"
38 .PP
39 \fBrndc\fR
40 controls the operation of a name server. It supersedes the
41 \fBndc\fR
42 utility that was provided in old BIND releases. If
43 \fBrndc\fR
44 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.
45 .PP
46 \fBrndc\fR
47 communicates with the name server over a TCP connection, sending commands authenticated with digital signatures. In the current versions of
48 \fBrndc\fR
49 and
50 \fBnamed\fR
51 named the only supported authentication algorithm is HMAC\-MD5, which uses 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.
52 .PP
53 \fBrndc\fR
54 reads a configuration file to determine how to contact the name server and decide what algorithm and key it should use.
55 .SH "OPTIONS"
56 .TP 3n
57 \-c \fIconfig\-file\fR
58 Use
59 \fIconfig\-file\fR
60 as the configuration file instead of the default,
61 \fI/etc/rndc.conf\fR.
62 .TP 3n
63 \-k \fIkey\-file\fR
64 Use
65 \fIkey\-file\fR
66 as the key file instead of the default,
67 \fI/etc/rndc.key\fR. The key in
68 \fI/etc/rndc.key\fR
69 will be used to authenticate commands sent to the server if the
70 \fIconfig\-file\fR
71 does not exist.
72 .TP 3n
73 \-s \fIserver\fR
74 \fIserver\fR
75 is the name or address of the server which matches a server statement in the configuration file for
76 \fBrndc\fR. If no server is supplied on the command line, the host named by the default\-server clause in the option statement of the configuration file will be used.
77 .TP 3n
78 \-p \fIport\fR
79 Send commands to TCP port
80 \fIport\fR
81 instead of BIND 9's default control channel port, 953.
82 .TP 3n
83 \-V
84 Enable verbose logging.
85 .TP 3n
86 \-y \fIkeyid\fR
87 Use the key
88 \fIkeyid\fR
89 from the configuration file.
90 \fIkeyid\fR
91 must be known by named with the same algorithm and secret string in order for control message validation to succeed. If no
92 \fIkeyid\fR
93 is specified,
94 \fBrndc\fR
95 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.
96 .PP
97 For the complete set of commands supported by
98 \fBrndc\fR, see the BIND 9 Administrator Reference Manual or run
99 \fBrndc\fR
100 without arguments to see its help message.
101 .SH "LIMITATIONS"
102 .PP
103 \fBrndc\fR
104 does not yet support all the commands of the BIND 8
105 \fBndc\fR
106 utility.
107 .PP
108 There is currently no way to provide the shared secret for a
109 \fBkey_id\fR
110 without using the configuration file.
111 .PP
112 Several error messages could be clearer.
113 .SH "SEE ALSO"
114 .PP
115 \fBrndc.conf\fR(5),
116 \fBnamed\fR(8),
117 \fBnamed.conf\fR(5)
118 \fBndc\fR(8),
119 BIND 9 Administrator Reference Manual.
120 .SH "AUTHOR"
121 .PP
122 Internet Systems Consortium
123 .SH "COPYRIGHT"
124 Copyright \(co 2004, 2005 Internet Systems Consortium, Inc. ("ISC")