This commit is contained in:
Mark Andrews
2004-07-23 06:09:34 +00:00
parent 9baab4b1a8
commit 41a789ed9a
5 changed files with 78 additions and 18 deletions

View File

@@ -13,14 +13,14 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
.\" $Id: rndc.8,v 1.29 2004/06/03 04:12:38 marka Exp $
.\" $Id: rndc.8,v 1.30 2004/07/23 06:09:33 marka Exp $
.\"
.TH "RNDC" "8" "June 30, 2000" "BIND9" ""
.SH NAME
rndc \- name server control utility
.SH SYNOPSIS
.sp
\fBrndc\fR [ \fB-c \fIconfig-file\fB\fR ] [ \fB-k \fIkey-file\fB\fR ] [ \fB-s \fIserver\fB\fR ] [ \fB-p \fIport\fB\fR ] [ \fB-V\fR ] [ \fB-y \fIkey_id\fB\fR ] \fBcommand\fR
\fBrndc\fR [ \fB-b \fIsource-address\fB\fR ] [ \fB-c \fIconfig-file\fB\fR ] [ \fB-k \fIkey-file\fB\fR ] [ \fB-s \fIserver\fB\fR ] [ \fB-p \fIport\fB\fR ] [ \fB-V\fR ] [ \fB-y \fIkey_id\fB\fR ] \fBcommand\fR
.SH "DESCRIPTION"
.PP
\fBrndc\fR controls the operation of a name
@@ -47,6 +47,12 @@ determine how to contact the name server and decide what
algorithm and key it should use.
.SH "OPTIONS"
.TP
\fB-b \fIsource-address\fB\fR
Use \fIsource-address\fR
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.
.TP
\fB-c \fIconfig-file\fB\fR
Use \fIconfig-file\fR
as the configuration file instead of the default,

View File

@@ -13,7 +13,7 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
.\" $Id: rndc.conf.5,v 1.27 2004/06/18 06:00:41 marka Exp $
.\" $Id: rndc.conf.5,v 1.28 2004/07/23 06:09:33 marka Exp $
.\"
.TH "RNDC.CONF" "5" "June 30, 2000" "BIND9" ""
.SH NAME
@@ -42,7 +42,7 @@ Unix style: # to end of line
statements: an options statement, a server statement
and a key statement.
.PP
The \fBoptions\fR statement contains three clauses.
The \fBoptions\fR statement contains five clauses.
The \fBdefault-server\fR clause is followed by the
name or address of a name server. This host will be used when
no name server is given as an argument to
@@ -59,6 +59,10 @@ to connect to on the remote name server. If no
line, and no \fBport\fR clause is found in a
matching \fBserver\fR statement, this default port
will be used to connect.
The \fBdefault-source-address\fR and
\fBdefault-source-address-v6\fR clauses which
can be used to set the IPv4 and IPv6 source addresses
respectively.
.PP
After the \fBserver\fR keyword, the server
statement includes a string which is the hostname or address
@@ -69,6 +73,9 @@ name of a key statement in the file. The port number
specifies the port to connect to. If an \fBaddresses\fR
clause is supplied these addresses will be used instead of
the server name. Each address can take a optional port.
If an \fBsource-address\fR or \fBsource-address-v6\fR
of supplied then these will be used to specify the IPv4 and IPv6
source addresses respectively.
.PP
The \fBkey\fR statement begins with an identifying
string, the name of the key. The statement has two clauses.

View File

@@ -15,7 +15,7 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- $Id: rndc.conf.html,v 1.10 2004/06/18 06:00:41 marka Exp $ -->
<!-- $Id: rndc.conf.html,v 1.11 2004/07/23 06:09:33 marka Exp $ -->
<HTML
><HEAD
@@ -114,7 +114,7 @@ CLASS="FILENAME"
> The <TT
CLASS="OPTION"
>options</TT
> statement contains three clauses.
> statement contains five clauses.
The <TT
CLASS="OPTION"
>default-server</TT
@@ -164,6 +164,16 @@ CLASS="OPTION"
>server</TT
> statement, this default port
will be used to connect.
The <TT
CLASS="OPTION"
>default-source-address</TT
> and
<TT
CLASS="OPTION"
>default-source-address-v6</TT
> clauses which
can be used to set the IPv4 and IPv6 source addresses
respectively.
</P
><P
> After the <TT
@@ -190,6 +200,15 @@ CLASS="OPTION"
>
clause is supplied these addresses will be used instead of
the server name. Each address can take a optional port.
If an <TT
CLASS="OPTION"
>source-address</TT
> or <TT
CLASS="OPTION"
>source-address-v6</TT
>
of supplied then these will be used to specify the IPv4 and IPv6
source addresses respectively.
</P
><P
> The <TT
@@ -235,7 +254,7 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN56"
NAME="AEN60"
></A
><H2
>EXAMPLE</H2
@@ -338,7 +357,7 @@ CLASS="USERINPUT"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN77"
NAME="AEN81"
></A
><H2
>NAME SERVER CONFIGURATION</H2
@@ -362,7 +381,7 @@ CLASS="OPTION"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN83"
NAME="AEN87"
></A
><H2
>SEE ALSO</H2
@@ -397,7 +416,7 @@ CLASS="CITETITLE"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN96"
NAME="AEN100"
></A
><H2
>AUTHOR</H2

View File

@@ -15,7 +15,7 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- $Id: rndc.html,v 1.11 2004/06/03 04:12:38 marka Exp $ -->
<!-- $Id: rndc.html,v 1.12 2004/07/23 06:09:34 marka Exp $ -->
<HTML
><HEAD
@@ -64,6 +64,14 @@ CLASS="COMMAND"
>rndc</B
> [<TT
CLASS="OPTION"
>-b <TT
CLASS="REPLACEABLE"
><I
>source-address</I
></TT
></TT
>] [<TT
CLASS="OPTION"
>-c <TT
CLASS="REPLACEABLE"
><I
@@ -110,7 +118,7 @@ CLASS="REPLACEABLE"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN34"
NAME="AEN37"
></A
><H2
>DESCRIPTION</H2
@@ -165,7 +173,7 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN46"
NAME="AEN49"
></A
><H2
>OPTIONS</H2
@@ -175,6 +183,26 @@ NAME="AEN46"
CLASS="VARIABLELIST"
><DL
><DT
>-b <TT
CLASS="REPLACEABLE"
><I
>source-address</I
></TT
></DT
><DD
><P
> Use <TT
CLASS="REPLACEABLE"
><I
>source-address</I
></TT
>
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.
</P
></DD
><DT
>-c <TT
CLASS="REPLACEABLE"
><I
@@ -341,7 +369,7 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN94"
NAME="AEN103"
></A
><H2
>LIMITATIONS</H2
@@ -369,7 +397,7 @@ CLASS="OPTION"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN102"
NAME="AEN111"
></A
><H2
>SEE ALSO</H2
@@ -411,7 +439,7 @@ CLASS="CITETITLE"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN118"
NAME="AEN127"
></A
><H2
>AUTHOR</H2

View File

@@ -212,7 +212,7 @@ view <string> <optional_class> {
zone-statistics <boolean>;
key-directory <quoted_string>;
};
server <netaddr> {
server ( <ipv4_address> | <ipv6_address> ) {
bogus <boolean>;
provide-ixfr <boolean>;
request-ixfr <boolean>;
@@ -367,7 +367,7 @@ zone <string> <optional_class> {
key-directory <quoted_string>;
};
server <netaddr> {
server ( <ipv4_address> | <ipv6_address> ) {
bogus <boolean>;
provide-ixfr <boolean>;
request-ixfr <boolean>;