2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00
This commit is contained in:
Brian Wellington
2002-01-30 02:24:36 +00:00
parent 5cd1e83a84
commit 1ed8794070
5 changed files with 204 additions and 119 deletions

View File

@@ -91,7 +91,7 @@ HREF="Bv9ARM.ch06.html#Configuration_File_Grammar"
></DT
><DT
>6.3. <A
HREF="Bv9ARM.ch06.html#AEN3738"
HREF="Bv9ARM.ch06.html#AEN3753"
>Zone File</A
></DT
></DL
@@ -9531,28 +9531,53 @@ CLASS="replaceable"
successfully matched a rule, the operation is immediately granted
or denied and no further rules are examined. A rule is matched
when the signer matches the identity field, the name matches the
name field, and the type is specified in the type field.</P
name field in accordance with the nametype field, and the type matches
the types specified in the type field.</P
><P
>The identity field specifies a name or a wildcard name. The
nametype field has 4 values: <TT
>The identity field specifies a name or a wildcard name. Normally, this
is the name of the TSIG or SIG(0) key used to sign the update request. When a
TKEY exchange has been used to create a shared secret, the identity of the
shared secret is the same as the identity of the key used to authenticate the
TKEY exchange. When the <TT
CLASS="replaceable"
><I
>identity</I
></TT
> field specifies a
wildcard name, it is subject to DNS wildcard expansion, so the rule will apply
to multiple identities. The <TT
CLASS="replaceable"
><I
>identity</I
></TT
> field must
contain a fully qualified domain name.</P
><P
>The <TT
CLASS="replaceable"
><I
>nametype</I
></TT
> field has 4 values:
<TT
CLASS="varname"
>name</TT
>, <TT
CLASS="varname"
>subdomain</TT
>, <TT
>,
<TT
CLASS="varname"
>wildcard</TT
>,
and <TT
>, and <TT
CLASS="varname"
>self</TT
>
>.
</P
><DIV
CLASS="informaltable"
><A
NAME="AEN3708"
NAME="AEN3712"
></A
><P
></P
@@ -9577,8 +9602,14 @@ WIDTH="353"
ALIGN="LEFT"
VALIGN="MIDDLE"
><P
>Matches when the updated name is the
same as the name in the name field.</P
>Exact-match semantics. This rule matches when the
name being updated is identical to the contents of the
<TT
CLASS="replaceable"
><I
>name</I
></TT
> field.</P
></TD
></TR
><TR
@@ -9597,8 +9628,14 @@ WIDTH="353"
ALIGN="LEFT"
VALIGN="MIDDLE"
><P
>Matches when the updated name is a subdomain
of the name in the name field (which includes the name itself).</P
>This rule matches when the name being updated
is a subdomain of, or identical to, the contents of the
<TT
CLASS="replaceable"
><I
>name</I
></TT
> field.</P
></TD
></TR
><TR
@@ -9617,8 +9654,14 @@ WIDTH="353"
ALIGN="LEFT"
VALIGN="MIDDLE"
><P
>Matches when the updated name is a valid
expansion of the wildcard name in the name field.</P
>The <TT
CLASS="replaceable"
><I
>name</I
></TT
> field is
subject to DNS wildcard expansion, and this rule matches when the name
being updated name is a valid expansion of the wildcard.</P
></TD
></TR
><TR
@@ -9637,8 +9680,40 @@ WIDTH="353"
ALIGN="LEFT"
VALIGN="MIDDLE"
><P
>Matches when the updated name is the
same as the message signer. The name field is ignored.</P
>This rule matches when the name being updated
matches the contents of the <TT
CLASS="replaceable"
><I
>identity</I
></TT
> field.
The <TT
CLASS="replaceable"
><I
>name</I
></TT
> field is ignored, but should be
the same as the <TT
CLASS="replaceable"
><I
>identity</I
></TT
> field. The
<TT
CLASS="varname"
>self</TT
> nametype is most useful when allowing using
one key per name to update, where the key has the same name as the name
to be updated. The <TT
CLASS="replaceable"
><I
>identity</I
></TT
> would be
specified as <TT
CLASS="constant"
>*</TT
> in this case.</P
></TD
></TR
></TBODY
@@ -9647,9 +9722,19 @@ same as the message signer. The name field is ignored.</P
></P
></DIV
><P
>If no types are specified, the rule matches all types except
>In all cases, the <TT
CLASS="replaceable"
><I
>name</I
></TT
> field must
specify a fully qualified domain name.</P
><P
>If no types are explicitly specified, this rule matches all types except
SIG, NS, SOA, and NXT. Types may be specified by name, including
"ANY" (ANY matches all types except NXT, which can never be updated).
Note that when an attempt is made to delete all records associated with a
name, the rules are checked for each existing record type.
</P
></DIV
></DIV
@@ -9659,7 +9744,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN3738"
NAME="AEN3753"
>6.3. Zone File</A
></H1
><DIV
@@ -9680,7 +9765,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3743"
NAME="AEN3758"
>6.3.1.1. Resource Records</A
></H3
><P
@@ -9703,7 +9788,7 @@ HREF="Bv9ARM.ch06.html#rrset_ordering"
><DIV
CLASS="informaltable"
><A
NAME="AEN3749"
NAME="AEN3764"
></A
><P
></P
@@ -9811,7 +9896,7 @@ CLASS="emphasis"
><DIV
CLASS="informaltable"
><A
NAME="AEN3781"
NAME="AEN3796"
></A
><P
></P
@@ -10309,7 +10394,7 @@ are currently valid in the DNS:</P
><DIV
CLASS="informaltable"
><A
NAME="AEN3928"
NAME="AEN3943"
></A
><P
></P
@@ -10411,7 +10496,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3952"
NAME="AEN3967"
>6.3.1.2. Textual expression of RRs</A
></H3
><P
@@ -10441,7 +10526,7 @@ knowledge of the typical representation for the data.</P
><DIV
CLASS="informaltable"
><A
NAME="AEN3959"
NAME="AEN3974"
></A
><P
></P
@@ -10650,7 +10735,7 @@ domain names.</P
><DIV
CLASS="informaltable"
><A
NAME="AEN4025"
NAME="AEN4040"
></A
><P
></P
@@ -10741,7 +10826,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4053"
NAME="AEN4068"
>6.3.2. Discussion of MX Records</A
></H2
><P
@@ -10774,7 +10859,7 @@ pointed to by the CNAME.</P
><DIV
CLASS="informaltable"
><A
NAME="AEN4059"
NAME="AEN4074"
></A
><P
></P
@@ -11070,7 +11155,7 @@ used in a zone file.</P
><DIV
CLASS="informaltable"
><A
NAME="AEN4151"
NAME="AEN4166"
></A
><P
></P
@@ -11153,7 +11238,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4174"
NAME="AEN4189"
>6.3.4. Inverse Mapping in IPv4</A
></H2
><P
@@ -11177,7 +11262,7 @@ CLASS="optional"
><DIV
CLASS="informaltable"
><A
NAME="AEN4179"
NAME="AEN4194"
></A
><P
></P
@@ -11257,7 +11342,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4201"
NAME="AEN4216"
>6.3.5. Other Zone File Directives</A
></H2
><P
@@ -11282,7 +11367,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN4208"
NAME="AEN4223"
>6.3.5.1. The <B
CLASS="command"
>$ORIGIN</B
@@ -11352,7 +11437,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN4228"
NAME="AEN4243"
>6.3.5.2. The <B
CLASS="command"
>$INCLUDE</B
@@ -11434,7 +11519,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN4248"
NAME="AEN4263"
>6.3.5.3. The <B
CLASS="command"
>$TTL</B
@@ -11474,7 +11559,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4259"
NAME="AEN4274"
>6.3.6. <SPAN
CLASS="acronym"
>BIND</SPAN
@@ -11553,7 +11638,7 @@ CLASS="literal"
><DIV
CLASS="informaltable"
><A
NAME="AEN4279"
NAME="AEN4294"
></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#AEN4351"
HREF="Bv9ARM.ch07.html#AEN4366"
><B
CLASS="command"
>chroot</B
@@ -188,7 +188,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN4351"
NAME="AEN4366"
>7.2. <B
CLASS="command"
>chroot</B
@@ -267,7 +267,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4374"
NAME="AEN4389"
>7.2.1. The <B
CLASS="command"
>chroot</B
@@ -340,7 +340,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4392"
NAME="AEN4407"
>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#AEN4413"
HREF="Bv9ARM.ch08.html#AEN4428"
>Common Problems</A
></DT
><DT
>8.2. <A
HREF="Bv9ARM.ch08.html#AEN4418"
HREF="Bv9ARM.ch08.html#AEN4433"
>Incrementing and Changing the Serial Number</A
></DT
><DT
>8.3. <A
HREF="Bv9ARM.ch08.html#AEN4423"
HREF="Bv9ARM.ch08.html#AEN4438"
>Where Can I Get Help?</A
></DT
></DL
@@ -98,7 +98,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN4413"
NAME="AEN4428"
>8.1. Common Problems</A
></H1
><DIV
@@ -106,7 +106,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4415"
NAME="AEN4430"
>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="AEN4418"
NAME="AEN4433"
>8.2. Incrementing and Changing the Serial Number</A
></H1
><P
@@ -151,7 +151,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN4423"
NAME="AEN4438"
>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#AEN4439"
HREF="Bv9ARM.ch09.html#AEN4454"
>Acknowledgements</A
></DT
><DT
@@ -95,7 +95,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN4439"
NAME="AEN4454"
>A.1. Acknowledgements</A
></H1
><DIV
@@ -103,7 +103,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4441"
NAME="AEN4456"
>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="AEN4477"
NAME="AEN4492"
></A
><P
></P
@@ -477,7 +477,7 @@ VALIGN="MIDDLE"
<DIV
CLASS="informaltable"
><A
NAME="AEN4546"
NAME="AEN4561"
></A
><P
></P
@@ -660,7 +660,7 @@ unicast address consists of:</P
><DIV
CLASS="informaltable"
><A
NAME="AEN4601"
NAME="AEN4616"
></A
><P
></P
@@ -820,19 +820,19 @@ TARGET="_top"
</P
><H3
><A
NAME="AEN4645"
NAME="AEN4660"
>Bibliography</A
></H3
><H1
CLASS="bibliodiv"
><A
NAME="AEN4646"
NAME="AEN4661"
>Standards</A
></H1
><DIV
CLASS="biblioentry"
><A
NAME="AEN4648"
NAME="AEN4663"
></A
><P
>[RFC974]&nbsp;<SPAN
@@ -849,7 +849,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4655"
NAME="AEN4670"
></A
><P
>[RFC1034]&nbsp;<SPAN
@@ -866,7 +866,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4662"
NAME="AEN4677"
></A
><P
>[RFC1035]&nbsp;<SPAN
@@ -890,7 +890,7 @@ NAME="proposed_standards"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4671"
NAME="AEN4686"
></A
><P
>[RFC2181]&nbsp;<SPAN
@@ -910,7 +910,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4679"
NAME="AEN4694"
></A
><P
>[RFC2308]&nbsp;<SPAN
@@ -930,7 +930,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4687"
NAME="AEN4702"
></A
><P
>[RFC1995]&nbsp;<SPAN
@@ -950,7 +950,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4695"
NAME="AEN4710"
></A
><P
>[RFC1996]&nbsp;<SPAN
@@ -967,7 +967,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4702"
NAME="AEN4717"
></A
><P
>[RFC2136]&nbsp;<SPAN
@@ -993,7 +993,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4719"
NAME="AEN4734"
></A
><P
>[RFC2845]&nbsp;<SPAN
@@ -1022,13 +1022,13 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4738"
NAME="AEN4753"
>Proposed Standards Still Under Development</A
></H1
><DIV
CLASS="biblioentry"
><A
NAME="AEN4743"
NAME="AEN4758"
></A
><P
>[RFC1886]&nbsp;<SPAN
@@ -1051,7 +1051,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4755"
NAME="AEN4770"
></A
><P
>[RFC2065]&nbsp;<SPAN
@@ -1071,7 +1071,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4767"
NAME="AEN4782"
></A
><P
>[RFC2137]&nbsp;<SPAN
@@ -1088,7 +1088,7 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4775"
NAME="AEN4790"
>Other Important RFCs About <SPAN
CLASS="acronym"
>DNS</SPAN
@@ -1097,7 +1097,7 @@ CLASS="acronym"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4778"
NAME="AEN4793"
></A
><P
>[RFC1535]&nbsp;<SPAN
@@ -1117,7 +1117,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4786"
NAME="AEN4801"
></A
><P
>[RFC1536]&nbsp;<SPAN
@@ -1149,7 +1149,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4807"
NAME="AEN4822"
></A
><P
>[RFC1982]&nbsp;<SPAN
@@ -1169,13 +1169,13 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4818"
NAME="AEN4833"
>Resource Record Types</A
></H1
><DIV
CLASS="biblioentry"
><A
NAME="AEN4820"
NAME="AEN4835"
></A
><P
>[RFC1183]&nbsp;<SPAN
@@ -1204,7 +1204,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4838"
NAME="AEN4853"
></A
><P
>[RFC1706]&nbsp;<SPAN
@@ -1227,7 +1227,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4850"
NAME="AEN4865"
></A
><P
>[RFC2168]&nbsp;<SPAN
@@ -1248,7 +1248,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4861"
NAME="AEN4876"
></A
><P
>[RFC1876]&nbsp;<SPAN
@@ -1275,7 +1275,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4878"
NAME="AEN4893"
></A
><P
>[RFC2052]&nbsp;<SPAN
@@ -1299,7 +1299,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4890"
NAME="AEN4905"
></A
><P
>[RFC2163]&nbsp;<SPAN
@@ -1320,7 +1320,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4898"
NAME="AEN4913"
></A
><P
>[RFC2230]&nbsp;<SPAN
@@ -1340,7 +1340,7 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4906"
NAME="AEN4921"
><SPAN
CLASS="acronym"
>DNS</SPAN
@@ -1349,7 +1349,7 @@ CLASS="acronym"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4909"
NAME="AEN4924"
></A
><P
>[RFC1101]&nbsp;<SPAN
@@ -1369,7 +1369,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4917"
NAME="AEN4932"
></A
><P
>[RFC1123]&nbsp;<SPAN
@@ -1386,7 +1386,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4924"
NAME="AEN4939"
></A
><P
>[RFC1591]&nbsp;<SPAN
@@ -1403,7 +1403,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4931"
NAME="AEN4946"
></A
><P
>[RFC2317]&nbsp;<SPAN
@@ -1426,7 +1426,7 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4945"
NAME="AEN4960"
><SPAN
CLASS="acronym"
>DNS</SPAN
@@ -1435,7 +1435,7 @@ CLASS="acronym"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4948"
NAME="AEN4963"
></A
><P
>[RFC1537]&nbsp;<SPAN
@@ -1455,7 +1455,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4956"
NAME="AEN4971"
></A
><P
>[RFC1912]&nbsp;<SPAN
@@ -1475,7 +1475,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4964"
NAME="AEN4979"
></A
><P
>[RFC1912]&nbsp;<SPAN
@@ -1495,7 +1495,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4972"
NAME="AEN4987"
></A
><P
>[RFC2010]&nbsp;<SPAN
@@ -1515,7 +1515,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4983"
NAME="AEN4998"
></A
><P
>[RFC2219]&nbsp;<SPAN
@@ -1538,7 +1538,7 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4995"
NAME="AEN5010"
>Other <SPAN
CLASS="acronym"
>DNS</SPAN
@@ -1547,7 +1547,7 @@ CLASS="acronym"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5001"
NAME="AEN5016"
></A
><P
>[RFC1464]&nbsp;<SPAN
@@ -1564,7 +1564,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5008"
NAME="AEN5023"
></A
><P
>[RFC1713]&nbsp;<SPAN
@@ -1584,7 +1584,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5016"
NAME="AEN5031"
></A
><P
>[RFC1794]&nbsp;<SPAN
@@ -1604,7 +1604,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5024"
NAME="AEN5039"
></A
><P
>[RFC2240]&nbsp;<SPAN
@@ -1621,7 +1621,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5031"
NAME="AEN5046"
></A
><P
>[RFC2345]&nbsp;<SPAN
@@ -1644,7 +1644,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5045"
NAME="AEN5060"
></A
><P
>[RFC2352]&nbsp;<SPAN
@@ -1661,13 +1661,13 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN5052"
NAME="AEN5067"
>Obsolete and Unimplemented Experimental RRs</A
></H1
><DIV
CLASS="biblioentry"
><A
NAME="AEN5054"
NAME="AEN5069"
></A
><P
>[RFC1712]&nbsp;<SPAN
@@ -1718,7 +1718,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN5075"
NAME="AEN5090"
>A.3.3. Other Documents About <SPAN
CLASS="acronym"
>BIND</SPAN
@@ -1728,13 +1728,13 @@ CLASS="acronym"
></P
><H3
><A
NAME="AEN5079"
NAME="AEN5094"
>Bibliography</A
></H3
><DIV
CLASS="biblioentry"
><A
NAME="AEN5080"
NAME="AEN5095"
></A
><P
><SPAN

View File

@@ -594,7 +594,7 @@ CLASS="command"
></DD
><DT
>6.3. <A
HREF="Bv9ARM.ch06.html#AEN3738"
HREF="Bv9ARM.ch06.html#AEN3753"
>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#AEN4053"
HREF="Bv9ARM.ch06.html#AEN4068"
>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#AEN4174"
HREF="Bv9ARM.ch06.html#AEN4189"
>Inverse Mapping in IPv4</A
></DT
><DT
>6.3.5. <A
HREF="Bv9ARM.ch06.html#AEN4201"
HREF="Bv9ARM.ch06.html#AEN4216"
>Other Zone File Directives</A
></DT
><DT
>6.3.6. <A
HREF="Bv9ARM.ch06.html#AEN4259"
HREF="Bv9ARM.ch06.html#AEN4274"
><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#AEN4351"
HREF="Bv9ARM.ch07.html#AEN4366"
><B
CLASS="command"
>chroot</B
@@ -670,7 +670,7 @@ UNIX servers)</A
><DL
><DT
>7.2.1. <A
HREF="Bv9ARM.ch07.html#AEN4374"
HREF="Bv9ARM.ch07.html#AEN4389"
>The <B
CLASS="command"
>chroot</B
@@ -678,7 +678,7 @@ CLASS="command"
></DT
><DT
>7.2.2. <A
HREF="Bv9ARM.ch07.html#AEN4392"
HREF="Bv9ARM.ch07.html#AEN4407"
>Using the <B
CLASS="command"
>setuid</B
@@ -702,26 +702,26 @@ HREF="Bv9ARM.ch08.html"
><DL
><DT
>8.1. <A
HREF="Bv9ARM.ch08.html#AEN4413"
HREF="Bv9ARM.ch08.html#AEN4428"
>Common Problems</A
></DT
><DD
><DL
><DT
>8.1.1. <A
HREF="Bv9ARM.ch08.html#AEN4415"
HREF="Bv9ARM.ch08.html#AEN4430"
>It's not working; how can I figure out what's wrong?</A
></DT
></DL
></DD
><DT
>8.2. <A
HREF="Bv9ARM.ch08.html#AEN4418"
HREF="Bv9ARM.ch08.html#AEN4433"
>Incrementing and Changing the Serial Number</A
></DT
><DT
>8.3. <A
HREF="Bv9ARM.ch08.html#AEN4423"
HREF="Bv9ARM.ch08.html#AEN4438"
>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#AEN4439"
HREF="Bv9ARM.ch09.html#AEN4454"
>Acknowledgements</A
></DT
><DD
><DL
><DT
>A.1.1. <A
HREF="Bv9ARM.ch09.html#AEN4441"
HREF="Bv9ARM.ch09.html#AEN4456"
>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#AEN5075"
HREF="Bv9ARM.ch09.html#AEN5090"
>Other Documents About <SPAN
CLASS="acronym"
>BIND</SPAN