2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +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
.SH SYNOPSIS
.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"
.PP
\fBrndc\fR controls the operation of a name
@@ -51,6 +51,14 @@ Use \fIconfig-file\fR
as the configuration file instead of the default,
\fI/etc/rndc.conf\fR.
.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
\fIserver\fR is
the name or address of the server which matches a

View File

@@ -69,6 +69,14 @@ CLASS="REPLACEABLE"
></TT
>] [<TT
CLASS="OPTION"
>-k <TT
CLASS="REPLACEABLE"
><I
>key-file</I
></TT
></TT
>] [<TT
CLASS="OPTION"
>-s <TT
CLASS="REPLACEABLE"
><I
@@ -99,7 +107,7 @@ CLASS="REPLACEABLE"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN31"
NAME="AEN34"
></A
><H2
>DESCRIPTION</H2
@@ -154,7 +162,7 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN43"
NAME="AEN46"
></A
><H2
>OPTIONS</H2
@@ -186,6 +194,39 @@ CLASS="FILENAME"
</P
></DD
><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
CLASS="REPLACEABLE"
><I
@@ -297,7 +338,7 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN82"
NAME="AEN94"
></A
><H2
>LIMITATIONS</H2
@@ -325,7 +366,7 @@ CLASS="OPTION"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN90"
NAME="AEN102"
></A
><H2
>SEE ALSO</H2
@@ -367,7 +408,7 @@ CLASS="CITETITLE"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN106"
NAME="AEN118"
></A
><H2
>AUTHOR</H2

View File

@@ -1133,11 +1133,11 @@ CLASS="command"
> will also look in
<TT
CLASS="filename"
>/var/run/named.key</TT
> (or wherever
>/etc/rndc.key</TT
> (or whatever
<TT
CLASS="varname"
>localstatedir</TT
>sysconfdir</TT
> was defined when
the <SPAN
CLASS="acronym"
@@ -1145,11 +1145,11 @@ CLASS="acronym"
> build was configured).
The <TT
CLASS="filename"
>named.key</TT
>rndc.key</TT
> file is generated by
<B
running <B
CLASS="command"
>named</B
>rndc-confgen -a</B
> as described in
<A
HREF="Bv9ARM.ch06.html#controls_statement_definition_and_usage"
@@ -1329,7 +1329,7 @@ following controls statements:</P
><PRE
CLASS="programlisting"
>&#13;controls {
inet 127.0.0.1 allow { localhost; } keys { rndc_key; };
inet 127.0.0.1 allow { localhost; } keys { rndc_key; };
};
</PRE
><P
@@ -1338,6 +1338,37 @@ CLASS="programlisting"
CLASS="literal"
>rndc_key</TT
>.</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
></DL
></DIV
@@ -1348,7 +1379,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN650"
NAME="AEN658"
>3.4.2. Signals</A
></H2
><P
@@ -1361,7 +1392,7 @@ CLASS="command"
><DIV
CLASS="informaltable"
><A
NAME="AEN654"
NAME="AEN662"
></A
><P
></P

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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