2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

documented procedure for manually changing dynamic zones using "rndc stop"

This commit is contained in:
Andreas Gustafsson
2001-01-23 21:16:01 +00:00
parent 1e3bc7eaeb
commit eadfcf9cf7
8 changed files with 254 additions and 220 deletions

View File

@@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
<!-- File: $Id: Bv9ARM-book.xml,v 1.89 2001/01/19 22:03:23 gson Exp $ -->
<!-- File: $Id: Bv9ARM-book.xml,v 1.90 2001/01/23 21:15:53 gson Exp $ -->
<book>
@@ -901,15 +901,25 @@ reload the database. </para></entry>
the server using an online zone key. Update authorization is based
on transaction signatures and an explicit server policy.</para>
<para>The zone files of dynamic zones must not be edited by hand.
<para>The zone files of dynamic zones cannot normally be edited by hand.
The zone file on disk at any given time may not contain the latest
changes performed by dynamic update. The zone file is written to
disk only periodically, and changes that have occurred since the
changes performed by dynamic update. The zone file is only
written to disk only occasionally, and when shutting down the server using
<command>rndc stop</command>. Changes that have occurred since the
zone file was last written to disk are stored only in the zone's
journal (<filename>.jnl</filename>) file. <acronym>BIND</acronym> 9 currently does
not update the zone file when it exits as <acronym>BIND</acronym> 8 does, so editing
the zone file manually is unsafe even when the server has been
shut down. </para>
journal (<filename>.jnl</filename>) file.</para>
<para>If you have to make changes to a dynamic zone
manually, the following procedure will work: Shut down
the server using <command>rndc stop</command> (sending a signal
or using <command>rndc halt</command> is <emphasis>not</emphasis>
safe), wait for it to exit. Then <emphasis>remove</emphasis> the zone's
<filename>.jnl</filename> file, edit the zone file,
and restart the server. Removing the <filename>.jnl</filename>
file is necessary because the manual changes will not be
present in the journal, rendering it inconsistent with the
contents of the zone file.</para>
</sect1>
<sect1 id="incremental_zone_transfers">
<title>Incremental Zone Transfers (IXFR)</title>

View File

@@ -85,7 +85,7 @@ HREF="Bv9ARM.ch04.html#incremental_zone_transfers"
></DT
><DT
>4.3. <A
HREF="Bv9ARM.ch04.html#AEN656"
HREF="Bv9ARM.ch04.html#AEN662"
>Split DNS</A
></DT
><DT
@@ -95,12 +95,12 @@ HREF="Bv9ARM.ch04.html#tsig"
></DT
><DT
>4.5. <A
HREF="Bv9ARM.ch04.html#AEN816"
HREF="Bv9ARM.ch04.html#AEN822"
>TKEY</A
></DT
><DT
>4.6. <A
HREF="Bv9ARM.ch04.html#AEN831"
HREF="Bv9ARM.ch04.html#AEN837"
>SIG(0)</A
></DT
><DT
@@ -110,7 +110,7 @@ HREF="Bv9ARM.ch04.html#DNSSEC"
></DT
><DT
>4.8. <A
HREF="Bv9ARM.ch04.html#AEN916"
HREF="Bv9ARM.ch04.html#AEN922"
>IPv6 Support in <SPAN
CLASS="acronym"
>BIND</SPAN
@@ -162,24 +162,48 @@ TARGET="_top"
the server using an online zone key. Update authorization is based
on transaction signatures and an explicit server policy.</P
><P
>The zone files of dynamic zones must not be edited by hand.
>The zone files of dynamic zones cannot normally be edited by hand.
The zone file on disk at any given time may not contain the latest
changes performed by dynamic update. The zone file is written to
disk only periodically, and changes that have occurred since the
changes performed by dynamic update. The zone file is only
written to disk only occasionally, and when shutting down the server using
<B
CLASS="command"
>rndc stop</B
>. Changes that have occurred since the
zone file was last written to disk are stored only in the zone's
journal (<TT
CLASS="filename"
>.jnl</TT
>) file. <SPAN
CLASS="acronym"
>BIND</SPAN
> 9 currently does
not update the zone file when it exits as <SPAN
CLASS="acronym"
>BIND</SPAN
> 8 does, so editing
the zone file manually is unsafe even when the server has been
shut down. </P
>) file.</P
><P
>If you have to make changes to a dynamic zone
manually, the following procedure will work: Shut down
the server using <B
CLASS="command"
>rndc stop</B
> (sending a signal
or using <B
CLASS="command"
>rndc halt</B
> is <I
CLASS="emphasis"
>not</I
>
safe), wait for it to exit. Then <I
CLASS="emphasis"
>remove</I
> the zone's
<TT
CLASS="filename"
>.jnl</TT
> file, edit the zone file,
and restart the server. Removing the <TT
CLASS="filename"
>.jnl</TT
>
file is necessary because the manual changes will not be
present in the journal, rendering it inconsistent with the
contents of the zone file.</P
></DIV
><DIV
CLASS="sect1"
@@ -229,7 +253,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN656"
NAME="AEN662"
>4.3. Split DNS</A
></H1
><P
@@ -629,7 +653,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN747"
NAME="AEN753"
>4.4.1. Generate Shared Keys for Each Pair of Hosts</A
></H2
><P
@@ -647,7 +671,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN752"
NAME="AEN758"
>4.4.1.1. Automatic Generation</A
></H3
><P
@@ -689,7 +713,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN763"
NAME="AEN769"
>4.4.1.2. Manual Generation</A
></H3
><P
@@ -710,7 +734,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN768"
NAME="AEN774"
>4.4.2. Copying the Shared Secret to Both Machines</A
></H2
><P
@@ -722,7 +746,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN771"
NAME="AEN777"
>4.4.3. Informing the Servers of the Key's Existence</A
></H2
><P
@@ -770,7 +794,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN783"
NAME="AEN789"
>4.4.4. Instructing the Server to Use the Key</A
></H2
><P
@@ -830,7 +854,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN799"
NAME="AEN805"
>4.4.5. TSIG Key Based Access Control</A
></H2
><P
@@ -876,7 +900,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN812"
NAME="AEN818"
>4.4.6. Errors</A
></H2
><P
@@ -905,7 +929,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN816"
NAME="AEN822"
>4.5. TKEY</A
></H1
><P
@@ -971,7 +995,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN831"
NAME="AEN837"
>4.6. SIG(0)</A
></H1
><P
@@ -1043,7 +1067,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN848"
NAME="AEN854"
>4.7.1. Generating Keys</A
></H2
><P
@@ -1122,7 +1146,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN868"
NAME="AEN874"
>4.7.2. Creating a Keyset</A
></H2
><P
@@ -1175,7 +1199,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN880"
NAME="AEN886"
>4.7.3. Signing the Child's Keyset</A
></H2
><P
@@ -1225,7 +1249,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN893"
NAME="AEN899"
>4.7.4. Signing the Zone</A
></H2
><P
@@ -1287,7 +1311,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN909"
NAME="AEN915"
>4.7.5. Configuring Servers</A
></H2
><P
@@ -1314,7 +1338,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN916"
NAME="AEN922"
>4.8. IPv6 Support in <SPAN
CLASS="acronym"
>BIND</SPAN
@@ -1368,7 +1392,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN930"
NAME="AEN936"
>4.8.1. Address Lookups Using AAAA Records</A
></H2
><P
@@ -1390,7 +1414,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN935"
NAME="AEN941"
>4.8.2. Address Lookups Using A6 Records</A
></H2
><P
@@ -1410,7 +1434,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN939"
NAME="AEN945"
>4.8.2.1. A6 Chains</A
></H3
><P
@@ -1456,7 +1480,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN950"
NAME="AEN956"
>4.8.2.2. A6 Records for DNS Servers</A
></H3
><P
@@ -1486,7 +1510,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN956"
NAME="AEN962"
>4.8.3. Address to Name Lookups Using Nibble Format</A
></H2
><P
@@ -1517,7 +1541,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN963"
NAME="AEN969"
>4.8.4. Address to Name Lookups Using Bitstring Format</A
></H2
><P
@@ -1544,7 +1568,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN970"
NAME="AEN976"
>4.8.5. Using DNAME for Delegation of IPv6 Reverse Addresses</A
></H2
><P

View File

@@ -78,7 +78,7 @@ CLASS="TOC"
></DT
><DT
>5.1. <A
HREF="Bv9ARM.ch05.html#AEN990"
HREF="Bv9ARM.ch05.html#AEN996"
>The Lightweight Resolver Library</A
></DT
><DT
@@ -93,7 +93,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN990"
NAME="AEN996"
>5.1. The Lightweight Resolver Library</A
></H1
><P

View File

@@ -88,7 +88,7 @@ HREF="Bv9ARM.ch06.html#Configuration_File_Grammar"
></DT
><DT
>6.3. <A
HREF="Bv9ARM.ch06.html#AEN3413"
HREF="Bv9ARM.ch06.html#AEN3419"
>Zone File</A
></DT
></DL
@@ -732,7 +732,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN1195"
NAME="AEN1201"
>6.1.1.1. Syntax</A
></H3
><PRE
@@ -763,7 +763,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN1203"
NAME="AEN1209"
>6.1.1.2. Definition and Usage</A
></H3
><P
@@ -874,7 +874,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1232"
NAME="AEN1238"
>6.1.2. Comment Syntax</A
></H2
><P
@@ -893,7 +893,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN1237"
NAME="AEN1243"
>6.1.2.1. Syntax</A
></H3
><P
@@ -925,7 +925,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN1246"
NAME="AEN1252"
>6.1.2.2. Definition and Usage</A
></H3
><P
@@ -1258,7 +1258,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1339"
NAME="AEN1345"
>6.2.1. <B
CLASS="command"
>acl</B
@@ -1398,7 +1398,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1381"
NAME="AEN1387"
>6.2.3. <B
CLASS="command"
>controls</B
@@ -1437,7 +1437,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1390"
NAME="AEN1396"
>6.2.4. <B
CLASS="command"
>controls</B
@@ -1544,7 +1544,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1416"
NAME="AEN1422"
>6.2.5. <B
CLASS="command"
>include</B
@@ -1564,7 +1564,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1421"
NAME="AEN1427"
>6.2.6. <B
CLASS="command"
>include</B
@@ -1594,7 +1594,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1428"
NAME="AEN1434"
>6.2.7. <B
CLASS="command"
>key</B
@@ -1628,7 +1628,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1435"
NAME="AEN1441"
>6.2.8. <B
CLASS="command"
>key</B
@@ -1682,7 +1682,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1447"
NAME="AEN1453"
>6.2.9. <B
CLASS="command"
>logging</B
@@ -1842,7 +1842,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1487"
NAME="AEN1493"
>6.2.10. <B
CLASS="command"
>logging</B
@@ -1908,7 +1908,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN1504"
NAME="AEN1510"
>6.2.10.1. The <B
CLASS="command"
>channel</B
@@ -2604,7 +2604,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1689"
NAME="AEN1695"
>6.2.11. <B
CLASS="command"
>lwres</B
@@ -2701,7 +2701,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1713"
NAME="AEN1719"
>6.2.12. <B
CLASS="command"
>lwres</B
@@ -2775,7 +2775,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1732"
NAME="AEN1738"
>6.2.13. <B
CLASS="command"
>options</B
@@ -3679,7 +3679,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1939"
NAME="AEN1945"
>6.2.14. <B
CLASS="command"
>options</B
@@ -4890,7 +4890,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN2255"
NAME="AEN2261"
>6.2.14.2. Forwarding</A
></H3
><P
@@ -5186,7 +5186,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN2338"
NAME="AEN2344"
>6.2.14.4. Interfaces</A
></H3
><P
@@ -5281,7 +5281,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN2364"
NAME="AEN2370"
>6.2.14.5. Query Address</A
></H3
><P
@@ -5823,7 +5823,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN2511"
NAME="AEN2517"
>6.2.14.7. Resource Limits</A
></H3
><P
@@ -6051,7 +6051,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN2577"
NAME="AEN2583"
>6.2.14.8. Periodic Task Intervals</A
></H3
><DIV
@@ -7289,7 +7289,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN2894"
NAME="AEN2900"
>6.2.17. <B
CLASS="command"
>trusted-keys</B
@@ -7364,7 +7364,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN2910"
NAME="AEN2916"
>6.2.18. <B
CLASS="command"
>trusted-keys</B
@@ -7399,7 +7399,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN2918"
NAME="AEN2924"
>6.2.19. <B
CLASS="command"
>view</B
@@ -7462,7 +7462,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN2932"
NAME="AEN2938"
>6.2.20. <B
CLASS="command"
>view</B
@@ -8045,7 +8045,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN3069"
NAME="AEN3075"
>6.2.22. <B
CLASS="command"
>zone</B
@@ -8056,7 +8056,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3072"
NAME="AEN3078"
>6.2.22.1. Zone Types</A
></H3
><DIV
@@ -8295,7 +8295,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3129"
NAME="AEN3135"
>6.2.22.2. Class</A
></H3
><P
@@ -8333,7 +8333,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3139"
NAME="AEN3145"
>6.2.22.3. Zone Options</A
></H3
><DIV
@@ -9299,7 +9299,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN3413"
NAME="AEN3419"
>6.3. Zone File</A
></H1
><DIV
@@ -9320,7 +9320,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3418"
NAME="AEN3424"
>6.3.1.1. Resource Records</A
></H3
><P
@@ -10040,7 +10040,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3632"
NAME="AEN3638"
>6.3.1.2. Textual expression of RRs</A
></H3
><P
@@ -10360,7 +10360,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN3733"
NAME="AEN3739"
>6.3.2. Discussion of MX Records</A
></H2
><P
@@ -10762,7 +10762,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN3854"
NAME="AEN3860"
>6.3.4. Inverse Mapping in IPv4</A
></H2
><P
@@ -10861,7 +10861,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN3881"
NAME="AEN3887"
>6.3.5. Other Zone File Directives</A
></H2
><P
@@ -10886,7 +10886,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3888"
NAME="AEN3894"
>6.3.5.1. The <B
CLASS="command"
>$ORIGIN</B
@@ -10956,7 +10956,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3908"
NAME="AEN3914"
>6.3.5.2. The <B
CLASS="command"
>$INCLUDE</B
@@ -11032,7 +11032,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3927"
NAME="AEN3933"
>6.3.5.3. The <B
CLASS="command"
>$TTL</B
@@ -11072,7 +11072,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN3938"
NAME="AEN3944"
>6.3.6. <SPAN
CLASS="acronym"
>BIND</SPAN

View File

@@ -83,7 +83,7 @@ HREF="Bv9ARM.ch07.html#Access_Control_Lists"
></DT
><DT
>7.2. <A
HREF="Bv9ARM.ch07.html#AEN4030"
HREF="Bv9ARM.ch07.html#AEN4036"
><B
CLASS="command"
>chroot</B
@@ -185,7 +185,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN4030"
NAME="AEN4036"
>7.2. <B
CLASS="command"
>chroot</B
@@ -264,7 +264,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4053"
NAME="AEN4059"
>7.2.1. The <B
CLASS="command"
>chroot</B
@@ -320,7 +320,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4068"
NAME="AEN4074"
>7.2.2. Using the <B
CLASS="command"
>setuid</B

View File

@@ -75,17 +75,17 @@ CLASS="TOC"
></DT
><DT
>8.1. <A
HREF="Bv9ARM.ch08.html#AEN4088"
HREF="Bv9ARM.ch08.html#AEN4094"
>Common Problems</A
></DT
><DT
>8.2. <A
HREF="Bv9ARM.ch08.html#AEN4093"
HREF="Bv9ARM.ch08.html#AEN4099"
>Incrementing and Changing the Serial Number</A
></DT
><DT
>8.3. <A
HREF="Bv9ARM.ch08.html#AEN4098"
HREF="Bv9ARM.ch08.html#AEN4104"
>Where Can I Get Help?</A
></DT
></DL
@@ -95,7 +95,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN4088"
NAME="AEN4094"
>8.1. Common Problems</A
></H1
><DIV
@@ -103,7 +103,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4090"
NAME="AEN4096"
>8.1.1. It's not working; how can I figure out what's wrong?</A
></H2
><P
@@ -119,7 +119,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN4093"
NAME="AEN4099"
>8.2. Incrementing and Changing the Serial Number</A
></H1
><P
@@ -148,7 +148,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN4098"
NAME="AEN4104"
>8.3. Where Can I Get Help?</A
></H1
><P

View File

@@ -69,7 +69,7 @@ CLASS="TOC"
></DT
><DT
>A.1. <A
HREF="Bv9ARM.ch09.html#AEN4114"
HREF="Bv9ARM.ch09.html#AEN4120"
>Acknowledgements</A
></DT
><DT
@@ -82,7 +82,7 @@ CLASS="acronym"
></DT
><DT
>A.3. <A
HREF="Bv9ARM.ch09.html#AEN4155"
HREF="Bv9ARM.ch09.html#AEN4161"
>General <SPAN
CLASS="acronym"
>DNS</SPAN
@@ -100,7 +100,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN4114"
NAME="AEN4120"
>A.1. Acknowledgements</A
></H1
><DIV
@@ -108,7 +108,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4116"
NAME="AEN4122"
>A.1.1. A Brief History of the <SPAN
CLASS="acronym"
>DNS</SPAN
@@ -243,7 +243,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN4146"
NAME="AEN4152"
>A.2.1.1. HS = hesiod</A
></H3
><P
@@ -264,7 +264,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN4151"
NAME="AEN4157"
>A.2.1.2. CH = chaos</A
></H3
><P
@@ -282,7 +282,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN4155"
NAME="AEN4161"
>A.3. General <SPAN
CLASS="acronym"
>DNS</SPAN
@@ -293,7 +293,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4158"
NAME="AEN4164"
>A.3.1. IPv6 addresses (A6)</A
></H2
><P
@@ -868,19 +868,19 @@ TARGET="_top"
</P
><H3
><A
NAME="AEN4334"
NAME="AEN4340"
>Bibliography</A
></H3
><H1
CLASS="bibliodiv"
><A
NAME="AEN4335"
NAME="AEN4341"
>Standards</A
></H1
><DIV
CLASS="biblioentry"
><A
NAME="AEN4337"
NAME="AEN4343"
></A
><P
>[RFC974]&nbsp;C. Partridge, <I
@@ -894,7 +894,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4344"
NAME="AEN4350"
></A
><P
>[RFC1034]&nbsp;P.V. Mockapetris, <I
@@ -908,7 +908,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4351"
NAME="AEN4357"
></A
><P
>[RFC1035]&nbsp;P. V. Mockapetris, <I
@@ -929,7 +929,7 @@ NAME="proposed_standards"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4360"
NAME="AEN4366"
></A
><P
>[RFC2181]&nbsp;R., R. Bush Elz, <I
@@ -946,7 +946,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4368"
NAME="AEN4374"
></A
><P
>[RFC2308]&nbsp;M. Andrews, <I
@@ -963,7 +963,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4376"
NAME="AEN4382"
></A
><P
>[RFC1995]&nbsp;M. Ohta, <I
@@ -980,7 +980,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4384"
NAME="AEN4390"
></A
><P
>[RFC1996]&nbsp;P. Vixie, <I
@@ -994,7 +994,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4391"
NAME="AEN4397"
></A
><P
>[RFC2136]&nbsp;P. Vixie, S. Thomson, Y. Rekhter, and J. Bound, <I
@@ -1008,7 +1008,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4408"
NAME="AEN4414"
></A
><P
>[RFC2845]&nbsp;P. Vixie, O. Gudmundsson, D. Eastlake, 3rd, and B. Wellington, <I
@@ -1025,13 +1025,13 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4427"
NAME="AEN4433"
>Proposed Standards Still Under Development</A
></H1
><DIV
CLASS="biblioentry"
><A
NAME="AEN4432"
NAME="AEN4438"
></A
><P
>[RFC1886]&nbsp;S. Thomson and C. Huitema, <I
@@ -1048,7 +1048,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4444"
NAME="AEN4450"
></A
><P
>[RFC2065]&nbsp;D. Eastlake, 3rd and C. Kaufman, <I
@@ -1062,7 +1062,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4456"
NAME="AEN4462"
></A
><P
>[RFC2137]&nbsp;D. Eastlake, 3rd, <I
@@ -1076,7 +1076,7 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4464"
NAME="AEN4470"
>Other Important RFCs About <SPAN
CLASS="acronym"
>DNS</SPAN
@@ -1085,7 +1085,7 @@ CLASS="acronym"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4467"
NAME="AEN4473"
></A
><P
>[RFC1535]&nbsp;E. Gavron, <I
@@ -1102,7 +1102,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4475"
NAME="AEN4481"
></A
><P
>[RFC1536]&nbsp;A. Kumar, J. Postel, C. Neuman, P. Danzig, and S. Miller, <I
@@ -1119,7 +1119,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4496"
NAME="AEN4502"
></A
><P
>[RFC1982]&nbsp;R. Elz and R. Bush, <I
@@ -1133,13 +1133,13 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4507"
NAME="AEN4513"
>Resource Record Types</A
></H1
><DIV
CLASS="biblioentry"
><A
NAME="AEN4509"
NAME="AEN4515"
></A
><P
>[RFC1183]&nbsp;C.F. Everhart, L. A. Mamakos, R. Ullmann, and P. Mockapetris, <I
@@ -1156,7 +1156,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4527"
NAME="AEN4533"
></A
><P
>[RFC1706]&nbsp;B. Manning and R. Colella, <I
@@ -1173,7 +1173,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4539"
NAME="AEN4545"
></A
><P
>[RFC2168]&nbsp;R. Daniel and M. Mealling, <I
@@ -1188,7 +1188,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4550"
NAME="AEN4556"
></A
><P
>[RFC1876]&nbsp;C. Davis, P. Vixie, T., and I. Dickinson, <I
@@ -1203,7 +1203,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4567"
NAME="AEN4573"
></A
><P
>[RFC2052]&nbsp;A. Gulbrandsen and P. Vixie, <I
@@ -1221,7 +1221,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4579"
NAME="AEN4585"
></A
><P
>[RFC2163]&nbsp;A. Allocchio, <I
@@ -1239,7 +1239,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4587"
NAME="AEN4593"
></A
><P
>[RFC2230]&nbsp;R. Atkinson, <I
@@ -1256,7 +1256,7 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4595"
NAME="AEN4601"
><SPAN
CLASS="acronym"
>DNS</SPAN
@@ -1265,7 +1265,7 @@ CLASS="acronym"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4598"
NAME="AEN4604"
></A
><P
>[RFC1101]&nbsp;P. V. Mockapetris, <I
@@ -1282,7 +1282,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4606"
NAME="AEN4612"
></A
><P
>[RFC1123]&nbsp;Braden, <I
@@ -1296,7 +1296,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4613"
NAME="AEN4619"
></A
><P
>[RFC1591]&nbsp;J. Postel, <I
@@ -1310,7 +1310,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4620"
NAME="AEN4626"
></A
><P
>[RFC2317]&nbsp;H. Eidnes, G. de Groot, and P. Vixie, <I
@@ -1324,7 +1324,7 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4634"
NAME="AEN4640"
><SPAN
CLASS="acronym"
>DNS</SPAN
@@ -1333,7 +1333,7 @@ CLASS="acronym"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4637"
NAME="AEN4643"
></A
><P
>[RFC1537]&nbsp;P. Beertema, <I
@@ -1350,7 +1350,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4645"
NAME="AEN4651"
></A
><P
>[RFC1912]&nbsp;D. Barr, <I
@@ -1367,7 +1367,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4653"
NAME="AEN4659"
></A
><P
>[RFC1912]&nbsp;D. Barr, <I
@@ -1384,7 +1384,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4661"
NAME="AEN4667"
></A
><P
>[RFC2010]&nbsp;B. Manning and P. Vixie, <I
@@ -1398,7 +1398,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4672"
NAME="AEN4678"
></A
><P
>[RFC2219]&nbsp;M. Hamilton and R. Wright, <I
@@ -1415,7 +1415,7 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4684"
NAME="AEN4690"
>Other <SPAN
CLASS="acronym"
>DNS</SPAN
@@ -1424,7 +1424,7 @@ CLASS="acronym"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4690"
NAME="AEN4696"
></A
><P
>[RFC1464]&nbsp;R. Rosenbaum, <I
@@ -1438,7 +1438,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4697"
NAME="AEN4703"
></A
><P
>[RFC1713]&nbsp;A. Romao, <I
@@ -1455,7 +1455,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4705"
NAME="AEN4711"
></A
><P
>[RFC1794]&nbsp;T. Brisco, <I
@@ -1472,7 +1472,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4713"
NAME="AEN4719"
></A
><P
>[RFC2240]&nbsp;O. Vaughan, <I
@@ -1486,7 +1486,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4720"
NAME="AEN4726"
></A
><P
>[RFC2345]&nbsp;J. Klensin, T. Wolf, and G. Oglesby, <I
@@ -1500,7 +1500,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4734"
NAME="AEN4740"
></A
><P
>[RFC2352]&nbsp;O. Vaughan, <I
@@ -1514,13 +1514,13 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4741"
NAME="AEN4747"
>Obsolete and Unimplemented Experimental RRs</A
></H1
><DIV
CLASS="biblioentry"
><A
NAME="AEN4743"
NAME="AEN4749"
></A
><P
>[RFC1712]&nbsp;C. Farrell, M. Schulze, S. Pleitner, and D. Baldoni, <I
@@ -1559,7 +1559,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4764"
NAME="AEN4770"
>A.4.3. Other Documents About <SPAN
CLASS="acronym"
>BIND</SPAN
@@ -1569,13 +1569,13 @@ CLASS="acronym"
></P
><H3
><A
NAME="AEN4768"
NAME="AEN4774"
>Bibliography</A
></H3
><DIV
CLASS="biblioentry"
><A
NAME="AEN4769"
NAME="AEN4775"
></A
><P
>Paul Albitz and Cricket Liu, <I

View File

@@ -205,7 +205,7 @@ HREF="Bv9ARM.ch04.html#incremental_zone_transfers"
></DT
><DT
>4.3. <A
HREF="Bv9ARM.ch04.html#AEN656"
HREF="Bv9ARM.ch04.html#AEN662"
>Split DNS</A
></DT
><DT
@@ -217,44 +217,44 @@ HREF="Bv9ARM.ch04.html#tsig"
><DL
><DT
>4.4.1. <A
HREF="Bv9ARM.ch04.html#AEN747"
HREF="Bv9ARM.ch04.html#AEN753"
>Generate Shared Keys for Each Pair of Hosts</A
></DT
><DT
>4.4.2. <A
HREF="Bv9ARM.ch04.html#AEN768"
HREF="Bv9ARM.ch04.html#AEN774"
>Copying the Shared Secret to Both Machines</A
></DT
><DT
>4.4.3. <A
HREF="Bv9ARM.ch04.html#AEN771"
HREF="Bv9ARM.ch04.html#AEN777"
>Informing the Servers of the Key's Existence</A
></DT
><DT
>4.4.4. <A
HREF="Bv9ARM.ch04.html#AEN783"
HREF="Bv9ARM.ch04.html#AEN789"
>Instructing the Server to Use the Key</A
></DT
><DT
>4.4.5. <A
HREF="Bv9ARM.ch04.html#AEN799"
HREF="Bv9ARM.ch04.html#AEN805"
>TSIG Key Based Access Control</A
></DT
><DT
>4.4.6. <A
HREF="Bv9ARM.ch04.html#AEN812"
HREF="Bv9ARM.ch04.html#AEN818"
>Errors</A
></DT
></DL
></DD
><DT
>4.5. <A
HREF="Bv9ARM.ch04.html#AEN816"
HREF="Bv9ARM.ch04.html#AEN822"
>TKEY</A
></DT
><DT
>4.6. <A
HREF="Bv9ARM.ch04.html#AEN831"
HREF="Bv9ARM.ch04.html#AEN837"
>SIG(0)</A
></DT
><DT
@@ -266,34 +266,34 @@ HREF="Bv9ARM.ch04.html#DNSSEC"
><DL
><DT
>4.7.1. <A
HREF="Bv9ARM.ch04.html#AEN848"
HREF="Bv9ARM.ch04.html#AEN854"
>Generating Keys</A
></DT
><DT
>4.7.2. <A
HREF="Bv9ARM.ch04.html#AEN868"
HREF="Bv9ARM.ch04.html#AEN874"
>Creating a Keyset</A
></DT
><DT
>4.7.3. <A
HREF="Bv9ARM.ch04.html#AEN880"
HREF="Bv9ARM.ch04.html#AEN886"
>Signing the Child's Keyset</A
></DT
><DT
>4.7.4. <A
HREF="Bv9ARM.ch04.html#AEN893"
HREF="Bv9ARM.ch04.html#AEN899"
>Signing the Zone</A
></DT
><DT
>4.7.5. <A
HREF="Bv9ARM.ch04.html#AEN909"
HREF="Bv9ARM.ch04.html#AEN915"
>Configuring Servers</A
></DT
></DL
></DD
><DT
>4.8. <A
HREF="Bv9ARM.ch04.html#AEN916"
HREF="Bv9ARM.ch04.html#AEN922"
>IPv6 Support in <SPAN
CLASS="acronym"
>BIND</SPAN
@@ -303,27 +303,27 @@ CLASS="acronym"
><DL
><DT
>4.8.1. <A
HREF="Bv9ARM.ch04.html#AEN930"
HREF="Bv9ARM.ch04.html#AEN936"
>Address Lookups Using AAAA Records</A
></DT
><DT
>4.8.2. <A
HREF="Bv9ARM.ch04.html#AEN935"
HREF="Bv9ARM.ch04.html#AEN941"
>Address Lookups Using A6 Records</A
></DT
><DT
>4.8.3. <A
HREF="Bv9ARM.ch04.html#AEN956"
HREF="Bv9ARM.ch04.html#AEN962"
>Address to Name Lookups Using Nibble Format</A
></DT
><DT
>4.8.4. <A
HREF="Bv9ARM.ch04.html#AEN963"
HREF="Bv9ARM.ch04.html#AEN969"
>Address to Name Lookups Using Bitstring Format</A
></DT
><DT
>4.8.5. <A
HREF="Bv9ARM.ch04.html#AEN970"
HREF="Bv9ARM.ch04.html#AEN976"
>Using DNAME for Delegation of IPv6 Reverse Addresses</A
></DT
></DL
@@ -342,7 +342,7 @@ CLASS="acronym"
><DL
><DT
>5.1. <A
HREF="Bv9ARM.ch05.html#AEN990"
HREF="Bv9ARM.ch05.html#AEN996"
>The Lightweight Resolver Library</A
></DT
><DT
@@ -376,7 +376,7 @@ HREF="Bv9ARM.ch06.html#address_match_lists"
></DT
><DT
>6.1.2. <A
HREF="Bv9ARM.ch06.html#AEN1232"
HREF="Bv9ARM.ch06.html#AEN1238"
>Comment Syntax</A
></DT
></DL
@@ -390,7 +390,7 @@ HREF="Bv9ARM.ch06.html#Configuration_File_Grammar"
><DL
><DT
>6.2.1. <A
HREF="Bv9ARM.ch06.html#AEN1339"
HREF="Bv9ARM.ch06.html#AEN1345"
><B
CLASS="command"
>acl</B
@@ -407,7 +407,7 @@ Usage</A
></DT
><DT
>6.2.3. <A
HREF="Bv9ARM.ch06.html#AEN1381"
HREF="Bv9ARM.ch06.html#AEN1387"
><B
CLASS="command"
>controls</B
@@ -415,7 +415,7 @@ CLASS="command"
></DT
><DT
>6.2.4. <A
HREF="Bv9ARM.ch06.html#AEN1390"
HREF="Bv9ARM.ch06.html#AEN1396"
><B
CLASS="command"
>controls</B
@@ -424,7 +424,7 @@ Usage</A
></DT
><DT
>6.2.5. <A
HREF="Bv9ARM.ch06.html#AEN1416"
HREF="Bv9ARM.ch06.html#AEN1422"
><B
CLASS="command"
>include</B
@@ -432,7 +432,7 @@ CLASS="command"
></DT
><DT
>6.2.6. <A
HREF="Bv9ARM.ch06.html#AEN1421"
HREF="Bv9ARM.ch06.html#AEN1427"
><B
CLASS="command"
>include</B
@@ -441,7 +441,7 @@ Usage</A
></DT
><DT
>6.2.7. <A
HREF="Bv9ARM.ch06.html#AEN1428"
HREF="Bv9ARM.ch06.html#AEN1434"
><B
CLASS="command"
>key</B
@@ -449,7 +449,7 @@ CLASS="command"
></DT
><DT
>6.2.8. <A
HREF="Bv9ARM.ch06.html#AEN1435"
HREF="Bv9ARM.ch06.html#AEN1441"
><B
CLASS="command"
>key</B
@@ -457,7 +457,7 @@ CLASS="command"
></DT
><DT
>6.2.9. <A
HREF="Bv9ARM.ch06.html#AEN1447"
HREF="Bv9ARM.ch06.html#AEN1453"
><B
CLASS="command"
>logging</B
@@ -465,7 +465,7 @@ CLASS="command"
></DT
><DT
>6.2.10. <A
HREF="Bv9ARM.ch06.html#AEN1487"
HREF="Bv9ARM.ch06.html#AEN1493"
><B
CLASS="command"
>logging</B
@@ -474,7 +474,7 @@ Usage</A
></DT
><DT
>6.2.11. <A
HREF="Bv9ARM.ch06.html#AEN1689"
HREF="Bv9ARM.ch06.html#AEN1695"
><B
CLASS="command"
>lwres</B
@@ -482,7 +482,7 @@ CLASS="command"
></DT
><DT
>6.2.12. <A
HREF="Bv9ARM.ch06.html#AEN1713"
HREF="Bv9ARM.ch06.html#AEN1719"
><B
CLASS="command"
>lwres</B
@@ -490,7 +490,7 @@ CLASS="command"
></DT
><DT
>6.2.13. <A
HREF="Bv9ARM.ch06.html#AEN1732"
HREF="Bv9ARM.ch06.html#AEN1738"
><B
CLASS="command"
>options</B
@@ -498,7 +498,7 @@ CLASS="command"
></DT
><DT
>6.2.14. <A
HREF="Bv9ARM.ch06.html#AEN1939"
HREF="Bv9ARM.ch06.html#AEN1945"
><B
CLASS="command"
>options</B
@@ -525,7 +525,7 @@ and Usage</A
></DT
><DT
>6.2.17. <A
HREF="Bv9ARM.ch06.html#AEN2894"
HREF="Bv9ARM.ch06.html#AEN2900"
><B
CLASS="command"
>trusted-keys</B
@@ -533,7 +533,7 @@ CLASS="command"
></DT
><DT
>6.2.18. <A
HREF="Bv9ARM.ch06.html#AEN2910"
HREF="Bv9ARM.ch06.html#AEN2916"
><B
CLASS="command"
>trusted-keys</B
@@ -542,7 +542,7 @@ and Usage</A
></DT
><DT
>6.2.19. <A
HREF="Bv9ARM.ch06.html#AEN2918"
HREF="Bv9ARM.ch06.html#AEN2924"
><B
CLASS="command"
>view</B
@@ -550,7 +550,7 @@ CLASS="command"
></DT
><DT
>6.2.20. <A
HREF="Bv9ARM.ch06.html#AEN2932"
HREF="Bv9ARM.ch06.html#AEN2938"
><B
CLASS="command"
>view</B
@@ -567,7 +567,7 @@ Statement Grammar</A
></DT
><DT
>6.2.22. <A
HREF="Bv9ARM.ch06.html#AEN3069"
HREF="Bv9ARM.ch06.html#AEN3075"
><B
CLASS="command"
>zone</B
@@ -577,7 +577,7 @@ CLASS="command"
></DD
><DT
>6.3. <A
HREF="Bv9ARM.ch06.html#AEN3413"
HREF="Bv9ARM.ch06.html#AEN3419"
>Zone File</A
></DT
><DD
@@ -589,7 +589,7 @@ HREF="Bv9ARM.ch06.html#types_of_resource_records_and_when_to_use_them"
></DT
><DT
>6.3.2. <A
HREF="Bv9ARM.ch06.html#AEN3733"
HREF="Bv9ARM.ch06.html#AEN3739"
>Discussion of MX Records</A
></DT
><DT
@@ -599,17 +599,17 @@ HREF="Bv9ARM.ch06.html#Setting_TTLs"
></DT
><DT
>6.3.4. <A
HREF="Bv9ARM.ch06.html#AEN3854"
HREF="Bv9ARM.ch06.html#AEN3860"
>Inverse Mapping in IPv4</A
></DT
><DT
>6.3.5. <A
HREF="Bv9ARM.ch06.html#AEN3881"
HREF="Bv9ARM.ch06.html#AEN3887"
>Other Zone File Directives</A
></DT
><DT
>6.3.6. <A
HREF="Bv9ARM.ch06.html#AEN3938"
HREF="Bv9ARM.ch06.html#AEN3944"
><SPAN
CLASS="acronym"
>BIND</SPAN
@@ -639,7 +639,7 @@ HREF="Bv9ARM.ch07.html#Access_Control_Lists"
></DT
><DT
>7.2. <A
HREF="Bv9ARM.ch07.html#AEN4030"
HREF="Bv9ARM.ch07.html#AEN4036"
><B
CLASS="command"
>chroot</B
@@ -653,7 +653,7 @@ UNIX servers)</A
><DL
><DT
>7.2.1. <A
HREF="Bv9ARM.ch07.html#AEN4053"
HREF="Bv9ARM.ch07.html#AEN4059"
>The <B
CLASS="command"
>chroot</B
@@ -661,7 +661,7 @@ CLASS="command"
></DT
><DT
>7.2.2. <A
HREF="Bv9ARM.ch07.html#AEN4068"
HREF="Bv9ARM.ch07.html#AEN4074"
>Using the <B
CLASS="command"
>setuid</B
@@ -685,26 +685,26 @@ HREF="Bv9ARM.ch08.html"
><DL
><DT
>8.1. <A
HREF="Bv9ARM.ch08.html#AEN4088"
HREF="Bv9ARM.ch08.html#AEN4094"
>Common Problems</A
></DT
><DD
><DL
><DT
>8.1.1. <A
HREF="Bv9ARM.ch08.html#AEN4090"
HREF="Bv9ARM.ch08.html#AEN4096"
>It's not working; how can I figure out what's wrong?</A
></DT
></DL
></DD
><DT
>8.2. <A
HREF="Bv9ARM.ch08.html#AEN4093"
HREF="Bv9ARM.ch08.html#AEN4099"
>Incrementing and Changing the Serial Number</A
></DT
><DT
>8.3. <A
HREF="Bv9ARM.ch08.html#AEN4098"
HREF="Bv9ARM.ch08.html#AEN4104"
>Where Can I Get Help?</A
></DT
></DL
@@ -718,14 +718,14 @@ HREF="Bv9ARM.ch09.html"
><DL
><DT
>A.1. <A
HREF="Bv9ARM.ch09.html#AEN4114"
HREF="Bv9ARM.ch09.html#AEN4120"
>Acknowledgements</A
></DT
><DD
><DL
><DT
>A.1.1. <A
HREF="Bv9ARM.ch09.html#AEN4116"
HREF="Bv9ARM.ch09.html#AEN4122"
>A Brief History of the <SPAN
CLASS="acronym"
>DNS</SPAN
@@ -755,7 +755,7 @@ HREF="Bv9ARM.ch09.html#classes_of_resource_records"
></DD
><DT
>A.3. <A
HREF="Bv9ARM.ch09.html#AEN4155"
HREF="Bv9ARM.ch09.html#AEN4161"
>General <SPAN
CLASS="acronym"
>DNS</SPAN
@@ -765,7 +765,7 @@ CLASS="acronym"
><DL
><DT
>A.3.1. <A
HREF="Bv9ARM.ch09.html#AEN4158"
HREF="Bv9ARM.ch09.html#AEN4164"
>IPv6 addresses (A6)</A
></DT
></DL
@@ -789,7 +789,7 @@ HREF="Bv9ARM.ch09.html#internet_drafts"
></DT
><DT
>A.4.3. <A
HREF="Bv9ARM.ch09.html#AEN4764"
HREF="Bv9ARM.ch09.html#AEN4770"
>Other Documents About <SPAN
CLASS="acronym"
>BIND</SPAN