This commit is contained in:
Brian Wellington 2002-01-30 01:49:01 +00:00
parent 41f154b98e
commit a9f5be4348
8 changed files with 308 additions and 235 deletions

View file

@ -942,6 +942,81 @@ CLASS="replaceable"
><TT
CLASS="userinput"
><B
>freeze <TT
CLASS="replaceable"
><I
>zone</I
></TT
>
[<SPAN
CLASS="optional"
><TT
CLASS="replaceable"
><I
>class</I
></TT
>
[<SPAN
CLASS="optional"
><TT
CLASS="replaceable"
><I
>view</I
></TT
></SPAN
>]</SPAN
>]</B
></TT
></DT
><DD
><P
>Suspend updates to a dynamic zone. This allows manual
edits to be made to a zone normally updated by dynamic update. It
also causes changes in the journal file to be synced into the master
and the journal file to be removed. All dynamic update attempts will
be refused while the zone is frozen.</P
></DD
><DT
><TT
CLASS="userinput"
><B
>unfreeze <TT
CLASS="replaceable"
><I
>zone</I
></TT
>
[<SPAN
CLASS="optional"
><TT
CLASS="replaceable"
><I
>class</I
></TT
>
[<SPAN
CLASS="optional"
><TT
CLASS="replaceable"
><I
>view</I
></TT
></SPAN
>]</SPAN
>]</B
></TT
></DT
><DD
><P
>Enable updates to a frozen dynamic zone. This causes
the server to reload the zone from disk, and re-enables dynamic updates
after the load has completed. After a zone is unfrozen, dynamic updates
will no longer be refused.</P
></DD
><DT
><TT
CLASS="userinput"
><B
>reconfig</B
></TT
></DT
@ -1419,7 +1494,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN655"
NAME="AEN675"
>3.3.2. Signals</A
></H2
><P
@ -1432,7 +1507,7 @@ CLASS="command"
><DIV
CLASS="informaltable"
><A
NAME="AEN659"
NAME="AEN679"
></A
><P
></P

View file

@ -93,7 +93,7 @@ HREF="Bv9ARM.ch04.html#incremental_zone_transfers"
></DT
><DT
>4.4. <A
HREF="Bv9ARM.ch04.html#AEN734"
HREF="Bv9ARM.ch04.html#AEN753"
>Split DNS</A
></DT
><DT
@ -103,12 +103,12 @@ HREF="Bv9ARM.ch04.html#tsig"
></DT
><DT
>4.6. <A
HREF="Bv9ARM.ch04.html#AEN894"
HREF="Bv9ARM.ch04.html#AEN913"
>TKEY</A
></DT
><DT
>4.7. <A
HREF="Bv9ARM.ch04.html#AEN909"
HREF="Bv9ARM.ch04.html#AEN928"
>SIG(0)</A
></DT
><DT
@ -118,7 +118,7 @@ HREF="Bv9ARM.ch04.html#DNSSEC"
></DT
><DT
>4.9. <A
HREF="Bv9ARM.ch04.html#AEN994"
HREF="Bv9ARM.ch04.html#AEN1013"
>IPv6 Support in <SPAN
CLASS="acronym"
>BIND</SPAN
@ -254,34 +254,32 @@ CLASS="command"
>.</P
><P
>If you have to make changes to a dynamic zone
manually, the following procedure will work: Shut down
the server using <B
manually, the following procedure will work: Disable dynamic updates
to the zone using
<B
CLASS="command"
>rndc stop</B
> (sending a signal
or using <B
CLASS="command"
>rndc halt</B
> is <I
CLASS="emphasis"
>not</I
>
sufficient). Wait for the server 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
>rndc freeze <TT
CLASS="replaceable"
><I
>zone</I
></TT
></B
>.
This will also remove the zone's <TT
CLASS="filename"
>.jnl</TT
> file
and update the master file. Edit the zone file. Run
<B
CLASS="command"
>rndc unfreeze <TT
CLASS="replaceable"
><I
>zone</I
></TT
></B
>
file is necessary because the manual edits will not be
present in the journal, rendering it inconsistent with the
contents of the zone file.</P
to reload the changed zone and re-enable dynamic updates.</P
></DIV
></DIV
><DIV
@ -343,7 +341,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN734"
NAME="AEN753"
>4.4. Split DNS</A
></H1
><P
@ -743,7 +741,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN825"
NAME="AEN844"
>4.5.1. Generate Shared Keys for Each Pair of Hosts</A
></H2
><P
@ -761,7 +759,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN830"
NAME="AEN849"
>4.5.1.1. Automatic Generation</A
></H3
><P
@ -803,7 +801,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN841"
NAME="AEN860"
>4.5.1.2. Manual Generation</A
></H3
><P
@ -824,7 +822,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN846"
NAME="AEN865"
>4.5.2. Copying the Shared Secret to Both Machines</A
></H2
><P
@ -836,7 +834,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN849"
NAME="AEN868"
>4.5.3. Informing the Servers of the Key's Existence</A
></H2
><P
@ -884,7 +882,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN861"
NAME="AEN880"
>4.5.4. Instructing the Server to Use the Key</A
></H2
><P
@ -944,7 +942,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN877"
NAME="AEN896"
>4.5.5. TSIG Key Based Access Control</A
></H2
><P
@ -990,7 +988,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN890"
NAME="AEN909"
>4.5.6. Errors</A
></H2
><P
@ -1019,7 +1017,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN894"
NAME="AEN913"
>4.6. TKEY</A
></H1
><P
@ -1086,7 +1084,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN909"
NAME="AEN928"
>4.7. SIG(0)</A
></H1
><P
@ -1158,7 +1156,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN926"
NAME="AEN945"
>4.8.1. Generating Keys</A
></H2
><P
@ -1238,7 +1236,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN946"
NAME="AEN965"
>4.8.2. Creating a Keyset</A
></H2
><P
@ -1291,7 +1289,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN958"
NAME="AEN977"
>4.8.3. Signing the Child's Keyset</A
></H2
><P
@ -1341,7 +1339,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN971"
NAME="AEN990"
>4.8.4. Signing the Zone</A
></H2
><P
@ -1403,7 +1401,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN987"
NAME="AEN1006"
>4.8.5. Configuring Servers</A
></H2
><P
@ -1431,7 +1429,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN994"
NAME="AEN1013"
>4.9. IPv6 Support in <SPAN
CLASS="acronym"
>BIND</SPAN
@ -1498,7 +1496,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1011"
NAME="AEN1030"
>4.9.1. Address Lookups Using AAAA Records</A
></H2
><P
@ -1520,7 +1518,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1016"
NAME="AEN1035"
>4.9.2. Address Lookups Using A6 Records</A
></H2
><P
@ -1540,7 +1538,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN1020"
NAME="AEN1039"
>4.9.2.1. A6 Chains</A
></H3
><P
@ -1586,7 +1584,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN1031"
NAME="AEN1050"
>4.9.2.2. A6 Records for DNS Servers</A
></H3
><P
@ -1616,7 +1614,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1037"
NAME="AEN1056"
>4.9.3. Address to Name Lookups Using Nibble Format</A
></H2
><P
@ -1647,7 +1645,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1044"
NAME="AEN1063"
>4.9.4. Address to Name Lookups Using Binary Label Format</A
></H2
><P
@ -1674,7 +1672,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1051"
NAME="AEN1070"
>4.9.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#AEN1071"
HREF="Bv9ARM.ch05.html#AEN1090"
>The Lightweight Resolver Library</A
></DT
><DT
@ -96,7 +96,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN1071"
NAME="AEN1090"
>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#AEN3719"
HREF="Bv9ARM.ch06.html#AEN3738"
>Zone File</A
></DT
></DL
@ -146,7 +146,7 @@ file documentation:</P
><DIV
CLASS="informaltable"
><A
NAME="AEN1113"
NAME="AEN1132"
></A
><P
></P
@ -739,7 +739,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN1275"
NAME="AEN1294"
>6.1.1.1. Syntax</A
></H3
><PRE
@ -770,7 +770,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN1283"
NAME="AEN1302"
>6.1.1.2. Definition and Usage</A
></H3
><P
@ -884,7 +884,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1314"
NAME="AEN1333"
>6.1.2. Comment Syntax</A
></H2
><P
@ -903,7 +903,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN1319"
NAME="AEN1338"
>6.1.2.1. Syntax</A
></H3
><P
@ -935,7 +935,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN1328"
NAME="AEN1347"
>6.1.2.2. Definition and Usage</A
></H3
><P
@ -1046,7 +1046,7 @@ CLASS="acronym"
><DIV
CLASS="informaltable"
><A
NAME="AEN1352"
NAME="AEN1371"
></A
><P
></P
@ -1274,7 +1274,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1421"
NAME="AEN1440"
>6.2.1. <B
CLASS="command"
>acl</B
@ -1321,7 +1321,7 @@ CLASS="command"
><DIV
CLASS="informaltable"
><A
NAME="AEN1434"
NAME="AEN1453"
></A
><P
></P
@ -1439,7 +1439,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1468"
NAME="AEN1487"
>6.2.3. <B
CLASS="command"
>controls</B
@ -1761,7 +1761,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1547"
NAME="AEN1566"
>6.2.5. <B
CLASS="command"
>include</B
@ -1781,7 +1781,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1552"
NAME="AEN1571"
>6.2.6. <B
CLASS="command"
>include</B
@ -1810,7 +1810,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1559"
NAME="AEN1578"
>6.2.7. <B
CLASS="command"
>key</B
@ -1844,7 +1844,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1566"
NAME="AEN1585"
>6.2.8. <B
CLASS="command"
>key</B
@ -1932,7 +1932,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1586"
NAME="AEN1605"
>6.2.9. <B
CLASS="command"
>logging</B
@ -2092,7 +2092,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1626"
NAME="AEN1645"
>6.2.10. <B
CLASS="command"
>logging</B
@ -2155,7 +2155,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN1642"
NAME="AEN1661"
>6.2.10.1. The <B
CLASS="command"
>channel</B
@ -2597,7 +2597,7 @@ CLASS="acronym"
><DIV
CLASS="informaltable"
><A
NAME="AEN1746"
NAME="AEN1765"
></A
><P
></P
@ -2968,7 +2968,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1857"
NAME="AEN1876"
>6.2.11. <B
CLASS="command"
>lwres</B
@ -3065,7 +3065,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1881"
NAME="AEN1900"
>6.2.12. <B
CLASS="command"
>lwres</B
@ -3139,7 +3139,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN1900"
NAME="AEN1919"
>6.2.13. <B
CLASS="command"
>options</B
@ -4562,7 +4562,7 @@ processing.</P
><DIV
CLASS="informaltable"
><A
NAME="AEN2259"
NAME="AEN2278"
></A
><P
></P
@ -5402,7 +5402,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN2511"
NAME="AEN2530"
>6.2.14.2. Forwarding</A
></H3
><P
@ -5653,7 +5653,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN2587"
NAME="AEN2606"
>6.2.14.4. Interfaces</A
></H3
><P
@ -5748,7 +5748,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN2613"
NAME="AEN2632"
>6.2.14.5. Query Address</A
></H3
><P
@ -6180,7 +6180,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN2752"
NAME="AEN2771"
>6.2.14.7. Operating System Resource Limits</A
></H3
><P
@ -6300,7 +6300,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN2789"
NAME="AEN2808"
>6.2.14.8. Server Resource Limits</A
></H3
><P
@ -6409,7 +6409,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN2825"
NAME="AEN2844"
>6.2.14.9. Periodic Task Intervals</A
></H3
><P
@ -6780,7 +6780,7 @@ CLASS="command"
><DIV
CLASS="informaltable"
><A
NAME="AEN2913"
NAME="AEN2932"
></A
><P
></P
@ -7289,7 +7289,7 @@ number is identical to the number in the beginning line.</P
><DIV
CLASS="informaltable"
><A
NAME="AEN3058"
NAME="AEN3077"
></A
><P
></P
@ -7750,7 +7750,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN3179"
NAME="AEN3198"
>6.2.17. <B
CLASS="command"
>trusted-keys</B
@ -7825,7 +7825,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN3195"
NAME="AEN3214"
>6.2.18. <B
CLASS="command"
>trusted-keys</B
@ -7927,7 +7927,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN3217"
NAME="AEN3236"
>6.2.20. <B
CLASS="command"
>view</B
@ -8609,7 +8609,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN3374"
NAME="AEN3393"
>6.2.22. <B
CLASS="command"
>zone</B
@ -8620,13 +8620,13 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3377"
NAME="AEN3396"
>6.2.22.1. Zone Types</A
></H3
><DIV
CLASS="informaltable"
><A
NAME="AEN3379"
NAME="AEN3398"
></A
><P
></P
@ -8865,7 +8865,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3434"
NAME="AEN3453"
>6.2.22.2. Class</A
></H3
><P
@ -8903,7 +8903,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3444"
NAME="AEN3463"
>6.2.22.3. Zone Options</A
></H3
><P
@ -9552,7 +9552,7 @@ CLASS="varname"
><DIV
CLASS="informaltable"
><A
NAME="AEN3689"
NAME="AEN3708"
></A
><P
></P
@ -9659,7 +9659,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN3719"
NAME="AEN3738"
>6.3. Zone File</A
></H1
><DIV
@ -9680,7 +9680,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3724"
NAME="AEN3743"
>6.3.1.1. Resource Records</A
></H3
><P
@ -9703,7 +9703,7 @@ HREF="Bv9ARM.ch06.html#rrset_ordering"
><DIV
CLASS="informaltable"
><A
NAME="AEN3730"
NAME="AEN3749"
></A
><P
></P
@ -9811,7 +9811,7 @@ CLASS="emphasis"
><DIV
CLASS="informaltable"
><A
NAME="AEN3762"
NAME="AEN3781"
></A
><P
></P
@ -10309,7 +10309,7 @@ are currently valid in the DNS:</P
><DIV
CLASS="informaltable"
><A
NAME="AEN3909"
NAME="AEN3928"
></A
><P
></P
@ -10411,7 +10411,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3933"
NAME="AEN3952"
>6.3.1.2. Textual expression of RRs</A
></H3
><P
@ -10441,7 +10441,7 @@ knowledge of the typical representation for the data.</P
><DIV
CLASS="informaltable"
><A
NAME="AEN3940"
NAME="AEN3959"
></A
><P
></P
@ -10650,7 +10650,7 @@ domain names.</P
><DIV
CLASS="informaltable"
><A
NAME="AEN4006"
NAME="AEN4025"
></A
><P
></P
@ -10741,7 +10741,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4034"
NAME="AEN4053"
>6.3.2. Discussion of MX Records</A
></H2
><P
@ -10774,7 +10774,7 @@ pointed to by the CNAME.</P
><DIV
CLASS="informaltable"
><A
NAME="AEN4040"
NAME="AEN4059"
></A
><P
></P
@ -11070,7 +11070,7 @@ used in a zone file.</P
><DIV
CLASS="informaltable"
><A
NAME="AEN4132"
NAME="AEN4151"
></A
><P
></P
@ -11153,7 +11153,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4155"
NAME="AEN4174"
>6.3.4. Inverse Mapping in IPv4</A
></H2
><P
@ -11177,7 +11177,7 @@ CLASS="optional"
><DIV
CLASS="informaltable"
><A
NAME="AEN4160"
NAME="AEN4179"
></A
><P
></P
@ -11257,7 +11257,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4182"
NAME="AEN4201"
>6.3.5. Other Zone File Directives</A
></H2
><P
@ -11282,7 +11282,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN4189"
NAME="AEN4208"
>6.3.5.1. The <B
CLASS="command"
>$ORIGIN</B
@ -11352,7 +11352,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN4209"
NAME="AEN4228"
>6.3.5.2. The <B
CLASS="command"
>$INCLUDE</B
@ -11434,7 +11434,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN4229"
NAME="AEN4248"
>6.3.5.3. The <B
CLASS="command"
>$TTL</B
@ -11474,7 +11474,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4240"
NAME="AEN4259"
>6.3.6. <SPAN
CLASS="acronym"
>BIND</SPAN
@ -11553,7 +11553,7 @@ CLASS="literal"
><DIV
CLASS="informaltable"
><A
NAME="AEN4260"
NAME="AEN4279"
></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#AEN4332"
HREF="Bv9ARM.ch07.html#AEN4351"
><B
CLASS="command"
>chroot</B
@ -188,7 +188,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN4332"
NAME="AEN4351"
>7.2. <B
CLASS="command"
>chroot</B
@ -267,7 +267,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4355"
NAME="AEN4374"
>7.2.1. The <B
CLASS="command"
>chroot</B
@ -340,7 +340,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4373"
NAME="AEN4392"
>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#AEN4394"
HREF="Bv9ARM.ch08.html#AEN4413"
>Common Problems</A
></DT
><DT
>8.2. <A
HREF="Bv9ARM.ch08.html#AEN4399"
HREF="Bv9ARM.ch08.html#AEN4418"
>Incrementing and Changing the Serial Number</A
></DT
><DT
>8.3. <A
HREF="Bv9ARM.ch08.html#AEN4404"
HREF="Bv9ARM.ch08.html#AEN4423"
>Where Can I Get Help?</A
></DT
></DL
@ -98,7 +98,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN4394"
NAME="AEN4413"
>8.1. Common Problems</A
></H1
><DIV
@ -106,7 +106,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4396"
NAME="AEN4415"
>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="AEN4399"
NAME="AEN4418"
>8.2. Incrementing and Changing the Serial Number</A
></H1
><P
@ -151,7 +151,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN4404"
NAME="AEN4423"
>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#AEN4420"
HREF="Bv9ARM.ch09.html#AEN4439"
>Acknowledgements</A
></DT
><DT
@ -95,7 +95,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN4420"
NAME="AEN4439"
>A.1. Acknowledgements</A
></H1
><DIV
@ -103,7 +103,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4422"
NAME="AEN4441"
>A.1.1. A Brief History of the <SPAN
CLASS="acronym"
>DNS</SPAN
@ -258,7 +258,7 @@ Unicast address scheme. For more information, see RFC 2374.</P
><DIV
CLASS="informaltable"
><A
NAME="AEN4458"
NAME="AEN4477"
></A
><P
></P
@ -477,7 +477,7 @@ VALIGN="MIDDLE"
<DIV
CLASS="informaltable"
><A
NAME="AEN4527"
NAME="AEN4546"
></A
><P
></P
@ -660,7 +660,7 @@ unicast address consists of:</P
><DIV
CLASS="informaltable"
><A
NAME="AEN4582"
NAME="AEN4601"
></A
><P
></P
@ -820,19 +820,19 @@ TARGET="_top"
</P
><H3
><A
NAME="AEN4626"
NAME="AEN4645"
>Bibliography</A
></H3
><H1
CLASS="bibliodiv"
><A
NAME="AEN4627"
NAME="AEN4646"
>Standards</A
></H1
><DIV
CLASS="biblioentry"
><A
NAME="AEN4629"
NAME="AEN4648"
></A
><P
>[RFC974]&nbsp;<SPAN
@ -849,7 +849,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4636"
NAME="AEN4655"
></A
><P
>[RFC1034]&nbsp;<SPAN
@ -866,7 +866,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4643"
NAME="AEN4662"
></A
><P
>[RFC1035]&nbsp;<SPAN
@ -890,7 +890,7 @@ NAME="proposed_standards"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4652"
NAME="AEN4671"
></A
><P
>[RFC2181]&nbsp;<SPAN
@ -910,7 +910,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4660"
NAME="AEN4679"
></A
><P
>[RFC2308]&nbsp;<SPAN
@ -930,7 +930,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4668"
NAME="AEN4687"
></A
><P
>[RFC1995]&nbsp;<SPAN
@ -950,7 +950,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4676"
NAME="AEN4695"
></A
><P
>[RFC1996]&nbsp;<SPAN
@ -967,7 +967,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4683"
NAME="AEN4702"
></A
><P
>[RFC2136]&nbsp;<SPAN
@ -993,7 +993,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4700"
NAME="AEN4719"
></A
><P
>[RFC2845]&nbsp;<SPAN
@ -1022,13 +1022,13 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4719"
NAME="AEN4738"
>Proposed Standards Still Under Development</A
></H1
><DIV
CLASS="biblioentry"
><A
NAME="AEN4724"
NAME="AEN4743"
></A
><P
>[RFC1886]&nbsp;<SPAN
@ -1051,7 +1051,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4736"
NAME="AEN4755"
></A
><P
>[RFC2065]&nbsp;<SPAN
@ -1071,7 +1071,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4748"
NAME="AEN4767"
></A
><P
>[RFC2137]&nbsp;<SPAN
@ -1088,7 +1088,7 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4756"
NAME="AEN4775"
>Other Important RFCs About <SPAN
CLASS="acronym"
>DNS</SPAN
@ -1097,7 +1097,7 @@ CLASS="acronym"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4759"
NAME="AEN4778"
></A
><P
>[RFC1535]&nbsp;<SPAN
@ -1117,7 +1117,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4767"
NAME="AEN4786"
></A
><P
>[RFC1536]&nbsp;<SPAN
@ -1149,7 +1149,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4788"
NAME="AEN4807"
></A
><P
>[RFC1982]&nbsp;<SPAN
@ -1169,13 +1169,13 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4799"
NAME="AEN4818"
>Resource Record Types</A
></H1
><DIV
CLASS="biblioentry"
><A
NAME="AEN4801"
NAME="AEN4820"
></A
><P
>[RFC1183]&nbsp;<SPAN
@ -1204,7 +1204,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4819"
NAME="AEN4838"
></A
><P
>[RFC1706]&nbsp;<SPAN
@ -1227,7 +1227,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4831"
NAME="AEN4850"
></A
><P
>[RFC2168]&nbsp;<SPAN
@ -1248,7 +1248,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4842"
NAME="AEN4861"
></A
><P
>[RFC1876]&nbsp;<SPAN
@ -1275,7 +1275,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4859"
NAME="AEN4878"
></A
><P
>[RFC2052]&nbsp;<SPAN
@ -1299,7 +1299,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4871"
NAME="AEN4890"
></A
><P
>[RFC2163]&nbsp;<SPAN
@ -1320,7 +1320,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4879"
NAME="AEN4898"
></A
><P
>[RFC2230]&nbsp;<SPAN
@ -1340,7 +1340,7 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4887"
NAME="AEN4906"
><SPAN
CLASS="acronym"
>DNS</SPAN
@ -1349,7 +1349,7 @@ CLASS="acronym"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4890"
NAME="AEN4909"
></A
><P
>[RFC1101]&nbsp;<SPAN
@ -1369,7 +1369,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4898"
NAME="AEN4917"
></A
><P
>[RFC1123]&nbsp;<SPAN
@ -1386,7 +1386,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4905"
NAME="AEN4924"
></A
><P
>[RFC1591]&nbsp;<SPAN
@ -1403,7 +1403,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4912"
NAME="AEN4931"
></A
><P
>[RFC2317]&nbsp;<SPAN
@ -1426,7 +1426,7 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4926"
NAME="AEN4945"
><SPAN
CLASS="acronym"
>DNS</SPAN
@ -1435,7 +1435,7 @@ CLASS="acronym"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4929"
NAME="AEN4948"
></A
><P
>[RFC1537]&nbsp;<SPAN
@ -1455,7 +1455,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4937"
NAME="AEN4956"
></A
><P
>[RFC1912]&nbsp;<SPAN
@ -1475,7 +1475,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4945"
NAME="AEN4964"
></A
><P
>[RFC1912]&nbsp;<SPAN
@ -1495,7 +1495,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4953"
NAME="AEN4972"
></A
><P
>[RFC2010]&nbsp;<SPAN
@ -1515,7 +1515,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4964"
NAME="AEN4983"
></A
><P
>[RFC2219]&nbsp;<SPAN
@ -1538,7 +1538,7 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4976"
NAME="AEN4995"
>Other <SPAN
CLASS="acronym"
>DNS</SPAN
@ -1547,7 +1547,7 @@ CLASS="acronym"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4982"
NAME="AEN5001"
></A
><P
>[RFC1464]&nbsp;<SPAN
@ -1564,7 +1564,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4989"
NAME="AEN5008"
></A
><P
>[RFC1713]&nbsp;<SPAN
@ -1584,7 +1584,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4997"
NAME="AEN5016"
></A
><P
>[RFC1794]&nbsp;<SPAN
@ -1604,7 +1604,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5005"
NAME="AEN5024"
></A
><P
>[RFC2240]&nbsp;<SPAN
@ -1621,7 +1621,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5012"
NAME="AEN5031"
></A
><P
>[RFC2345]&nbsp;<SPAN
@ -1644,7 +1644,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5026"
NAME="AEN5045"
></A
><P
>[RFC2352]&nbsp;<SPAN
@ -1661,13 +1661,13 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN5033"
NAME="AEN5052"
>Obsolete and Unimplemented Experimental RRs</A
></H1
><DIV
CLASS="biblioentry"
><A
NAME="AEN5035"
NAME="AEN5054"
></A
><P
>[RFC1712]&nbsp;<SPAN
@ -1718,7 +1718,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN5056"
NAME="AEN5075"
>A.3.3. Other Documents About <SPAN
CLASS="acronym"
>BIND</SPAN
@ -1728,13 +1728,13 @@ CLASS="acronym"
></P
><H3
><A
NAME="AEN5060"
NAME="AEN5079"
>Bibliography</A
></H3
><DIV
CLASS="biblioentry"
><A
NAME="AEN5061"
NAME="AEN5080"
></A
><P
><SPAN

View file

@ -188,7 +188,7 @@ HREF="Bv9ARM.ch03.html#AEN345"
></DT
><DT
>3.3.2. <A
HREF="Bv9ARM.ch03.html#AEN655"
HREF="Bv9ARM.ch03.html#AEN675"
>Signals</A
></DT
></DL
@ -228,7 +228,7 @@ HREF="Bv9ARM.ch04.html#incremental_zone_transfers"
></DT
><DT
>4.4. <A
HREF="Bv9ARM.ch04.html#AEN734"
HREF="Bv9ARM.ch04.html#AEN753"
>Split DNS</A
></DT
><DT
@ -240,44 +240,44 @@ HREF="Bv9ARM.ch04.html#tsig"
><DL
><DT
>4.5.1. <A
HREF="Bv9ARM.ch04.html#AEN825"
HREF="Bv9ARM.ch04.html#AEN844"
>Generate Shared Keys for Each Pair of Hosts</A
></DT
><DT
>4.5.2. <A
HREF="Bv9ARM.ch04.html#AEN846"
HREF="Bv9ARM.ch04.html#AEN865"
>Copying the Shared Secret to Both Machines</A
></DT
><DT
>4.5.3. <A
HREF="Bv9ARM.ch04.html#AEN849"
HREF="Bv9ARM.ch04.html#AEN868"
>Informing the Servers of the Key's Existence</A
></DT
><DT
>4.5.4. <A
HREF="Bv9ARM.ch04.html#AEN861"
HREF="Bv9ARM.ch04.html#AEN880"
>Instructing the Server to Use the Key</A
></DT
><DT
>4.5.5. <A
HREF="Bv9ARM.ch04.html#AEN877"
HREF="Bv9ARM.ch04.html#AEN896"
>TSIG Key Based Access Control</A
></DT
><DT
>4.5.6. <A
HREF="Bv9ARM.ch04.html#AEN890"
HREF="Bv9ARM.ch04.html#AEN909"
>Errors</A
></DT
></DL
></DD
><DT
>4.6. <A
HREF="Bv9ARM.ch04.html#AEN894"
HREF="Bv9ARM.ch04.html#AEN913"
>TKEY</A
></DT
><DT
>4.7. <A
HREF="Bv9ARM.ch04.html#AEN909"
HREF="Bv9ARM.ch04.html#AEN928"
>SIG(0)</A
></DT
><DT
@ -289,34 +289,34 @@ HREF="Bv9ARM.ch04.html#DNSSEC"
><DL
><DT
>4.8.1. <A
HREF="Bv9ARM.ch04.html#AEN926"
HREF="Bv9ARM.ch04.html#AEN945"
>Generating Keys</A
></DT
><DT
>4.8.2. <A
HREF="Bv9ARM.ch04.html#AEN946"
HREF="Bv9ARM.ch04.html#AEN965"
>Creating a Keyset</A
></DT
><DT
>4.8.3. <A
HREF="Bv9ARM.ch04.html#AEN958"
HREF="Bv9ARM.ch04.html#AEN977"
>Signing the Child's Keyset</A
></DT
><DT
>4.8.4. <A
HREF="Bv9ARM.ch04.html#AEN971"
HREF="Bv9ARM.ch04.html#AEN990"
>Signing the Zone</A
></DT
><DT
>4.8.5. <A
HREF="Bv9ARM.ch04.html#AEN987"
HREF="Bv9ARM.ch04.html#AEN1006"
>Configuring Servers</A
></DT
></DL
></DD
><DT
>4.9. <A
HREF="Bv9ARM.ch04.html#AEN994"
HREF="Bv9ARM.ch04.html#AEN1013"
>IPv6 Support in <SPAN
CLASS="acronym"
>BIND</SPAN
@ -326,27 +326,27 @@ CLASS="acronym"
><DL
><DT
>4.9.1. <A
HREF="Bv9ARM.ch04.html#AEN1011"
HREF="Bv9ARM.ch04.html#AEN1030"
>Address Lookups Using AAAA Records</A
></DT
><DT
>4.9.2. <A
HREF="Bv9ARM.ch04.html#AEN1016"
HREF="Bv9ARM.ch04.html#AEN1035"
>Address Lookups Using A6 Records</A
></DT
><DT
>4.9.3. <A
HREF="Bv9ARM.ch04.html#AEN1037"
HREF="Bv9ARM.ch04.html#AEN1056"
>Address to Name Lookups Using Nibble Format</A
></DT
><DT
>4.9.4. <A
HREF="Bv9ARM.ch04.html#AEN1044"
HREF="Bv9ARM.ch04.html#AEN1063"
>Address to Name Lookups Using Binary Label Format</A
></DT
><DT
>4.9.5. <A
HREF="Bv9ARM.ch04.html#AEN1051"
HREF="Bv9ARM.ch04.html#AEN1070"
>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#AEN1071"
HREF="Bv9ARM.ch05.html#AEN1090"
>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#AEN1314"
HREF="Bv9ARM.ch06.html#AEN1333"
>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#AEN1421"
HREF="Bv9ARM.ch06.html#AEN1440"
><B
CLASS="command"
>acl</B
@ -430,7 +430,7 @@ Usage</A
></DT
><DT
>6.2.3. <A
HREF="Bv9ARM.ch06.html#AEN1468"
HREF="Bv9ARM.ch06.html#AEN1487"
><B
CLASS="command"
>controls</B
@ -446,7 +446,7 @@ CLASS="command"
></DT
><DT
>6.2.5. <A
HREF="Bv9ARM.ch06.html#AEN1547"
HREF="Bv9ARM.ch06.html#AEN1566"
><B
CLASS="command"
>include</B
@ -454,7 +454,7 @@ CLASS="command"
></DT
><DT
>6.2.6. <A
HREF="Bv9ARM.ch06.html#AEN1552"
HREF="Bv9ARM.ch06.html#AEN1571"
><B
CLASS="command"
>include</B
@ -462,7 +462,7 @@ CLASS="command"
></DT
><DT
>6.2.7. <A
HREF="Bv9ARM.ch06.html#AEN1559"
HREF="Bv9ARM.ch06.html#AEN1578"
><B
CLASS="command"
>key</B
@ -470,7 +470,7 @@ CLASS="command"
></DT
><DT
>6.2.8. <A
HREF="Bv9ARM.ch06.html#AEN1566"
HREF="Bv9ARM.ch06.html#AEN1585"
><B
CLASS="command"
>key</B
@ -478,7 +478,7 @@ CLASS="command"
></DT
><DT
>6.2.9. <A
HREF="Bv9ARM.ch06.html#AEN1586"
HREF="Bv9ARM.ch06.html#AEN1605"
><B
CLASS="command"
>logging</B
@ -486,7 +486,7 @@ CLASS="command"
></DT
><DT
>6.2.10. <A
HREF="Bv9ARM.ch06.html#AEN1626"
HREF="Bv9ARM.ch06.html#AEN1645"
><B
CLASS="command"
>logging</B
@ -494,7 +494,7 @@ CLASS="command"
></DT
><DT
>6.2.11. <A
HREF="Bv9ARM.ch06.html#AEN1857"
HREF="Bv9ARM.ch06.html#AEN1876"
><B
CLASS="command"
>lwres</B
@ -502,7 +502,7 @@ CLASS="command"
></DT
><DT
>6.2.12. <A
HREF="Bv9ARM.ch06.html#AEN1881"
HREF="Bv9ARM.ch06.html#AEN1900"
><B
CLASS="command"
>lwres</B
@ -510,7 +510,7 @@ CLASS="command"
></DT
><DT
>6.2.13. <A
HREF="Bv9ARM.ch06.html#AEN1900"
HREF="Bv9ARM.ch06.html#AEN1919"
><B
CLASS="command"
>options</B
@ -542,7 +542,7 @@ CLASS="command"
></DT
><DT
>6.2.17. <A
HREF="Bv9ARM.ch06.html#AEN3179"
HREF="Bv9ARM.ch06.html#AEN3198"
><B
CLASS="command"
>trusted-keys</B
@ -550,7 +550,7 @@ CLASS="command"
></DT
><DT
>6.2.18. <A
HREF="Bv9ARM.ch06.html#AEN3195"
HREF="Bv9ARM.ch06.html#AEN3214"
><B
CLASS="command"
>trusted-keys</B
@ -567,7 +567,7 @@ CLASS="command"
></DT
><DT
>6.2.20. <A
HREF="Bv9ARM.ch06.html#AEN3217"
HREF="Bv9ARM.ch06.html#AEN3236"
><B
CLASS="command"
>view</B
@ -584,7 +584,7 @@ Statement Grammar</A
></DT
><DT
>6.2.22. <A
HREF="Bv9ARM.ch06.html#AEN3374"
HREF="Bv9ARM.ch06.html#AEN3393"
><B
CLASS="command"
>zone</B
@ -594,7 +594,7 @@ CLASS="command"
></DD
><DT
>6.3. <A
HREF="Bv9ARM.ch06.html#AEN3719"
HREF="Bv9ARM.ch06.html#AEN3738"
>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#AEN4034"
HREF="Bv9ARM.ch06.html#AEN4053"
>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#AEN4155"
HREF="Bv9ARM.ch06.html#AEN4174"
>Inverse Mapping in IPv4</A
></DT
><DT
>6.3.5. <A
HREF="Bv9ARM.ch06.html#AEN4182"
HREF="Bv9ARM.ch06.html#AEN4201"
>Other Zone File Directives</A
></DT
><DT
>6.3.6. <A
HREF="Bv9ARM.ch06.html#AEN4240"
HREF="Bv9ARM.ch06.html#AEN4259"
><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#AEN4332"
HREF="Bv9ARM.ch07.html#AEN4351"
><B
CLASS="command"
>chroot</B
@ -670,7 +670,7 @@ UNIX servers)</A
><DL
><DT
>7.2.1. <A
HREF="Bv9ARM.ch07.html#AEN4355"
HREF="Bv9ARM.ch07.html#AEN4374"
>The <B
CLASS="command"
>chroot</B
@ -678,7 +678,7 @@ CLASS="command"
></DT
><DT
>7.2.2. <A
HREF="Bv9ARM.ch07.html#AEN4373"
HREF="Bv9ARM.ch07.html#AEN4392"
>Using the <B
CLASS="command"
>setuid</B
@ -702,26 +702,26 @@ HREF="Bv9ARM.ch08.html"
><DL
><DT
>8.1. <A
HREF="Bv9ARM.ch08.html#AEN4394"
HREF="Bv9ARM.ch08.html#AEN4413"
>Common Problems</A
></DT
><DD
><DL
><DT
>8.1.1. <A
HREF="Bv9ARM.ch08.html#AEN4396"
HREF="Bv9ARM.ch08.html#AEN4415"
>It's not working; how can I figure out what's wrong?</A
></DT
></DL
></DD
><DT
>8.2. <A
HREF="Bv9ARM.ch08.html#AEN4399"
HREF="Bv9ARM.ch08.html#AEN4418"
>Incrementing and Changing the Serial Number</A
></DT
><DT
>8.3. <A
HREF="Bv9ARM.ch08.html#AEN4404"
HREF="Bv9ARM.ch08.html#AEN4423"
>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#AEN4420"
HREF="Bv9ARM.ch09.html#AEN4439"
>Acknowledgements</A
></DT
><DD
><DL
><DT
>A.1.1. <A
HREF="Bv9ARM.ch09.html#AEN4422"
HREF="Bv9ARM.ch09.html#AEN4441"
>A Brief History of the <SPAN
CLASS="acronym"
>DNS</SPAN
@ -789,7 +789,7 @@ HREF="Bv9ARM.ch09.html#internet_drafts"
></DT
><DT
>A.3.3. <A
HREF="Bv9ARM.ch09.html#AEN5056"
HREF="Bv9ARM.ch09.html#AEN5075"
>Other Documents About <SPAN
CLASS="acronym"
>BIND</SPAN