2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

regenerated docs

This commit is contained in:
Andreas Gustafsson
2001-08-09 00:19:44 +00:00
parent f4909f01a7
commit 33682c92e9
10 changed files with 389 additions and 296 deletions

View File

@@ -19,7 +19,7 @@
rndc \- name server control utility rndc \- name server control utility
.SH SYNOPSIS .SH SYNOPSIS
.sp .sp
\fBrndc\fR [ \fB-c \fIconfig-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-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" .SH "DESCRIPTION"
.PP .PP
\fBrndc\fR controls the operation of a name \fBrndc\fR controls the operation of a name
@@ -51,6 +51,14 @@ Use \fIconfig-file\fR
as the configuration file instead of the default, as the configuration file instead of the default,
\fI/etc/rndc.conf\fR. \fI/etc/rndc.conf\fR.
.TP .TP
\fB-k \fIkey-file\fB\fR
Use \fIkey-file\fR
as the key file instead of the default,
\fI/etc/rndc.key\fR. The key in
\fI/etc/rndc.key\fR will be used to authenticate
commands sent to the server if the \fIconfig-file\fR
does not exist.
.TP
\fB-s \fIserver\fB\fR \fB-s \fIserver\fB\fR
\fIserver\fR is \fIserver\fR is
the name or address of the server which matches a the name or address of the server which matches a

View File

@@ -69,6 +69,14 @@ CLASS="REPLACEABLE"
></TT ></TT
>] [<TT >] [<TT
CLASS="OPTION" CLASS="OPTION"
>-k <TT
CLASS="REPLACEABLE"
><I
>key-file</I
></TT
></TT
>] [<TT
CLASS="OPTION"
>-s <TT >-s <TT
CLASS="REPLACEABLE" CLASS="REPLACEABLE"
><I ><I
@@ -99,7 +107,7 @@ CLASS="REPLACEABLE"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN31" NAME="AEN34"
></A ></A
><H2 ><H2
>DESCRIPTION</H2 >DESCRIPTION</H2
@@ -154,7 +162,7 @@ CLASS="COMMAND"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN43" NAME="AEN46"
></A ></A
><H2 ><H2
>OPTIONS</H2 >OPTIONS</H2
@@ -186,6 +194,39 @@ CLASS="FILENAME"
</P </P
></DD ></DD
><DT ><DT
>-k <TT
CLASS="REPLACEABLE"
><I
>key-file</I
></TT
></DT
><DD
><P
> Use <TT
CLASS="REPLACEABLE"
><I
>key-file</I
></TT
>
as the key file instead of the default,
<TT
CLASS="FILENAME"
>/etc/rndc.key</TT
>. The key in
<TT
CLASS="FILENAME"
>/etc/rndc.key</TT
> will be used to authenticate
commands sent to the server if the <TT
CLASS="REPLACEABLE"
><I
>config-file</I
></TT
>
does not exist.
</P
></DD
><DT
>-s <TT >-s <TT
CLASS="REPLACEABLE" CLASS="REPLACEABLE"
><I ><I
@@ -297,7 +338,7 @@ CLASS="COMMAND"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN82" NAME="AEN94"
></A ></A
><H2 ><H2
>LIMITATIONS</H2 >LIMITATIONS</H2
@@ -325,7 +366,7 @@ CLASS="OPTION"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN90" NAME="AEN102"
></A ></A
><H2 ><H2
>SEE ALSO</H2 >SEE ALSO</H2
@@ -367,7 +408,7 @@ CLASS="CITETITLE"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN106" NAME="AEN118"
></A ></A
><H2 ><H2
>AUTHOR</H2 >AUTHOR</H2

View File

@@ -1133,11 +1133,11 @@ CLASS="command"
> will also look in > will also look in
<TT <TT
CLASS="filename" CLASS="filename"
>/var/run/named.key</TT >/etc/rndc.key</TT
> (or wherever > (or whatever
<TT <TT
CLASS="varname" CLASS="varname"
>localstatedir</TT >sysconfdir</TT
> was defined when > was defined when
the <SPAN the <SPAN
CLASS="acronym" CLASS="acronym"
@@ -1145,11 +1145,11 @@ CLASS="acronym"
> build was configured). > build was configured).
The <TT The <TT
CLASS="filename" CLASS="filename"
>named.key</TT >rndc.key</TT
> file is generated by > file is generated by
<B running <B
CLASS="command" CLASS="command"
>named</B >rndc-confgen -a</B
> as described in > as described in
<A <A
HREF="Bv9ARM.ch06.html#controls_statement_definition_and_usage" HREF="Bv9ARM.ch06.html#controls_statement_definition_and_usage"
@@ -1329,7 +1329,7 @@ following controls statements:</P
><PRE ><PRE
CLASS="programlisting" CLASS="programlisting"
>&#13;controls { >&#13;controls {
inet 127.0.0.1 allow { localhost; } keys { rndc_key; }; inet 127.0.0.1 allow { localhost; } keys { rndc_key; };
}; };
</PRE </PRE
><P ><P
@@ -1338,6 +1338,37 @@ CLASS="programlisting"
CLASS="literal" CLASS="literal"
>rndc_key</TT >rndc_key</TT
>.</P >.</P
><P
>Running the <B
CLASS="command"
>rndc-confgen</B
> program will
conveniently create a <TT
CLASS="filename"
>rndc.conf</TT
>
file for you, and also display the
corresponding <B
CLASS="command"
>controls</B
> statement that you need to
add to <TT
CLASS="filename"
>named.conf</TT
>. Alternatively,
you can run <B
CLASS="command"
>rndc-confgen -a</B
> to set up
a <TT
CLASS="filename"
>rndc.key</TT
> file and not modify
<TT
CLASS="filename"
>named.conf</TT
> at all.
</P
></DD ></DD
></DL ></DL
></DIV ></DIV
@@ -1348,7 +1379,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN650" NAME="AEN658"
>3.4.2. Signals</A >3.4.2. Signals</A
></H2 ></H2
><P ><P
@@ -1361,7 +1392,7 @@ CLASS="command"
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN654" NAME="AEN662"
></A ></A
><P ><P
></P ></P

View File

@@ -88,7 +88,7 @@ HREF="Bv9ARM.ch04.html#incremental_zone_transfers"
></DT ></DT
><DT ><DT
>4.3. <A >4.3. <A
HREF="Bv9ARM.ch04.html#AEN714" HREF="Bv9ARM.ch04.html#AEN722"
>Split DNS</A >Split DNS</A
></DT ></DT
><DT ><DT
@@ -98,12 +98,12 @@ HREF="Bv9ARM.ch04.html#tsig"
></DT ></DT
><DT ><DT
>4.5. <A >4.5. <A
HREF="Bv9ARM.ch04.html#AEN874" HREF="Bv9ARM.ch04.html#AEN882"
>TKEY</A >TKEY</A
></DT ></DT
><DT ><DT
>4.6. <A >4.6. <A
HREF="Bv9ARM.ch04.html#AEN889" HREF="Bv9ARM.ch04.html#AEN897"
>SIG(0)</A >SIG(0)</A
></DT ></DT
><DT ><DT
@@ -113,7 +113,7 @@ HREF="Bv9ARM.ch04.html#DNSSEC"
></DT ></DT
><DT ><DT
>4.8. <A >4.8. <A
HREF="Bv9ARM.ch04.html#AEN974" HREF="Bv9ARM.ch04.html#AEN982"
>IPv6 Support in <SPAN >IPv6 Support in <SPAN
CLASS="acronym" CLASS="acronym"
>BIND</SPAN >BIND</SPAN
@@ -274,7 +274,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN714" NAME="AEN722"
>4.3. Split DNS</A >4.3. Split DNS</A
></H1 ></H1
><P ><P
@@ -672,7 +672,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN805" NAME="AEN813"
>4.4.1. Generate Shared Keys for Each Pair of Hosts</A >4.4.1. Generate Shared Keys for Each Pair of Hosts</A
></H2 ></H2
><P ><P
@@ -690,7 +690,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN810" NAME="AEN818"
>4.4.1.1. Automatic Generation</A >4.4.1.1. Automatic Generation</A
></H3 ></H3
><P ><P
@@ -732,7 +732,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN821" NAME="AEN829"
>4.4.1.2. Manual Generation</A >4.4.1.2. Manual Generation</A
></H3 ></H3
><P ><P
@@ -753,7 +753,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN826" NAME="AEN834"
>4.4.2. Copying the Shared Secret to Both Machines</A >4.4.2. Copying the Shared Secret to Both Machines</A
></H2 ></H2
><P ><P
@@ -765,7 +765,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN829" NAME="AEN837"
>4.4.3. Informing the Servers of the Key's Existence</A >4.4.3. Informing the Servers of the Key's Existence</A
></H2 ></H2
><P ><P
@@ -813,7 +813,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN841" NAME="AEN849"
>4.4.4. Instructing the Server to Use the Key</A >4.4.4. Instructing the Server to Use the Key</A
></H2 ></H2
><P ><P
@@ -873,7 +873,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN857" NAME="AEN865"
>4.4.5. TSIG Key Based Access Control</A >4.4.5. TSIG Key Based Access Control</A
></H2 ></H2
><P ><P
@@ -919,7 +919,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN870" NAME="AEN878"
>4.4.6. Errors</A >4.4.6. Errors</A
></H2 ></H2
><P ><P
@@ -948,7 +948,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN874" NAME="AEN882"
>4.5. TKEY</A >4.5. TKEY</A
></H1 ></H1
><P ><P
@@ -1014,7 +1014,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN889" NAME="AEN897"
>4.6. SIG(0)</A >4.6. SIG(0)</A
></H1 ></H1
><P ><P
@@ -1086,7 +1086,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN906" NAME="AEN914"
>4.7.1. Generating Keys</A >4.7.1. Generating Keys</A
></H2 ></H2
><P ><P
@@ -1165,7 +1165,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN926" NAME="AEN934"
>4.7.2. Creating a Keyset</A >4.7.2. Creating a Keyset</A
></H2 ></H2
><P ><P
@@ -1218,7 +1218,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN938" NAME="AEN946"
>4.7.3. Signing the Child's Keyset</A >4.7.3. Signing the Child's Keyset</A
></H2 ></H2
><P ><P
@@ -1268,7 +1268,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN951" NAME="AEN959"
>4.7.4. Signing the Zone</A >4.7.4. Signing the Zone</A
></H2 ></H2
><P ><P
@@ -1330,7 +1330,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN967" NAME="AEN975"
>4.7.5. Configuring Servers</A >4.7.5. Configuring Servers</A
></H2 ></H2
><P ><P
@@ -1358,7 +1358,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN974" NAME="AEN982"
>4.8. IPv6 Support in <SPAN >4.8. IPv6 Support in <SPAN
CLASS="acronym" CLASS="acronym"
>BIND</SPAN >BIND</SPAN
@@ -1418,7 +1418,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN990" NAME="AEN998"
>4.8.1. Address Lookups Using AAAA Records</A >4.8.1. Address Lookups Using AAAA Records</A
></H2 ></H2
><P ><P
@@ -1440,7 +1440,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN995" NAME="AEN1003"
>4.8.2. Address Lookups Using A6 Records</A >4.8.2. Address Lookups Using A6 Records</A
></H2 ></H2
><P ><P
@@ -1460,7 +1460,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN999" NAME="AEN1007"
>4.8.2.1. A6 Chains</A >4.8.2.1. A6 Chains</A
></H3 ></H3
><P ><P
@@ -1506,7 +1506,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN1010" NAME="AEN1018"
>4.8.2.2. A6 Records for DNS Servers</A >4.8.2.2. A6 Records for DNS Servers</A
></H3 ></H3
><P ><P
@@ -1536,7 +1536,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN1016" NAME="AEN1024"
>4.8.3. Address to Name Lookups Using Nibble Format</A >4.8.3. Address to Name Lookups Using Nibble Format</A
></H2 ></H2
><P ><P
@@ -1567,7 +1567,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN1023" NAME="AEN1031"
>4.8.4. Address to Name Lookups Using Bitstring Format</A >4.8.4. Address to Name Lookups Using Bitstring Format</A
></H2 ></H2
><P ><P
@@ -1594,7 +1594,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN1030" NAME="AEN1038"
>4.8.5. Using DNAME for Delegation of IPv6 Reverse Addresses</A >4.8.5. Using DNAME for Delegation of IPv6 Reverse Addresses</A
></H2 ></H2
><P ><P

View File

@@ -81,7 +81,7 @@ CLASS="TOC"
></DT ></DT
><DT ><DT
>5.1. <A >5.1. <A
HREF="Bv9ARM.ch05.html#AEN1050" HREF="Bv9ARM.ch05.html#AEN1058"
>The Lightweight Resolver Library</A >The Lightweight Resolver Library</A
></DT ></DT
><DT ><DT
@@ -96,7 +96,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN1050" NAME="AEN1058"
>5.1. The Lightweight Resolver Library</A >5.1. The Lightweight Resolver Library</A
></H1 ></H1
><P ><P

View File

@@ -91,7 +91,7 @@ HREF="Bv9ARM.ch06.html#Configuration_File_Grammar"
></DT ></DT
><DT ><DT
>6.3. <A >6.3. <A
HREF="Bv9ARM.ch06.html#AEN3490" HREF="Bv9ARM.ch06.html#AEN3499"
>Zone File</A >Zone File</A
></DT ></DT
></DL ></DL
@@ -145,7 +145,7 @@ file documentation:</P
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN1092" NAME="AEN1100"
></A ></A
><P ><P
></P ></P
@@ -740,7 +740,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN1255" NAME="AEN1263"
>6.1.1.1. Syntax</A >6.1.1.1. Syntax</A
></H3 ></H3
><PRE ><PRE
@@ -771,7 +771,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN1263" NAME="AEN1271"
>6.1.1.2. Definition and Usage</A >6.1.1.2. Definition and Usage</A
></H3 ></H3
><P ><P
@@ -882,7 +882,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN1292" NAME="AEN1300"
>6.1.2. Comment Syntax</A >6.1.2. Comment Syntax</A
></H2 ></H2
><P ><P
@@ -901,7 +901,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN1297" NAME="AEN1305"
>6.1.2.1. Syntax</A >6.1.2.1. Syntax</A
></H3 ></H3
><P ><P
@@ -933,7 +933,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN1306" NAME="AEN1314"
>6.1.2.2. Definition and Usage</A >6.1.2.2. Definition and Usage</A
></H3 ></H3
><P ><P
@@ -1043,7 +1043,7 @@ CLASS="acronym"
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN1330" NAME="AEN1338"
></A ></A
><P ><P
></P ></P
@@ -1271,7 +1271,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN1399" NAME="AEN1407"
>6.2.1. <B >6.2.1. <B
CLASS="command" CLASS="command"
>acl</B >acl</B
@@ -1318,7 +1318,7 @@ CLASS="command"
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN1412" NAME="AEN1420"
></A ></A
><P ><P
></P ></P
@@ -1416,7 +1416,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN1441" NAME="AEN1449"
>6.2.3. <B >6.2.3. <B
CLASS="command" CLASS="command"
>controls</B >controls</B
@@ -1539,76 +1539,59 @@ HREF="Bv9ARM.ch03.html#admin_tools"
must be signed by one of its specified keys to must be signed by one of its specified keys to
be honored.</P be honored.</P
><P ><P
>The <B >&#13;If no <B
CLASS="command"
>keys</B
> clause is not strictly required.
If it is not present, then a random key will be generated automatically
and placed in a file named <TT
CLASS="filename"
>named.key</TT
>, which is
usually in <TT
CLASS="filename"
>/var/run</TT
> but will be wherever
<TT
CLASS="varname"
>localstatedir</TT
> was specified as when
<SPAN
CLASS="acronym"
>BIND</SPAN
> was built. <TT
CLASS="filename"
>named.key</TT
>
contains a complete <TT
CLASS="filename"
>rndc.conf</TT
>-compatible
configuration and is used by <B
CLASS="command"
>rndc</B
> when it
cannot find its primary configuration file.</P
><P
>Similarly, <TT
CLASS="filename"
>named.key</TT
> is generated when
no <B
CLASS="command" CLASS="command"
>controls</B >controls</B
> statement is present at all. In > statement is present,
that situation it will configure a control channel to run on <B
127.0.0.1.</P
><P
>There are two ways to disable the creation of
<TT
CLASS="filename"
>named.key</TT
>. One is to ensure that all of your
<B
CLASS="command" CLASS="command"
>inet</B >named</B
> control channels have a <B > will set up a default
CLASS="command" control channel listening on the loopback address 127.0.0.1
>keys</B and its IPv6 counterpart ::1.
>
clause. The other is to have a <B In this case, and also when the <B
CLASS="command" CLASS="command"
>controls</B >controls</B
> statement > statement
with no <B is present but does not have a <B
CLASS="command" CLASS="command"
>inet</B >keys</B
> phrases it all. The latter will > clause,
prevent the creation of any control channel.</P <B
CLASS="command"
>named</B
> will attempt to load the command channel key
from the file <TT
CLASS="filename"
>rndc.key</TT
> in
<TT
CLASS="filename"
>/etc</TT
> (or whatever <TT
CLASS="varname"
>sysconfdir</TT
>
was specified as when <SPAN
CLASS="acronym"
>BIND</SPAN
> was built).
To create a <TT
CLASS="filename"
>rndc.key</TT
> file, run
<TT
CLASS="userinput"
><B
>rndc-confgen -a</B
></TT
>.
</P
><P ><P
>The <TT >The <TT
CLASS="filename" CLASS="filename"
>named.key</TT >rndc.key</TT
> feature was created to > feature was created to
ease the transition of systems from <SPAN ease the transition of systems from <SPAN
CLASS="acronym" CLASS="acronym"
@@ -1618,8 +1601,38 @@ CLASS="acronym"
and thus did not have a <B and thus did not have a <B
CLASS="command" CLASS="command"
>keys</B >keys</B
> clause. Since > clause.
it is only intended to allow the backward-compatible usage of
It makes it possible to use an existing <SPAN
CLASS="acronym"
>BIND</SPAN
> 8
configuration file in <SPAN
CLASS="acronym"
>BIND</SPAN
> 9 unchanged,
and still have <B
CLASS="command"
>rndc</B
> work the same way
<B
CLASS="command"
>ndc</B
> worked in BIND 8, simply by executing the
command <TT
CLASS="userinput"
><B
>rndc-keygen -a</B
></TT
> after BIND 9 is
installed.
</P
><P
>&#13; Since the <TT
CLASS="filename"
>rndc.key</TT
> feature
is only intended to allow the backward-compatible usage of
<SPAN <SPAN
CLASS="acronym" CLASS="acronym"
>BIND</SPAN >BIND</SPAN
@@ -1632,7 +1645,7 @@ CLASS="filename"
> with your own key if you wish to change > with your own key if you wish to change
those things. The <TT those things. The <TT
CLASS="filename" CLASS="filename"
>named.key</TT >rndc.key</TT
> file also has its > file also has its
permissions set such that only the owner of the file (the user that permissions set such that only the owner of the file (the user that
<B <B
@@ -1670,7 +1683,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN1504" NAME="AEN1513"
>6.2.5. <B >6.2.5. <B
CLASS="command" CLASS="command"
>include</B >include</B
@@ -1690,7 +1703,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN1509" NAME="AEN1518"
>6.2.6. <B >6.2.6. <B
CLASS="command" CLASS="command"
>include</B >include</B
@@ -1719,7 +1732,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN1516" NAME="AEN1525"
>6.2.7. <B >6.2.7. <B
CLASS="command" CLASS="command"
>key</B >key</B
@@ -1753,7 +1766,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN1523" NAME="AEN1532"
>6.2.8. <B >6.2.8. <B
CLASS="command" CLASS="command"
>key</B >key</B
@@ -1831,7 +1844,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN1541" NAME="AEN1550"
>6.2.9. <B >6.2.9. <B
CLASS="command" CLASS="command"
>logging</B >logging</B
@@ -1991,7 +2004,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN1581" NAME="AEN1590"
>6.2.10. <B >6.2.10. <B
CLASS="command" CLASS="command"
>logging</B >logging</B
@@ -2054,7 +2067,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN1597" NAME="AEN1606"
>6.2.10.1. The <B >6.2.10.1. The <B
CLASS="command" CLASS="command"
>channel</B >channel</B
@@ -2496,7 +2509,7 @@ CLASS="acronym"
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN1701" NAME="AEN1710"
></A ></A
><P ><P
></P ></P
@@ -2864,7 +2877,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN1811" NAME="AEN1820"
>6.2.11. <B >6.2.11. <B
CLASS="command" CLASS="command"
>lwres</B >lwres</B
@@ -2961,7 +2974,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN1835" NAME="AEN1844"
>6.2.12. <B >6.2.12. <B
CLASS="command" CLASS="command"
>lwres</B >lwres</B
@@ -3035,7 +3048,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN1854" NAME="AEN1863"
>6.2.13. <B >6.2.13. <B
CLASS="command" CLASS="command"
>options</B >options</B
@@ -3976,7 +3989,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN2068" NAME="AEN2077"
>6.2.14. <B >6.2.14. <B
CLASS="command" CLASS="command"
>options</B >options</B
@@ -4930,7 +4943,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN2355" NAME="AEN2364"
>6.2.14.2. Forwarding</A >6.2.14.2. Forwarding</A
></H3 ></H3
><P ><P
@@ -5134,7 +5147,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN2420" NAME="AEN2429"
>6.2.14.4. Interfaces</A >6.2.14.4. Interfaces</A
></H3 ></H3
><P ><P
@@ -5229,7 +5242,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN2446" NAME="AEN2455"
>6.2.14.5. Query Address</A >6.2.14.5. Query Address</A
></H3 ></H3
><P ><P
@@ -5661,7 +5674,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN2585" NAME="AEN2594"
>6.2.14.7. Operating System Resource Limits</A >6.2.14.7. Operating System Resource Limits</A
></H3 ></H3
><P ><P
@@ -5781,7 +5794,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN2622" NAME="AEN2631"
>6.2.14.8. Server Resource Limits</A >6.2.14.8. Server Resource Limits</A
></H3 ></H3
><P ><P
@@ -5865,7 +5878,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN2650" NAME="AEN2659"
>6.2.14.9. Periodic Task Intervals</A >6.2.14.9. Periodic Task Intervals</A
></H3 ></H3
><P ><P
@@ -6232,7 +6245,7 @@ CLASS="command"
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN2738" NAME="AEN2747"
></A ></A
><P ><P
></P ></P
@@ -6619,7 +6632,7 @@ number is identical to the number in the beginning line.</P
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN2850" NAME="AEN2859"
></A ></A
><P ><P
></P ></P
@@ -7055,7 +7068,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN2965" NAME="AEN2974"
>6.2.17. <B >6.2.17. <B
CLASS="command" CLASS="command"
>trusted-keys</B >trusted-keys</B
@@ -7130,7 +7143,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN2981" NAME="AEN2990"
>6.2.18. <B >6.2.18. <B
CLASS="command" CLASS="command"
>trusted-keys</B >trusted-keys</B
@@ -7165,7 +7178,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN2989" NAME="AEN2998"
>6.2.19. <B >6.2.19. <B
CLASS="command" CLASS="command"
>view</B >view</B
@@ -7240,7 +7253,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN3005" NAME="AEN3014"
>6.2.20. <B >6.2.20. <B
CLASS="command" CLASS="command"
>view</B >view</B
@@ -7891,7 +7904,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN3156" NAME="AEN3165"
>6.2.22. <B >6.2.22. <B
CLASS="command" CLASS="command"
>zone</B >zone</B
@@ -7902,13 +7915,13 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN3159" NAME="AEN3168"
>6.2.22.1. Zone Types</A >6.2.22.1. Zone Types</A
></H3 ></H3
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN3161" NAME="AEN3170"
></A ></A
><P ><P
></P ></P
@@ -8146,7 +8159,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN3216" NAME="AEN3225"
>6.2.22.2. Class</A >6.2.22.2. Class</A
></H3 ></H3
><P ><P
@@ -8184,7 +8197,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN3226" NAME="AEN3235"
>6.2.22.3. Zone Options</A >6.2.22.3. Zone Options</A
></H3 ></H3
><P ><P
@@ -8825,7 +8838,7 @@ CLASS="varname"
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN3460" NAME="AEN3469"
></A ></A
><P ><P
></P ></P
@@ -8932,7 +8945,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN3490" NAME="AEN3499"
>6.3. Zone File</A >6.3. Zone File</A
></H1 ></H1
><DIV ><DIV
@@ -8953,7 +8966,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN3495" NAME="AEN3504"
>6.3.1.1. Resource Records</A >6.3.1.1. Resource Records</A
></H3 ></H3
><P ><P
@@ -8976,7 +8989,7 @@ HREF="Bv9ARM.ch06.html#rrset_ordering"
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN3501" NAME="AEN3510"
></A ></A
><P ><P
></P ></P
@@ -9087,7 +9100,7 @@ or historical (h) and no longer in general use):</P
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN3533" NAME="AEN3542"
></A ></A
><P ><P
></P ></P
@@ -9464,7 +9477,7 @@ are currently valid in the DNS:</P
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN3645" NAME="AEN3654"
></A ></A
><P ><P
></P ></P
@@ -9516,7 +9529,7 @@ data that describes the resource:</P
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN3661" NAME="AEN3670"
></A ></A
><P ><P
></P ></P
@@ -9693,7 +9706,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN3709" NAME="AEN3718"
>6.3.1.2. Textual expression of RRs</A >6.3.1.2. Textual expression of RRs</A
></H3 ></H3
><P ><P
@@ -9723,7 +9736,7 @@ knowledge of the typical representation for the data.</P
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN3716" NAME="AEN3725"
></A ></A
><P ><P
></P ></P
@@ -9932,7 +9945,7 @@ domain names.</P
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN3782" NAME="AEN3791"
></A ></A
><P ><P
></P ></P
@@ -10023,7 +10036,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN3810" NAME="AEN3819"
>6.3.2. Discussion of MX Records</A >6.3.2. Discussion of MX Records</A
></H2 ></H2
><P ><P
@@ -10056,7 +10069,7 @@ pointed to by the CNAME.</P
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN3816" NAME="AEN3825"
></A ></A
><P ><P
></P ></P
@@ -10352,7 +10365,7 @@ used in a zone file.</P
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN3908" NAME="AEN3917"
></A ></A
><P ><P
></P ></P
@@ -10435,7 +10448,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN3931" NAME="AEN3940"
>6.3.4. Inverse Mapping in IPv4</A >6.3.4. Inverse Mapping in IPv4</A
></H2 ></H2
><P ><P
@@ -10459,7 +10472,7 @@ CLASS="optional"
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN3936" NAME="AEN3945"
></A ></A
><P ><P
></P ></P
@@ -10539,7 +10552,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN3958" NAME="AEN3967"
>6.3.5. Other Zone File Directives</A >6.3.5. Other Zone File Directives</A
></H2 ></H2
><P ><P
@@ -10564,7 +10577,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN3965" NAME="AEN3974"
>6.3.5.1. The <B >6.3.5.1. The <B
CLASS="command" CLASS="command"
>$ORIGIN</B >$ORIGIN</B
@@ -10634,7 +10647,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN3985" NAME="AEN3994"
>6.3.5.2. The <B >6.3.5.2. The <B
CLASS="command" CLASS="command"
>$INCLUDE</B >$INCLUDE</B
@@ -10716,7 +10729,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN4005" NAME="AEN4014"
>6.3.5.3. The <B >6.3.5.3. The <B
CLASS="command" CLASS="command"
>$TTL</B >$TTL</B
@@ -10756,7 +10769,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN4016" NAME="AEN4025"
>6.3.6. <SPAN >6.3.6. <SPAN
CLASS="acronym" CLASS="acronym"
>BIND</SPAN >BIND</SPAN
@@ -10835,7 +10848,7 @@ CLASS="literal"
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN4036" NAME="AEN4045"
></A ></A
><P ><P
></P ></P

View File

@@ -86,7 +86,7 @@ HREF="Bv9ARM.ch07.html#Access_Control_Lists"
></DT ></DT
><DT ><DT
>7.2. <A >7.2. <A
HREF="Bv9ARM.ch07.html#AEN4108" HREF="Bv9ARM.ch07.html#AEN4117"
><B ><B
CLASS="command" CLASS="command"
>chroot</B >chroot</B
@@ -188,7 +188,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN4108" NAME="AEN4117"
>7.2. <B >7.2. <B
CLASS="command" CLASS="command"
>chroot</B >chroot</B
@@ -267,7 +267,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN4131" NAME="AEN4140"
>7.2.1. The <B >7.2.1. The <B
CLASS="command" CLASS="command"
>chroot</B >chroot</B
@@ -340,7 +340,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN4149" NAME="AEN4158"
>7.2.2. Using the <B >7.2.2. Using the <B
CLASS="command" CLASS="command"
>setuid</B >setuid</B

View File

@@ -78,17 +78,17 @@ CLASS="TOC"
></DT ></DT
><DT ><DT
>8.1. <A >8.1. <A
HREF="Bv9ARM.ch08.html#AEN4170" HREF="Bv9ARM.ch08.html#AEN4179"
>Common Problems</A >Common Problems</A
></DT ></DT
><DT ><DT
>8.2. <A >8.2. <A
HREF="Bv9ARM.ch08.html#AEN4175" HREF="Bv9ARM.ch08.html#AEN4184"
>Incrementing and Changing the Serial Number</A >Incrementing and Changing the Serial Number</A
></DT ></DT
><DT ><DT
>8.3. <A >8.3. <A
HREF="Bv9ARM.ch08.html#AEN4180" HREF="Bv9ARM.ch08.html#AEN4189"
>Where Can I Get Help?</A >Where Can I Get Help?</A
></DT ></DT
></DL ></DL
@@ -98,7 +98,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN4170" NAME="AEN4179"
>8.1. Common Problems</A >8.1. Common Problems</A
></H1 ></H1
><DIV ><DIV
@@ -106,7 +106,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN4172" NAME="AEN4181"
>8.1.1. It's not working; how can I figure out what's wrong?</A >8.1.1. It's not working; how can I figure out what's wrong?</A
></H2 ></H2
><P ><P
@@ -122,7 +122,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN4175" NAME="AEN4184"
>8.2. Incrementing and Changing the Serial Number</A >8.2. Incrementing and Changing the Serial Number</A
></H1 ></H1
><P ><P
@@ -151,7 +151,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN4180" NAME="AEN4189"
>8.3. Where Can I Get Help?</A >8.3. Where Can I Get Help?</A
></H1 ></H1
><P ><P

View File

@@ -72,7 +72,7 @@ CLASS="TOC"
></DT ></DT
><DT ><DT
>A.1. <A >A.1. <A
HREF="Bv9ARM.ch09.html#AEN4196" HREF="Bv9ARM.ch09.html#AEN4205"
>Acknowledgements</A >Acknowledgements</A
></DT ></DT
><DT ><DT
@@ -85,7 +85,7 @@ CLASS="acronym"
></DT ></DT
><DT ><DT
>A.3. <A >A.3. <A
HREF="Bv9ARM.ch09.html#AEN4237" HREF="Bv9ARM.ch09.html#AEN4246"
>General <SPAN >General <SPAN
CLASS="acronym" CLASS="acronym"
>DNS</SPAN >DNS</SPAN
@@ -103,7 +103,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN4196" NAME="AEN4205"
>A.1. Acknowledgements</A >A.1. Acknowledgements</A
></H1 ></H1
><DIV ><DIV
@@ -111,7 +111,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN4198" NAME="AEN4207"
>A.1.1. A Brief History of the <SPAN >A.1.1. A Brief History of the <SPAN
CLASS="acronym" CLASS="acronym"
>DNS</SPAN >DNS</SPAN
@@ -246,7 +246,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN4228" NAME="AEN4237"
>A.2.1.1. HS = hesiod</A >A.2.1.1. HS = hesiod</A
></H3 ></H3
><P ><P
@@ -267,7 +267,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN4233" NAME="AEN4242"
>A.2.1.2. CH = chaos</A >A.2.1.2. CH = chaos</A
></H3 ></H3
><P ><P
@@ -285,7 +285,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN4237" NAME="AEN4246"
>A.3. General <SPAN >A.3. General <SPAN
CLASS="acronym" CLASS="acronym"
>DNS</SPAN >DNS</SPAN
@@ -324,7 +324,7 @@ Unicast address scheme. For more information, see RFC 2374.</P
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN4248" NAME="AEN4257"
></A ></A
><P ><P
></P ></P
@@ -543,7 +543,7 @@ VALIGN="MIDDLE"
<DIV <DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN4317" NAME="AEN4326"
></A ></A
><P ><P
></P ></P
@@ -726,7 +726,7 @@ unicast address consists of:</P
><DIV ><DIV
CLASS="informaltable" CLASS="informaltable"
><A ><A
NAME="AEN4372" NAME="AEN4381"
></A ></A
><P ><P
></P ></P
@@ -886,19 +886,19 @@ TARGET="_top"
</P </P
><H3 ><H3
><A ><A
NAME="AEN4416" NAME="AEN4425"
>Bibliography</A >Bibliography</A
></H3 ></H3
><H1 ><H1
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN4417" NAME="AEN4426"
>Standards</A >Standards</A
></H1 ></H1
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4419" NAME="AEN4428"
></A ></A
><P ><P
>[RFC974]&nbsp;<SPAN >[RFC974]&nbsp;<SPAN
@@ -915,7 +915,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4426" NAME="AEN4435"
></A ></A
><P ><P
>[RFC1034]&nbsp;<SPAN >[RFC1034]&nbsp;<SPAN
@@ -932,7 +932,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4433" NAME="AEN4442"
></A ></A
><P ><P
>[RFC1035]&nbsp;<SPAN >[RFC1035]&nbsp;<SPAN
@@ -956,7 +956,7 @@ NAME="proposed_standards"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4442" NAME="AEN4451"
></A ></A
><P ><P
>[RFC2181]&nbsp;<SPAN >[RFC2181]&nbsp;<SPAN
@@ -976,7 +976,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4450" NAME="AEN4459"
></A ></A
><P ><P
>[RFC2308]&nbsp;<SPAN >[RFC2308]&nbsp;<SPAN
@@ -996,7 +996,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4458" NAME="AEN4467"
></A ></A
><P ><P
>[RFC1995]&nbsp;<SPAN >[RFC1995]&nbsp;<SPAN
@@ -1016,7 +1016,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4466" NAME="AEN4475"
></A ></A
><P ><P
>[RFC1996]&nbsp;<SPAN >[RFC1996]&nbsp;<SPAN
@@ -1033,7 +1033,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4473" NAME="AEN4482"
></A ></A
><P ><P
>[RFC2136]&nbsp;<SPAN >[RFC2136]&nbsp;<SPAN
@@ -1059,7 +1059,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4490" NAME="AEN4499"
></A ></A
><P ><P
>[RFC2845]&nbsp;<SPAN >[RFC2845]&nbsp;<SPAN
@@ -1088,13 +1088,13 @@ STYLE="margin-left=0.5in"
><H1 ><H1
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN4509" NAME="AEN4518"
>Proposed Standards Still Under Development</A >Proposed Standards Still Under Development</A
></H1 ></H1
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4514" NAME="AEN4523"
></A ></A
><P ><P
>[RFC1886]&nbsp;<SPAN >[RFC1886]&nbsp;<SPAN
@@ -1117,7 +1117,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4526" NAME="AEN4535"
></A ></A
><P ><P
>[RFC2065]&nbsp;<SPAN >[RFC2065]&nbsp;<SPAN
@@ -1137,7 +1137,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4538" NAME="AEN4547"
></A ></A
><P ><P
>[RFC2137]&nbsp;<SPAN >[RFC2137]&nbsp;<SPAN
@@ -1154,7 +1154,7 @@ STYLE="margin-left=0.5in"
><H1 ><H1
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN4546" NAME="AEN4555"
>Other Important RFCs About <SPAN >Other Important RFCs About <SPAN
CLASS="acronym" CLASS="acronym"
>DNS</SPAN >DNS</SPAN
@@ -1163,7 +1163,7 @@ CLASS="acronym"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4549" NAME="AEN4558"
></A ></A
><P ><P
>[RFC1535]&nbsp;<SPAN >[RFC1535]&nbsp;<SPAN
@@ -1183,7 +1183,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4557" NAME="AEN4566"
></A ></A
><P ><P
>[RFC1536]&nbsp;<SPAN >[RFC1536]&nbsp;<SPAN
@@ -1215,7 +1215,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4578" NAME="AEN4587"
></A ></A
><P ><P
>[RFC1982]&nbsp;<SPAN >[RFC1982]&nbsp;<SPAN
@@ -1235,13 +1235,13 @@ STYLE="margin-left=0.5in"
><H1 ><H1
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN4589" NAME="AEN4598"
>Resource Record Types</A >Resource Record Types</A
></H1 ></H1
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4591" NAME="AEN4600"
></A ></A
><P ><P
>[RFC1183]&nbsp;<SPAN >[RFC1183]&nbsp;<SPAN
@@ -1270,7 +1270,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4609" NAME="AEN4618"
></A ></A
><P ><P
>[RFC1706]&nbsp;<SPAN >[RFC1706]&nbsp;<SPAN
@@ -1293,7 +1293,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4621" NAME="AEN4630"
></A ></A
><P ><P
>[RFC2168]&nbsp;<SPAN >[RFC2168]&nbsp;<SPAN
@@ -1314,7 +1314,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4632" NAME="AEN4641"
></A ></A
><P ><P
>[RFC1876]&nbsp;<SPAN >[RFC1876]&nbsp;<SPAN
@@ -1341,7 +1341,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4649" NAME="AEN4658"
></A ></A
><P ><P
>[RFC2052]&nbsp;<SPAN >[RFC2052]&nbsp;<SPAN
@@ -1365,7 +1365,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4661" NAME="AEN4670"
></A ></A
><P ><P
>[RFC2163]&nbsp;<SPAN >[RFC2163]&nbsp;<SPAN
@@ -1386,7 +1386,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4669" NAME="AEN4678"
></A ></A
><P ><P
>[RFC2230]&nbsp;<SPAN >[RFC2230]&nbsp;<SPAN
@@ -1406,7 +1406,7 @@ STYLE="margin-left=0.5in"
><H1 ><H1
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN4677" NAME="AEN4686"
><SPAN ><SPAN
CLASS="acronym" CLASS="acronym"
>DNS</SPAN >DNS</SPAN
@@ -1415,7 +1415,7 @@ CLASS="acronym"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4680" NAME="AEN4689"
></A ></A
><P ><P
>[RFC1101]&nbsp;<SPAN >[RFC1101]&nbsp;<SPAN
@@ -1435,7 +1435,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4688" NAME="AEN4697"
></A ></A
><P ><P
>[RFC1123]&nbsp;<SPAN >[RFC1123]&nbsp;<SPAN
@@ -1452,7 +1452,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4695" NAME="AEN4704"
></A ></A
><P ><P
>[RFC1591]&nbsp;<SPAN >[RFC1591]&nbsp;<SPAN
@@ -1469,7 +1469,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4702" NAME="AEN4711"
></A ></A
><P ><P
>[RFC2317]&nbsp;<SPAN >[RFC2317]&nbsp;<SPAN
@@ -1492,7 +1492,7 @@ STYLE="margin-left=0.5in"
><H1 ><H1
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN4716" NAME="AEN4725"
><SPAN ><SPAN
CLASS="acronym" CLASS="acronym"
>DNS</SPAN >DNS</SPAN
@@ -1501,7 +1501,7 @@ CLASS="acronym"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4719" NAME="AEN4728"
></A ></A
><P ><P
>[RFC1537]&nbsp;<SPAN >[RFC1537]&nbsp;<SPAN
@@ -1521,7 +1521,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4727" NAME="AEN4736"
></A ></A
><P ><P
>[RFC1912]&nbsp;<SPAN >[RFC1912]&nbsp;<SPAN
@@ -1541,7 +1541,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4735" NAME="AEN4744"
></A ></A
><P ><P
>[RFC1912]&nbsp;<SPAN >[RFC1912]&nbsp;<SPAN
@@ -1561,7 +1561,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4743" NAME="AEN4752"
></A ></A
><P ><P
>[RFC2010]&nbsp;<SPAN >[RFC2010]&nbsp;<SPAN
@@ -1581,7 +1581,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4754" NAME="AEN4763"
></A ></A
><P ><P
>[RFC2219]&nbsp;<SPAN >[RFC2219]&nbsp;<SPAN
@@ -1604,7 +1604,7 @@ STYLE="margin-left=0.5in"
><H1 ><H1
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN4766" NAME="AEN4775"
>Other <SPAN >Other <SPAN
CLASS="acronym" CLASS="acronym"
>DNS</SPAN >DNS</SPAN
@@ -1613,7 +1613,7 @@ CLASS="acronym"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4772" NAME="AEN4781"
></A ></A
><P ><P
>[RFC1464]&nbsp;<SPAN >[RFC1464]&nbsp;<SPAN
@@ -1630,7 +1630,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4779" NAME="AEN4788"
></A ></A
><P ><P
>[RFC1713]&nbsp;<SPAN >[RFC1713]&nbsp;<SPAN
@@ -1650,7 +1650,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4787" NAME="AEN4796"
></A ></A
><P ><P
>[RFC1794]&nbsp;<SPAN >[RFC1794]&nbsp;<SPAN
@@ -1670,7 +1670,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4795" NAME="AEN4804"
></A ></A
><P ><P
>[RFC2240]&nbsp;<SPAN >[RFC2240]&nbsp;<SPAN
@@ -1687,7 +1687,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4802" NAME="AEN4811"
></A ></A
><P ><P
>[RFC2345]&nbsp;<SPAN >[RFC2345]&nbsp;<SPAN
@@ -1710,7 +1710,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4816" NAME="AEN4825"
></A ></A
><P ><P
>[RFC2352]&nbsp;<SPAN >[RFC2352]&nbsp;<SPAN
@@ -1727,13 +1727,13 @@ STYLE="margin-left=0.5in"
><H1 ><H1
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN4823" NAME="AEN4832"
>Obsolete and Unimplemented Experimental RRs</A >Obsolete and Unimplemented Experimental RRs</A
></H1 ></H1
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4825" NAME="AEN4834"
></A ></A
><P ><P
>[RFC1712]&nbsp;<SPAN >[RFC1712]&nbsp;<SPAN
@@ -1784,7 +1784,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN4846" NAME="AEN4855"
>A.4.3. Other Documents About <SPAN >A.4.3. Other Documents About <SPAN
CLASS="acronym" CLASS="acronym"
>BIND</SPAN >BIND</SPAN
@@ -1794,13 +1794,13 @@ CLASS="acronym"
></P ></P
><H3 ><H3
><A ><A
NAME="AEN4850" NAME="AEN4859"
>Bibliography</A >Bibliography</A
></H3 ></H3
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4851" NAME="AEN4860"
></A ></A
><P ><P
><SPAN ><SPAN

View File

@@ -193,7 +193,7 @@ HREF="Bv9ARM.ch03.html#AEN371"
></DT ></DT
><DT ><DT
>3.4.2. <A >3.4.2. <A
HREF="Bv9ARM.ch03.html#AEN650" HREF="Bv9ARM.ch03.html#AEN658"
>Signals</A >Signals</A
></DT ></DT
></DL ></DL
@@ -228,7 +228,7 @@ HREF="Bv9ARM.ch04.html#incremental_zone_transfers"
></DT ></DT
><DT ><DT
>4.3. <A >4.3. <A
HREF="Bv9ARM.ch04.html#AEN714" HREF="Bv9ARM.ch04.html#AEN722"
>Split DNS</A >Split DNS</A
></DT ></DT
><DT ><DT
@@ -240,44 +240,44 @@ HREF="Bv9ARM.ch04.html#tsig"
><DL ><DL
><DT ><DT
>4.4.1. <A >4.4.1. <A
HREF="Bv9ARM.ch04.html#AEN805" HREF="Bv9ARM.ch04.html#AEN813"
>Generate Shared Keys for Each Pair of Hosts</A >Generate Shared Keys for Each Pair of Hosts</A
></DT ></DT
><DT ><DT
>4.4.2. <A >4.4.2. <A
HREF="Bv9ARM.ch04.html#AEN826" HREF="Bv9ARM.ch04.html#AEN834"
>Copying the Shared Secret to Both Machines</A >Copying the Shared Secret to Both Machines</A
></DT ></DT
><DT ><DT
>4.4.3. <A >4.4.3. <A
HREF="Bv9ARM.ch04.html#AEN829" HREF="Bv9ARM.ch04.html#AEN837"
>Informing the Servers of the Key's Existence</A >Informing the Servers of the Key's Existence</A
></DT ></DT
><DT ><DT
>4.4.4. <A >4.4.4. <A
HREF="Bv9ARM.ch04.html#AEN841" HREF="Bv9ARM.ch04.html#AEN849"
>Instructing the Server to Use the Key</A >Instructing the Server to Use the Key</A
></DT ></DT
><DT ><DT
>4.4.5. <A >4.4.5. <A
HREF="Bv9ARM.ch04.html#AEN857" HREF="Bv9ARM.ch04.html#AEN865"
>TSIG Key Based Access Control</A >TSIG Key Based Access Control</A
></DT ></DT
><DT ><DT
>4.4.6. <A >4.4.6. <A
HREF="Bv9ARM.ch04.html#AEN870" HREF="Bv9ARM.ch04.html#AEN878"
>Errors</A >Errors</A
></DT ></DT
></DL ></DL
></DD ></DD
><DT ><DT
>4.5. <A >4.5. <A
HREF="Bv9ARM.ch04.html#AEN874" HREF="Bv9ARM.ch04.html#AEN882"
>TKEY</A >TKEY</A
></DT ></DT
><DT ><DT
>4.6. <A >4.6. <A
HREF="Bv9ARM.ch04.html#AEN889" HREF="Bv9ARM.ch04.html#AEN897"
>SIG(0)</A >SIG(0)</A
></DT ></DT
><DT ><DT
@@ -289,34 +289,34 @@ HREF="Bv9ARM.ch04.html#DNSSEC"
><DL ><DL
><DT ><DT
>4.7.1. <A >4.7.1. <A
HREF="Bv9ARM.ch04.html#AEN906" HREF="Bv9ARM.ch04.html#AEN914"
>Generating Keys</A >Generating Keys</A
></DT ></DT
><DT ><DT
>4.7.2. <A >4.7.2. <A
HREF="Bv9ARM.ch04.html#AEN926" HREF="Bv9ARM.ch04.html#AEN934"
>Creating a Keyset</A >Creating a Keyset</A
></DT ></DT
><DT ><DT
>4.7.3. <A >4.7.3. <A
HREF="Bv9ARM.ch04.html#AEN938" HREF="Bv9ARM.ch04.html#AEN946"
>Signing the Child's Keyset</A >Signing the Child's Keyset</A
></DT ></DT
><DT ><DT
>4.7.4. <A >4.7.4. <A
HREF="Bv9ARM.ch04.html#AEN951" HREF="Bv9ARM.ch04.html#AEN959"
>Signing the Zone</A >Signing the Zone</A
></DT ></DT
><DT ><DT
>4.7.5. <A >4.7.5. <A
HREF="Bv9ARM.ch04.html#AEN967" HREF="Bv9ARM.ch04.html#AEN975"
>Configuring Servers</A >Configuring Servers</A
></DT ></DT
></DL ></DL
></DD ></DD
><DT ><DT
>4.8. <A >4.8. <A
HREF="Bv9ARM.ch04.html#AEN974" HREF="Bv9ARM.ch04.html#AEN982"
>IPv6 Support in <SPAN >IPv6 Support in <SPAN
CLASS="acronym" CLASS="acronym"
>BIND</SPAN >BIND</SPAN
@@ -326,27 +326,27 @@ CLASS="acronym"
><DL ><DL
><DT ><DT
>4.8.1. <A >4.8.1. <A
HREF="Bv9ARM.ch04.html#AEN990" HREF="Bv9ARM.ch04.html#AEN998"
>Address Lookups Using AAAA Records</A >Address Lookups Using AAAA Records</A
></DT ></DT
><DT ><DT
>4.8.2. <A >4.8.2. <A
HREF="Bv9ARM.ch04.html#AEN995" HREF="Bv9ARM.ch04.html#AEN1003"
>Address Lookups Using A6 Records</A >Address Lookups Using A6 Records</A
></DT ></DT
><DT ><DT
>4.8.3. <A >4.8.3. <A
HREF="Bv9ARM.ch04.html#AEN1016" HREF="Bv9ARM.ch04.html#AEN1024"
>Address to Name Lookups Using Nibble Format</A >Address to Name Lookups Using Nibble Format</A
></DT ></DT
><DT ><DT
>4.8.4. <A >4.8.4. <A
HREF="Bv9ARM.ch04.html#AEN1023" HREF="Bv9ARM.ch04.html#AEN1031"
>Address to Name Lookups Using Bitstring Format</A >Address to Name Lookups Using Bitstring Format</A
></DT ></DT
><DT ><DT
>4.8.5. <A >4.8.5. <A
HREF="Bv9ARM.ch04.html#AEN1030" HREF="Bv9ARM.ch04.html#AEN1038"
>Using DNAME for Delegation of IPv6 Reverse Addresses</A >Using DNAME for Delegation of IPv6 Reverse Addresses</A
></DT ></DT
></DL ></DL
@@ -365,7 +365,7 @@ CLASS="acronym"
><DL ><DL
><DT ><DT
>5.1. <A >5.1. <A
HREF="Bv9ARM.ch05.html#AEN1050" HREF="Bv9ARM.ch05.html#AEN1058"
>The Lightweight Resolver Library</A >The Lightweight Resolver Library</A
></DT ></DT
><DT ><DT
@@ -399,7 +399,7 @@ HREF="Bv9ARM.ch06.html#address_match_lists"
></DT ></DT
><DT ><DT
>6.1.2. <A >6.1.2. <A
HREF="Bv9ARM.ch06.html#AEN1292" HREF="Bv9ARM.ch06.html#AEN1300"
>Comment Syntax</A >Comment Syntax</A
></DT ></DT
></DL ></DL
@@ -413,7 +413,7 @@ HREF="Bv9ARM.ch06.html#Configuration_File_Grammar"
><DL ><DL
><DT ><DT
>6.2.1. <A >6.2.1. <A
HREF="Bv9ARM.ch06.html#AEN1399" HREF="Bv9ARM.ch06.html#AEN1407"
><B ><B
CLASS="command" CLASS="command"
>acl</B >acl</B
@@ -430,7 +430,7 @@ Usage</A
></DT ></DT
><DT ><DT
>6.2.3. <A >6.2.3. <A
HREF="Bv9ARM.ch06.html#AEN1441" HREF="Bv9ARM.ch06.html#AEN1449"
><B ><B
CLASS="command" CLASS="command"
>controls</B >controls</B
@@ -446,7 +446,7 @@ CLASS="command"
></DT ></DT
><DT ><DT
>6.2.5. <A >6.2.5. <A
HREF="Bv9ARM.ch06.html#AEN1504" HREF="Bv9ARM.ch06.html#AEN1513"
><B ><B
CLASS="command" CLASS="command"
>include</B >include</B
@@ -454,7 +454,7 @@ CLASS="command"
></DT ></DT
><DT ><DT
>6.2.6. <A >6.2.6. <A
HREF="Bv9ARM.ch06.html#AEN1509" HREF="Bv9ARM.ch06.html#AEN1518"
><B ><B
CLASS="command" CLASS="command"
>include</B >include</B
@@ -462,7 +462,7 @@ CLASS="command"
></DT ></DT
><DT ><DT
>6.2.7. <A >6.2.7. <A
HREF="Bv9ARM.ch06.html#AEN1516" HREF="Bv9ARM.ch06.html#AEN1525"
><B ><B
CLASS="command" CLASS="command"
>key</B >key</B
@@ -470,7 +470,7 @@ CLASS="command"
></DT ></DT
><DT ><DT
>6.2.8. <A >6.2.8. <A
HREF="Bv9ARM.ch06.html#AEN1523" HREF="Bv9ARM.ch06.html#AEN1532"
><B ><B
CLASS="command" CLASS="command"
>key</B >key</B
@@ -478,7 +478,7 @@ CLASS="command"
></DT ></DT
><DT ><DT
>6.2.9. <A >6.2.9. <A
HREF="Bv9ARM.ch06.html#AEN1541" HREF="Bv9ARM.ch06.html#AEN1550"
><B ><B
CLASS="command" CLASS="command"
>logging</B >logging</B
@@ -486,7 +486,7 @@ CLASS="command"
></DT ></DT
><DT ><DT
>6.2.10. <A >6.2.10. <A
HREF="Bv9ARM.ch06.html#AEN1581" HREF="Bv9ARM.ch06.html#AEN1590"
><B ><B
CLASS="command" CLASS="command"
>logging</B >logging</B
@@ -494,7 +494,7 @@ CLASS="command"
></DT ></DT
><DT ><DT
>6.2.11. <A >6.2.11. <A
HREF="Bv9ARM.ch06.html#AEN1811" HREF="Bv9ARM.ch06.html#AEN1820"
><B ><B
CLASS="command" CLASS="command"
>lwres</B >lwres</B
@@ -502,7 +502,7 @@ CLASS="command"
></DT ></DT
><DT ><DT
>6.2.12. <A >6.2.12. <A
HREF="Bv9ARM.ch06.html#AEN1835" HREF="Bv9ARM.ch06.html#AEN1844"
><B ><B
CLASS="command" CLASS="command"
>lwres</B >lwres</B
@@ -510,7 +510,7 @@ CLASS="command"
></DT ></DT
><DT ><DT
>6.2.13. <A >6.2.13. <A
HREF="Bv9ARM.ch06.html#AEN1854" HREF="Bv9ARM.ch06.html#AEN1863"
><B ><B
CLASS="command" CLASS="command"
>options</B >options</B
@@ -518,7 +518,7 @@ CLASS="command"
></DT ></DT
><DT ><DT
>6.2.14. <A >6.2.14. <A
HREF="Bv9ARM.ch06.html#AEN2068" HREF="Bv9ARM.ch06.html#AEN2077"
><B ><B
CLASS="command" CLASS="command"
>options</B >options</B
@@ -542,7 +542,7 @@ CLASS="command"
></DT ></DT
><DT ><DT
>6.2.17. <A >6.2.17. <A
HREF="Bv9ARM.ch06.html#AEN2965" HREF="Bv9ARM.ch06.html#AEN2974"
><B ><B
CLASS="command" CLASS="command"
>trusted-keys</B >trusted-keys</B
@@ -550,7 +550,7 @@ CLASS="command"
></DT ></DT
><DT ><DT
>6.2.18. <A >6.2.18. <A
HREF="Bv9ARM.ch06.html#AEN2981" HREF="Bv9ARM.ch06.html#AEN2990"
><B ><B
CLASS="command" CLASS="command"
>trusted-keys</B >trusted-keys</B
@@ -559,7 +559,7 @@ and Usage</A
></DT ></DT
><DT ><DT
>6.2.19. <A >6.2.19. <A
HREF="Bv9ARM.ch06.html#AEN2989" HREF="Bv9ARM.ch06.html#AEN2998"
><B ><B
CLASS="command" CLASS="command"
>view</B >view</B
@@ -567,7 +567,7 @@ CLASS="command"
></DT ></DT
><DT ><DT
>6.2.20. <A >6.2.20. <A
HREF="Bv9ARM.ch06.html#AEN3005" HREF="Bv9ARM.ch06.html#AEN3014"
><B ><B
CLASS="command" CLASS="command"
>view</B >view</B
@@ -584,7 +584,7 @@ Statement Grammar</A
></DT ></DT
><DT ><DT
>6.2.22. <A >6.2.22. <A
HREF="Bv9ARM.ch06.html#AEN3156" HREF="Bv9ARM.ch06.html#AEN3165"
><B ><B
CLASS="command" CLASS="command"
>zone</B >zone</B
@@ -594,7 +594,7 @@ CLASS="command"
></DD ></DD
><DT ><DT
>6.3. <A >6.3. <A
HREF="Bv9ARM.ch06.html#AEN3490" HREF="Bv9ARM.ch06.html#AEN3499"
>Zone File</A >Zone File</A
></DT ></DT
><DD ><DD
@@ -606,7 +606,7 @@ HREF="Bv9ARM.ch06.html#types_of_resource_records_and_when_to_use_them"
></DT ></DT
><DT ><DT
>6.3.2. <A >6.3.2. <A
HREF="Bv9ARM.ch06.html#AEN3810" HREF="Bv9ARM.ch06.html#AEN3819"
>Discussion of MX Records</A >Discussion of MX Records</A
></DT ></DT
><DT ><DT
@@ -616,17 +616,17 @@ HREF="Bv9ARM.ch06.html#Setting_TTLs"
></DT ></DT
><DT ><DT
>6.3.4. <A >6.3.4. <A
HREF="Bv9ARM.ch06.html#AEN3931" HREF="Bv9ARM.ch06.html#AEN3940"
>Inverse Mapping in IPv4</A >Inverse Mapping in IPv4</A
></DT ></DT
><DT ><DT
>6.3.5. <A >6.3.5. <A
HREF="Bv9ARM.ch06.html#AEN3958" HREF="Bv9ARM.ch06.html#AEN3967"
>Other Zone File Directives</A >Other Zone File Directives</A
></DT ></DT
><DT ><DT
>6.3.6. <A >6.3.6. <A
HREF="Bv9ARM.ch06.html#AEN4016" HREF="Bv9ARM.ch06.html#AEN4025"
><SPAN ><SPAN
CLASS="acronym" CLASS="acronym"
>BIND</SPAN >BIND</SPAN
@@ -656,7 +656,7 @@ HREF="Bv9ARM.ch07.html#Access_Control_Lists"
></DT ></DT
><DT ><DT
>7.2. <A >7.2. <A
HREF="Bv9ARM.ch07.html#AEN4108" HREF="Bv9ARM.ch07.html#AEN4117"
><B ><B
CLASS="command" CLASS="command"
>chroot</B >chroot</B
@@ -670,7 +670,7 @@ UNIX servers)</A
><DL ><DL
><DT ><DT
>7.2.1. <A >7.2.1. <A
HREF="Bv9ARM.ch07.html#AEN4131" HREF="Bv9ARM.ch07.html#AEN4140"
>The <B >The <B
CLASS="command" CLASS="command"
>chroot</B >chroot</B
@@ -678,7 +678,7 @@ CLASS="command"
></DT ></DT
><DT ><DT
>7.2.2. <A >7.2.2. <A
HREF="Bv9ARM.ch07.html#AEN4149" HREF="Bv9ARM.ch07.html#AEN4158"
>Using the <B >Using the <B
CLASS="command" CLASS="command"
>setuid</B >setuid</B
@@ -702,26 +702,26 @@ HREF="Bv9ARM.ch08.html"
><DL ><DL
><DT ><DT
>8.1. <A >8.1. <A
HREF="Bv9ARM.ch08.html#AEN4170" HREF="Bv9ARM.ch08.html#AEN4179"
>Common Problems</A >Common Problems</A
></DT ></DT
><DD ><DD
><DL ><DL
><DT ><DT
>8.1.1. <A >8.1.1. <A
HREF="Bv9ARM.ch08.html#AEN4172" HREF="Bv9ARM.ch08.html#AEN4181"
>It's not working; how can I figure out what's wrong?</A >It's not working; how can I figure out what's wrong?</A
></DT ></DT
></DL ></DL
></DD ></DD
><DT ><DT
>8.2. <A >8.2. <A
HREF="Bv9ARM.ch08.html#AEN4175" HREF="Bv9ARM.ch08.html#AEN4184"
>Incrementing and Changing the Serial Number</A >Incrementing and Changing the Serial Number</A
></DT ></DT
><DT ><DT
>8.3. <A >8.3. <A
HREF="Bv9ARM.ch08.html#AEN4180" HREF="Bv9ARM.ch08.html#AEN4189"
>Where Can I Get Help?</A >Where Can I Get Help?</A
></DT ></DT
></DL ></DL
@@ -735,14 +735,14 @@ HREF="Bv9ARM.ch09.html"
><DL ><DL
><DT ><DT
>A.1. <A >A.1. <A
HREF="Bv9ARM.ch09.html#AEN4196" HREF="Bv9ARM.ch09.html#AEN4205"
>Acknowledgements</A >Acknowledgements</A
></DT ></DT
><DD ><DD
><DL ><DL
><DT ><DT
>A.1.1. <A >A.1.1. <A
HREF="Bv9ARM.ch09.html#AEN4198" HREF="Bv9ARM.ch09.html#AEN4207"
>A Brief History of the <SPAN >A Brief History of the <SPAN
CLASS="acronym" CLASS="acronym"
>DNS</SPAN >DNS</SPAN
@@ -772,7 +772,7 @@ HREF="Bv9ARM.ch09.html#classes_of_resource_records"
></DD ></DD
><DT ><DT
>A.3. <A >A.3. <A
HREF="Bv9ARM.ch09.html#AEN4237" HREF="Bv9ARM.ch09.html#AEN4246"
>General <SPAN >General <SPAN
CLASS="acronym" CLASS="acronym"
>DNS</SPAN >DNS</SPAN
@@ -806,7 +806,7 @@ HREF="Bv9ARM.ch09.html#internet_drafts"
></DT ></DT
><DT ><DT
>A.4.3. <A >A.4.3. <A
HREF="Bv9ARM.ch09.html#AEN4846" HREF="Bv9ARM.ch09.html#AEN4855"
>Other Documents About <SPAN >Other Documents About <SPAN
CLASS="acronym" CLASS="acronym"
>BIND</SPAN >BIND</SPAN