2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +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" <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd"> "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> <book>
@@ -901,15 +901,25 @@ reload the database. </para></entry>
the server using an online zone key. Update authorization is based the server using an online zone key. Update authorization is based
on transaction signatures and an explicit server policy.</para> 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 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 changes performed by dynamic update. The zone file is only
disk only periodically, and changes that have occurred since the 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 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 journal (<filename>.jnl</filename>) file.</para>
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 <para>If you have to make changes to a dynamic zone
shut down. </para> 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>
<sect1 id="incremental_zone_transfers"> <sect1 id="incremental_zone_transfers">
<title>Incremental Zone Transfers (IXFR)</title> <title>Incremental Zone Transfers (IXFR)</title>

View File

@@ -85,7 +85,7 @@ HREF="Bv9ARM.ch04.html#incremental_zone_transfers"
></DT ></DT
><DT ><DT
>4.3. <A >4.3. <A
HREF="Bv9ARM.ch04.html#AEN656" HREF="Bv9ARM.ch04.html#AEN662"
>Split DNS</A >Split DNS</A
></DT ></DT
><DT ><DT
@@ -95,12 +95,12 @@ HREF="Bv9ARM.ch04.html#tsig"
></DT ></DT
><DT ><DT
>4.5. <A >4.5. <A
HREF="Bv9ARM.ch04.html#AEN816" HREF="Bv9ARM.ch04.html#AEN822"
>TKEY</A >TKEY</A
></DT ></DT
><DT ><DT
>4.6. <A >4.6. <A
HREF="Bv9ARM.ch04.html#AEN831" HREF="Bv9ARM.ch04.html#AEN837"
>SIG(0)</A >SIG(0)</A
></DT ></DT
><DT ><DT
@@ -110,7 +110,7 @@ HREF="Bv9ARM.ch04.html#DNSSEC"
></DT ></DT
><DT ><DT
>4.8. <A >4.8. <A
HREF="Bv9ARM.ch04.html#AEN916" HREF="Bv9ARM.ch04.html#AEN922"
>IPv6 Support in <SPAN >IPv6 Support in <SPAN
CLASS="acronym" CLASS="acronym"
>BIND</SPAN >BIND</SPAN
@@ -162,24 +162,48 @@ TARGET="_top"
the server using an online zone key. Update authorization is based the server using an online zone key. Update authorization is based
on transaction signatures and an explicit server policy.</P on transaction signatures and an explicit server policy.</P
><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 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 changes performed by dynamic update. The zone file is only
disk only periodically, and changes that have occurred since the 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 zone file was last written to disk are stored only in the zone's
journal (<TT journal (<TT
CLASS="filename" CLASS="filename"
>.jnl</TT >.jnl</TT
>) file. <SPAN >) file.</P
CLASS="acronym" ><P
>BIND</SPAN >If you have to make changes to a dynamic zone
> 9 currently does manually, the following procedure will work: Shut down
not update the zone file when it exits as <SPAN the server using <B
CLASS="acronym" CLASS="command"
>BIND</SPAN >rndc stop</B
> 8 does, so editing > (sending a signal
the zone file manually is unsafe even when the server has been or using <B
shut down. </P 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
><DIV ><DIV
CLASS="sect1" CLASS="sect1"
@@ -229,7 +253,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN656" NAME="AEN662"
>4.3. Split DNS</A >4.3. Split DNS</A
></H1 ></H1
><P ><P
@@ -629,7 +653,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN747" NAME="AEN753"
>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
@@ -647,7 +671,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN752" NAME="AEN758"
>4.4.1.1. Automatic Generation</A >4.4.1.1. Automatic Generation</A
></H3 ></H3
><P ><P
@@ -689,7 +713,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN763" NAME="AEN769"
>4.4.1.2. Manual Generation</A >4.4.1.2. Manual Generation</A
></H3 ></H3
><P ><P
@@ -710,7 +734,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN768" NAME="AEN774"
>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
@@ -722,7 +746,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN771" NAME="AEN777"
>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
@@ -770,7 +794,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN783" NAME="AEN789"
>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
@@ -830,7 +854,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN799" NAME="AEN805"
>4.4.5. TSIG Key Based Access Control</A >4.4.5. TSIG Key Based Access Control</A
></H2 ></H2
><P ><P
@@ -876,7 +900,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN812" NAME="AEN818"
>4.4.6. Errors</A >4.4.6. Errors</A
></H2 ></H2
><P ><P
@@ -905,7 +929,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN816" NAME="AEN822"
>4.5. TKEY</A >4.5. TKEY</A
></H1 ></H1
><P ><P
@@ -971,7 +995,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN831" NAME="AEN837"
>4.6. SIG(0)</A >4.6. SIG(0)</A
></H1 ></H1
><P ><P
@@ -1043,7 +1067,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN848" NAME="AEN854"
>4.7.1. Generating Keys</A >4.7.1. Generating Keys</A
></H2 ></H2
><P ><P
@@ -1122,7 +1146,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN868" NAME="AEN874"
>4.7.2. Creating a Keyset</A >4.7.2. Creating a Keyset</A
></H2 ></H2
><P ><P
@@ -1175,7 +1199,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN880" NAME="AEN886"
>4.7.3. Signing the Child's Keyset</A >4.7.3. Signing the Child's Keyset</A
></H2 ></H2
><P ><P
@@ -1225,7 +1249,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN893" NAME="AEN899"
>4.7.4. Signing the Zone</A >4.7.4. Signing the Zone</A
></H2 ></H2
><P ><P
@@ -1287,7 +1311,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN909" NAME="AEN915"
>4.7.5. Configuring Servers</A >4.7.5. Configuring Servers</A
></H2 ></H2
><P ><P
@@ -1314,7 +1338,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN916" NAME="AEN922"
>4.8. IPv6 Support in <SPAN >4.8. IPv6 Support in <SPAN
CLASS="acronym" CLASS="acronym"
>BIND</SPAN >BIND</SPAN
@@ -1368,7 +1392,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN930" NAME="AEN936"
>4.8.1. Address Lookups Using AAAA Records</A >4.8.1. Address Lookups Using AAAA Records</A
></H2 ></H2
><P ><P
@@ -1390,7 +1414,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN935" NAME="AEN941"
>4.8.2. Address Lookups Using A6 Records</A >4.8.2. Address Lookups Using A6 Records</A
></H2 ></H2
><P ><P
@@ -1410,7 +1434,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN939" NAME="AEN945"
>4.8.2.1. A6 Chains</A >4.8.2.1. A6 Chains</A
></H3 ></H3
><P ><P
@@ -1456,7 +1480,7 @@ CLASS="sect3"
><H3 ><H3
CLASS="sect3" CLASS="sect3"
><A ><A
NAME="AEN950" NAME="AEN956"
>4.8.2.2. A6 Records for DNS Servers</A >4.8.2.2. A6 Records for DNS Servers</A
></H3 ></H3
><P ><P
@@ -1486,7 +1510,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN956" NAME="AEN962"
>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
@@ -1517,7 +1541,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN963" NAME="AEN969"
>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
@@ -1544,7 +1568,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN970" NAME="AEN976"
>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

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

View File

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

View File

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

View File

@@ -75,17 +75,17 @@ CLASS="TOC"
></DT ></DT
><DT ><DT
>8.1. <A >8.1. <A
HREF="Bv9ARM.ch08.html#AEN4088" HREF="Bv9ARM.ch08.html#AEN4094"
>Common Problems</A >Common Problems</A
></DT ></DT
><DT ><DT
>8.2. <A >8.2. <A
HREF="Bv9ARM.ch08.html#AEN4093" HREF="Bv9ARM.ch08.html#AEN4099"
>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#AEN4098" HREF="Bv9ARM.ch08.html#AEN4104"
>Where Can I Get Help?</A >Where Can I Get Help?</A
></DT ></DT
></DL ></DL
@@ -95,7 +95,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN4088" NAME="AEN4094"
>8.1. Common Problems</A >8.1. Common Problems</A
></H1 ></H1
><DIV ><DIV
@@ -103,7 +103,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN4090" NAME="AEN4096"
>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
@@ -119,7 +119,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN4093" NAME="AEN4099"
>8.2. Incrementing and Changing the Serial Number</A >8.2. Incrementing and Changing the Serial Number</A
></H1 ></H1
><P ><P
@@ -148,7 +148,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN4098" NAME="AEN4104"
>8.3. Where Can I Get Help?</A >8.3. Where Can I Get Help?</A
></H1 ></H1
><P ><P

View File

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

View File

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