2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 21:47:59 +00:00

regenerated HTML

This commit is contained in:
Andreas Gustafsson 2000-11-06 22:24:54 +00:00
parent 6cde91f608
commit dcebbac4f6
8 changed files with 526 additions and 334 deletions

View File

@ -471,14 +471,14 @@ CLASS="command"
>also-notify</B
>, see <A
HREF="Bv9ARM.ch06.html#zone_transfers"
>Section 6.2.12.7</A
>Section 6.2.14.7</A
>. For more information about
<B
CLASS="command"
>notify</B
>, see <A
HREF="Bv9ARM.ch06.html#boolean_options"
>Section 6.2.12.1</A
>Section 6.2.14.1</A
>.</P
></DIV
><DIV

View File

@ -874,7 +874,7 @@ CLASS="command"
>update-policy</B
> statement in <A
HREF="Bv9ARM.ch06.html#dynamic_update_policies"
>Section 6.2.20.4</A
>Section 6.2.22.4</A
>.</P
></DIV
><DIV
@ -1021,14 +1021,17 @@ CLASS="emphasis"
of steps which must be followed. <SPAN
CLASS="acronym"
>BIND</SPAN
> 9 ships with several tools
> 9 ships
with several tools
that are used in this process, which are explained in more detail
below. In all cases, the "<TT
CLASS="option"
>-h</TT
>" option prints a
full list of parameters. Note that the DNSSEC tools require the
keyset and signedkey files to be in the working directory.</P
keyset and signedkey files to be in the working directory, and
that the tools shipped with BIND 9.0.x are not fully compatible
with the current ones.</P
><P
>There must also be communication with the administrators of
the parent and/or child zone to transmit keys and signatures. A
@ -1156,14 +1159,14 @@ CLASS="command"
><TT
CLASS="userinput"
><B
>dnssec-makekeyset -t 3600 -e +86400 Kchild.example.+003+12345 Kchild.example.+003+23456</B
>dnssec-makekeyset -t 3600 -e +864000 Kchild.example.+003+12345 Kchild.example.+003+23456</B
></TT
></P
><P
>One output file is produced:
<TT
CLASS="filename"
>child.example.keyset</TT
>keyset-child.example.</TT
>. This file should be
transmitted to the parent to be signed. It includes the keys,
as well as signatures over the key set generated by the zone
@ -1207,14 +1210,14 @@ CLASS="filename"
><TT
CLASS="userinput"
><B
>dnssec-signkey grand.child.example.keyset Kchild.example.+003+12345 Kchild.example.+003+23456</B
>dnssec-signkey keyset-grand.child.example. Kchild.example.+003+12345 Kchild.example.+003+23456</B
></TT
></P
><P
>One output file is produced:
<TT
CLASS="filename"
>grand.child.example.signedkey</TT
>signedkey-grand.child.example.</TT
>. This file
should be both transmitted back to the child and retained. It
includes all keys (the child's keys) from the keyset file and

View File

@ -83,7 +83,7 @@ HREF="Bv9ARM.ch05.html#AEN988"
></DT
><DT
>5.2. <A
HREF="Bv9ARM.ch05.html#AEN994"
HREF="Bv9ARM.ch05.html#lwresd"
>Running a Resolver Daemon</A
></DT
></DL
@ -120,7 +120,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN994"
NAME="lwresd"
>5.2. Running a Resolver Daemon</A
></H1
><P
@ -130,18 +130,27 @@ CLASS="command"
>lwresd</B
>.</P
><P
>Applications using the lightweight resolver library will make
UDP requests to the IPv4 loopback address (127.0.0.1) on port 921.
The daemon will try to find the answer to the questions "what are the
addresses for host <SPAN
>By default, applications using the lightweight resolver library will make
UDP requests to the IPv4 loopback address (127.0.0.1) on port 921. The
address can be overriden by <B
CLASS="command"
>lwserver</B
> lines in
<TT
CLASS="filename"
>/etc/resolv.conf</TT
>.
The daemon will try to find the answer to the questions "what are the
addresses for host
<SPAN
CLASS="systemitem"
>foo.example.com</SPAN
>?" and "what are
the names for IPv4 address 204.152.184.79?"</P
the names for IPv4 address 10.1.2.3?"</P
><P
>The daemon currently only looks in the DNS, but in the future
it may use other sources such as <TT
CLASS="literal"
CLASS="filename"
>/etc/hosts</TT
>,
NIS, etc.</P
@ -149,19 +158,41 @@ NIS, etc.</P
>The <B
CLASS="command"
>lwresd</B
> daemon is essentially a stripped-down,
> daemon is essentially a
caching-only name server that answers requests using the lightweight
resolver protocol rather than the DNS protocol. Because it needs
to run on each host, it is designed to require no or minimal configuration.
It uses the name servers listed on <B
Unless configured otherwise, it uses the name servers listed on
<B
CLASS="command"
>nameserver</B
> lines
in <TT
> lines in <TT
CLASS="filename"
>/etc/resolv.conf</TT
> as forwarders, but is also
capable of doing the resolution autonomously if none are specified.</P
>
as forwarders, but is also capable of doing the resolution autonomously if
none are specified.</P
><P
>The <B
CLASS="command"
>lwresd</B
> daemon may also be configured with a
<TT
CLASS="filename"
>named.conf</TT
> style configuration file, in
<TT
CLASS="filename"
>/etc/lwresd.conf</TT
> by default. A name server may also
be configured to act as a lightweight resolver daemon using the
<B
CLASS="command"
>lwres{}</B
> statement in <TT
CLASS="filename"
>named.conf</TT
>.</P
></DIV
></DIV
><DIV

File diff suppressed because it is too large Load Diff

View File

@ -83,7 +83,7 @@ HREF="Bv9ARM.ch07.html#Access_Control_Lists"
></DT
><DT
>7.2. <A
HREF="Bv9ARM.ch07.html#AEN3831"
HREF="Bv9ARM.ch07.html#AEN3876"
><B
CLASS="command"
>chroot</B
@ -95,7 +95,7 @@ UNIX servers)</A
></DT
><DT
>7.3. <A
HREF="Bv9ARM.ch07.html#AEN3877"
HREF="Bv9ARM.ch07.html#AEN3922"
>Dynamic Updates</A
></DT
></DL
@ -180,7 +180,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN3831"
NAME="AEN3876"
>7.2. <B
CLASS="command"
>chroot</B
@ -259,7 +259,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN3854"
NAME="AEN3899"
>7.2.1. The <B
CLASS="command"
>chroot</B
@ -315,7 +315,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN3869"
NAME="AEN3914"
>7.2.2. Using the <B
CLASS="command"
>setuid</B
@ -346,7 +346,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN3877"
NAME="AEN3922"
>7.3. Dynamic Updates</A
></H1
><P

View File

@ -75,17 +75,17 @@ CLASS="TOC"
></DT
><DT
>8.1. <A
HREF="Bv9ARM.ch08.html#AEN3885"
HREF="Bv9ARM.ch08.html#AEN3930"
>Common Problems</A
></DT
><DT
>8.2. <A
HREF="Bv9ARM.ch08.html#AEN3891"
HREF="Bv9ARM.ch08.html#AEN3936"
>Incrementing and Changing the Serial Number</A
></DT
><DT
>8.3. <A
HREF="Bv9ARM.ch08.html#AEN3896"
HREF="Bv9ARM.ch08.html#AEN3941"
>Where Can I Get Help?</A
></DT
></DL
@ -95,7 +95,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN3885"
NAME="AEN3930"
>8.1. Common Problems</A
></H1
><DIV
@ -103,7 +103,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN3887"
NAME="AEN3932"
>8.1.1. It's not working; how can I figure out what's wrong?</A
></H2
><P
@ -123,7 +123,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN3891"
NAME="AEN3936"
>8.2. Incrementing and Changing the Serial Number</A
></H1
><P
@ -152,7 +152,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN3896"
NAME="AEN3941"
>8.3. Where Can I Get Help?</A
></H1
><P

View File

@ -69,7 +69,7 @@ CLASS="TOC"
></DT
><DT
>A.1. <A
HREF="Bv9ARM.ch09.html#AEN3912"
HREF="Bv9ARM.ch09.html#AEN3957"
>Acknowledgements</A
></DT
><DT
@ -82,7 +82,7 @@ CLASS="acronym"
></DT
><DT
>A.3. <A
HREF="Bv9ARM.ch09.html#AEN3953"
HREF="Bv9ARM.ch09.html#AEN3998"
>General <SPAN
CLASS="acronym"
>DNS</SPAN
@ -100,7 +100,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN3912"
NAME="AEN3957"
>A.1. Acknowledgements</A
></H1
><DIV
@ -108,7 +108,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN3914"
NAME="AEN3959"
>A.1.1. A Brief History of the <SPAN
CLASS="acronym"
>DNS</SPAN
@ -243,7 +243,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3944"
NAME="AEN3989"
>A.2.1.1. HS = hesiod</A
></H3
><P
@ -264,7 +264,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3949"
NAME="AEN3994"
>A.2.1.2. CH = chaos</A
></H3
><P
@ -282,7 +282,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN3953"
NAME="AEN3998"
>A.3. General <SPAN
CLASS="acronym"
>DNS</SPAN
@ -293,7 +293,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN3956"
NAME="AEN4001"
>A.3.1. IPv6 addresses (A6)</A
></H2
><P
@ -863,19 +863,19 @@ TARGET="_top"
>.</P
><H3
><A
NAME="AEN4132"
NAME="AEN4177"
>Bibliography</A
></H3
><H1
CLASS="bibliodiv"
><A
NAME="AEN4133"
NAME="AEN4178"
>Standards</A
></H1
><DIV
CLASS="biblioentry"
><A
NAME="AEN4135"
NAME="AEN4180"
></A
><P
>[RFC974]&nbsp;C. Partridge, <I
@ -889,7 +889,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4142"
NAME="AEN4187"
></A
><P
>[RFC1034]&nbsp;P.V. Mockapetris, <I
@ -903,7 +903,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4149"
NAME="AEN4194"
></A
><P
>[RFC1035]&nbsp;P. V. Mockapetris, <I
@ -924,7 +924,7 @@ NAME="proposed_standards"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4158"
NAME="AEN4203"
></A
><P
>[RFC2181]&nbsp;R., R. Bush Elz, <I
@ -941,7 +941,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4166"
NAME="AEN4211"
></A
><P
>[RFC2308]&nbsp;M. Andrews, <I
@ -958,7 +958,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4174"
NAME="AEN4219"
></A
><P
>[RFC1995]&nbsp;M. Ohta, <I
@ -975,7 +975,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4182"
NAME="AEN4227"
></A
><P
>[RFC1996]&nbsp;P. Vixie, <I
@ -989,7 +989,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4189"
NAME="AEN4234"
></A
><P
>[RFC2136]&nbsp;P. Vixie, S. Thomson, Y. Rekhter, and J. Bound, <I
@ -1003,7 +1003,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4206"
NAME="AEN4251"
></A
><P
>[RFC2845]&nbsp;P. Vixie, O. Gudmundsson, D. Eastlake, 3rd, and B. Wellington, <I
@ -1020,13 +1020,13 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4225"
NAME="AEN4270"
>Proposed Standards Still Under Development</A
></H1
><DIV
CLASS="biblioentry"
><A
NAME="AEN4230"
NAME="AEN4275"
></A
><P
>[RFC1886]&nbsp;S. Thomson and C. Huitema, <I
@ -1043,7 +1043,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4242"
NAME="AEN4287"
></A
><P
>[RFC2065]&nbsp;D. Eastlake, 3rd and C. Kaufman, <I
@ -1057,7 +1057,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4254"
NAME="AEN4299"
></A
><P
>[RFC2137]&nbsp;D. Eastlake, 3rd, <I
@ -1071,7 +1071,7 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4262"
NAME="AEN4307"
>Other Important RFCs About <SPAN
CLASS="acronym"
>DNS</SPAN
@ -1080,7 +1080,7 @@ CLASS="acronym"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4265"
NAME="AEN4310"
></A
><P
>[RFC1535]&nbsp;E. Gavron, <I
@ -1097,7 +1097,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4273"
NAME="AEN4318"
></A
><P
>[RFC1536]&nbsp;A. Kumar, J. Postel, C. Neuman, P. Danzig, and S. Miller, <I
@ -1114,7 +1114,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4294"
NAME="AEN4339"
></A
><P
>[RFC1982]&nbsp;R. Elz and R. Bush, <I
@ -1128,13 +1128,13 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4305"
NAME="AEN4350"
>Resource Record Types</A
></H1
><DIV
CLASS="biblioentry"
><A
NAME="AEN4307"
NAME="AEN4352"
></A
><P
>[RFC1183]&nbsp;C.F. Everhart, L. A. Mamakos, R. Ullmann, and P. Mockapetris, <I
@ -1151,7 +1151,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4325"
NAME="AEN4370"
></A
><P
>[RFC1706]&nbsp;B. Manning and R. Colella, <I
@ -1168,7 +1168,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4337"
NAME="AEN4382"
></A
><P
>[RFC2168]&nbsp;R. Daniel and M. Mealling, <I
@ -1183,7 +1183,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4348"
NAME="AEN4393"
></A
><P
>[RFC1876]&nbsp;C. Davis, P. Vixie, T., and I. Dickinson, <I
@ -1198,7 +1198,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4365"
NAME="AEN4410"
></A
><P
>[RFC2052]&nbsp;A. Gulbrandsen and P. Vixie, <I
@ -1216,7 +1216,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4377"
NAME="AEN4422"
></A
><P
>[RFC2163]&nbsp;A. Allocchio, <I
@ -1234,7 +1234,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4385"
NAME="AEN4430"
></A
><P
>[RFC2230]&nbsp;R. Atkinson, <I
@ -1251,7 +1251,7 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4393"
NAME="AEN4438"
><SPAN
CLASS="acronym"
>DNS</SPAN
@ -1260,7 +1260,7 @@ CLASS="acronym"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4396"
NAME="AEN4441"
></A
><P
>[RFC1101]&nbsp;P. V. Mockapetris, <I
@ -1277,7 +1277,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4404"
NAME="AEN4449"
></A
><P
>[RFC1123]&nbsp;Braden, <I
@ -1291,7 +1291,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4411"
NAME="AEN4456"
></A
><P
>[RFC1591]&nbsp;J. Postel, <I
@ -1305,7 +1305,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4418"
NAME="AEN4463"
></A
><P
>[RFC2317]&nbsp;H. Eidnes, G. de Groot, and P. Vixie, <I
@ -1319,7 +1319,7 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4432"
NAME="AEN4477"
><SPAN
CLASS="acronym"
>DNS</SPAN
@ -1328,7 +1328,7 @@ CLASS="acronym"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4435"
NAME="AEN4480"
></A
><P
>[RFC1537]&nbsp;P. Beertema, <I
@ -1345,7 +1345,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4443"
NAME="AEN4488"
></A
><P
>[RFC1912]&nbsp;D. Barr, <I
@ -1362,7 +1362,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4451"
NAME="AEN4496"
></A
><P
>[RFC1912]&nbsp;D. Barr, <I
@ -1379,7 +1379,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4459"
NAME="AEN4504"
></A
><P
>[RFC2010]&nbsp;B. Manning and P. Vixie, <I
@ -1393,7 +1393,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4470"
NAME="AEN4515"
></A
><P
>[RFC2219]&nbsp;M. Hamilton and R. Wright, <I
@ -1410,7 +1410,7 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4482"
NAME="AEN4527"
>Other <SPAN
CLASS="acronym"
>DNS</SPAN
@ -1419,7 +1419,7 @@ CLASS="acronym"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4488"
NAME="AEN4533"
></A
><P
>[RFC1464]&nbsp;R. Rosenbaum, <I
@ -1433,7 +1433,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4495"
NAME="AEN4540"
></A
><P
>[RFC1713]&nbsp;A. Romao, <I
@ -1450,7 +1450,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4503"
NAME="AEN4548"
></A
><P
>[RFC1794]&nbsp;T. Brisco, <I
@ -1467,7 +1467,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4511"
NAME="AEN4556"
></A
><P
>[RFC2240]&nbsp;O. Vaughan, <I
@ -1481,7 +1481,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4518"
NAME="AEN4563"
></A
><P
>[RFC2345]&nbsp;J. Klensin, T. Wolf, and G. Oglesby, <I
@ -1495,7 +1495,7 @@ STYLE="margin-left=0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN4532"
NAME="AEN4577"
></A
><P
>[RFC2352]&nbsp;O. Vaughan, <I
@ -1509,13 +1509,13 @@ STYLE="margin-left=0.5in"
><H1
CLASS="bibliodiv"
><A
NAME="AEN4539"
NAME="AEN4584"
>Obsolete and Unimplemented Experimental RRs</A
></H1
><DIV
CLASS="biblioentry"
><A
NAME="AEN4541"
NAME="AEN4586"
></A
><P
>[RFC1712]&nbsp;C. Farrell, M. Schulze, S. Pleitner, and D. Baldoni, <I
@ -1554,7 +1554,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4562"
NAME="AEN4607"
>A.4.3. Other Documents About <SPAN
CLASS="acronym"
>BIND</SPAN
@ -1564,13 +1564,13 @@ CLASS="acronym"
></P
><H3
><A
NAME="AEN4566"
NAME="AEN4611"
>Bibliography</A
></H3
><DIV
CLASS="biblioentry"
><A
NAME="AEN4567"
NAME="AEN4612"
></A
><P
>Paul Albitz and Cricket Liu, <I

View File

@ -336,7 +336,7 @@ HREF="Bv9ARM.ch05.html#AEN988"
></DT
><DT
>5.2. <A
HREF="Bv9ARM.ch05.html#AEN994"
HREF="Bv9ARM.ch05.html#lwresd"
>Running a Resolver Daemon</A
></DT
></DL
@ -365,7 +365,7 @@ HREF="Bv9ARM.ch06.html#address_match_lists"
></DT
><DT
>6.1.2. <A
HREF="Bv9ARM.ch06.html#AEN1221"
HREF="Bv9ARM.ch06.html#AEN1229"
>Comment Syntax</A
></DT
></DL
@ -379,7 +379,7 @@ HREF="Bv9ARM.ch06.html#Configuration_File_Grammar"
><DL
><DT
>6.2.1. <A
HREF="Bv9ARM.ch06.html#AEN1328"
HREF="Bv9ARM.ch06.html#AEN1336"
><B
CLASS="command"
>acl</B
@ -396,7 +396,7 @@ Usage</A
></DT
><DT
>6.2.3. <A
HREF="Bv9ARM.ch06.html#AEN1370"
HREF="Bv9ARM.ch06.html#AEN1378"
><B
CLASS="command"
>controls</B
@ -404,7 +404,7 @@ CLASS="command"
></DT
><DT
>6.2.4. <A
HREF="Bv9ARM.ch06.html#AEN1379"
HREF="Bv9ARM.ch06.html#AEN1387"
><B
CLASS="command"
>controls</B
@ -413,7 +413,7 @@ Usage</A
></DT
><DT
>6.2.5. <A
HREF="Bv9ARM.ch06.html#AEN1407"
HREF="Bv9ARM.ch06.html#AEN1415"
><B
CLASS="command"
>include</B
@ -421,7 +421,7 @@ CLASS="command"
></DT
><DT
>6.2.6. <A
HREF="Bv9ARM.ch06.html#AEN1412"
HREF="Bv9ARM.ch06.html#AEN1420"
><B
CLASS="command"
>include</B
@ -430,7 +430,7 @@ Usage</A
></DT
><DT
>6.2.7. <A
HREF="Bv9ARM.ch06.html#AEN1419"
HREF="Bv9ARM.ch06.html#AEN1427"
><B
CLASS="command"
>key</B
@ -438,7 +438,7 @@ CLASS="command"
></DT
><DT
>6.2.8. <A
HREF="Bv9ARM.ch06.html#AEN1426"
HREF="Bv9ARM.ch06.html#AEN1434"
><B
CLASS="command"
>key</B
@ -446,7 +446,7 @@ CLASS="command"
></DT
><DT
>6.2.9. <A
HREF="Bv9ARM.ch06.html#AEN1438"
HREF="Bv9ARM.ch06.html#AEN1446"
><B
CLASS="command"
>logging</B
@ -454,7 +454,7 @@ CLASS="command"
></DT
><DT
>6.2.10. <A
HREF="Bv9ARM.ch06.html#AEN1477"
HREF="Bv9ARM.ch06.html#AEN1485"
><B
CLASS="command"
>logging</B
@ -463,15 +463,31 @@ Usage</A
></DT
><DT
>6.2.11. <A
HREF="Bv9ARM.ch06.html#AEN1671"
HREF="Bv9ARM.ch06.html#AEN1679"
><B
CLASS="command"
>lwres</B
> Statement Grammar</A
></DT
><DT
>6.2.12. <A
HREF="Bv9ARM.ch06.html#AEN1697"
><B
CLASS="command"
>lwres</B
> Statement Definition and Usage</A
></DT
><DT
>6.2.13. <A
HREF="Bv9ARM.ch06.html#AEN1716"
><B
CLASS="command"
>options</B
> Statement Grammar</A
></DT
><DT
>6.2.12. <A
HREF="Bv9ARM.ch06.html#AEN1851"
>6.2.14. <A
HREF="Bv9ARM.ch06.html#AEN1897"
><B
CLASS="command"
>options</B
@ -479,7 +495,7 @@ CLASS="command"
Usage</A
></DT
><DT
>6.2.13. <A
>6.2.15. <A
HREF="Bv9ARM.ch06.html#server_statement_grammar"
><B
CLASS="command"
@ -488,7 +504,7 @@ CLASS="command"
Statement Grammar</A
></DT
><DT
>6.2.14. <A
>6.2.16. <A
HREF="Bv9ARM.ch06.html#server_statement_definition_and_usage"
><B
CLASS="command"
@ -497,16 +513,16 @@ CLASS="command"
and Usage</A
></DT
><DT
>6.2.15. <A
HREF="Bv9ARM.ch06.html#AEN2761"
>6.2.17. <A
HREF="Bv9ARM.ch06.html#AEN2806"
><B
CLASS="command"
>trusted-keys</B
> Statement Grammar</A
></DT
><DT
>6.2.16. <A
HREF="Bv9ARM.ch06.html#AEN2777"
>6.2.18. <A
HREF="Bv9ARM.ch06.html#AEN2822"
><B
CLASS="command"
>trusted-keys</B
@ -514,23 +530,23 @@ CLASS="command"
and Usage</A
></DT
><DT
>6.2.17. <A
HREF="Bv9ARM.ch06.html#AEN2785"
>6.2.19. <A
HREF="Bv9ARM.ch06.html#AEN2830"
><B
CLASS="command"
>view</B
> Statement Grammar</A
></DT
><DT
>6.2.18. <A
HREF="Bv9ARM.ch06.html#AEN2797"
>6.2.20. <A
HREF="Bv9ARM.ch06.html#AEN2842"
><B
CLASS="command"
>view</B
> Statement Definition and Usage</A
></DT
><DT
>6.2.19. <A
>6.2.21. <A
HREF="Bv9ARM.ch06.html#zone_statement_grammar"
><B
CLASS="command"
@ -539,8 +555,8 @@ CLASS="command"
Statement Grammar</A
></DT
><DT
>6.2.20. <A
HREF="Bv9ARM.ch06.html#AEN2917"
>6.2.22. <A
HREF="Bv9ARM.ch06.html#AEN2963"
><B
CLASS="command"
>zone</B
@ -550,7 +566,7 @@ CLASS="command"
></DD
><DT
>6.3. <A
HREF="Bv9ARM.ch06.html#AEN3225"
HREF="Bv9ARM.ch06.html#AEN3260"
>Zone File</A
></DT
><DD
@ -562,7 +578,7 @@ HREF="Bv9ARM.ch06.html#types_of_resource_records_and_when_to_use_them"
></DT
><DT
>6.3.2. <A
HREF="Bv9ARM.ch06.html#AEN3545"
HREF="Bv9ARM.ch06.html#AEN3580"
>Discussion of MX Records</A
></DT
><DT
@ -572,17 +588,17 @@ HREF="Bv9ARM.ch06.html#Setting_TTLs"
></DT
><DT
>6.3.4. <A
HREF="Bv9ARM.ch06.html#AEN3666"
HREF="Bv9ARM.ch06.html#AEN3701"
>Inverse Mapping in IPv4</A
></DT
><DT
>6.3.5. <A
HREF="Bv9ARM.ch06.html#AEN3693"
HREF="Bv9ARM.ch06.html#AEN3728"
>Other Zone File Directives</A
></DT
><DT
>6.3.6. <A
HREF="Bv9ARM.ch06.html#AEN3750"
HREF="Bv9ARM.ch06.html#AEN3785"
><SPAN
CLASS="acronym"
>BIND</SPAN
@ -612,7 +628,7 @@ HREF="Bv9ARM.ch07.html#Access_Control_Lists"
></DT
><DT
>7.2. <A
HREF="Bv9ARM.ch07.html#AEN3831"
HREF="Bv9ARM.ch07.html#AEN3876"
><B
CLASS="command"
>chroot</B
@ -626,7 +642,7 @@ UNIX servers)</A
><DL
><DT
>7.2.1. <A
HREF="Bv9ARM.ch07.html#AEN3854"
HREF="Bv9ARM.ch07.html#AEN3899"
>The <B
CLASS="command"
>chroot</B
@ -634,7 +650,7 @@ CLASS="command"
></DT
><DT
>7.2.2. <A
HREF="Bv9ARM.ch07.html#AEN3869"
HREF="Bv9ARM.ch07.html#AEN3914"
>Using the <B
CLASS="command"
>setuid</B
@ -644,7 +660,7 @@ CLASS="command"
></DD
><DT
>7.3. <A
HREF="Bv9ARM.ch07.html#AEN3877"
HREF="Bv9ARM.ch07.html#AEN3922"
>Dynamic Updates</A
></DT
></DL
@ -658,26 +674,26 @@ HREF="Bv9ARM.ch08.html"
><DL
><DT
>8.1. <A
HREF="Bv9ARM.ch08.html#AEN3885"
HREF="Bv9ARM.ch08.html#AEN3930"
>Common Problems</A
></DT
><DD
><DL
><DT
>8.1.1. <A
HREF="Bv9ARM.ch08.html#AEN3887"
HREF="Bv9ARM.ch08.html#AEN3932"
>It's not working; how can I figure out what's wrong?</A
></DT
></DL
></DD
><DT
>8.2. <A
HREF="Bv9ARM.ch08.html#AEN3891"
HREF="Bv9ARM.ch08.html#AEN3936"
>Incrementing and Changing the Serial Number</A
></DT
><DT
>8.3. <A
HREF="Bv9ARM.ch08.html#AEN3896"
HREF="Bv9ARM.ch08.html#AEN3941"
>Where Can I Get Help?</A
></DT
></DL
@ -691,14 +707,14 @@ HREF="Bv9ARM.ch09.html"
><DL
><DT
>A.1. <A
HREF="Bv9ARM.ch09.html#AEN3912"
HREF="Bv9ARM.ch09.html#AEN3957"
>Acknowledgements</A
></DT
><DD
><DL
><DT
>A.1.1. <A
HREF="Bv9ARM.ch09.html#AEN3914"
HREF="Bv9ARM.ch09.html#AEN3959"
>A Brief History of the <SPAN
CLASS="acronym"
>DNS</SPAN
@ -728,7 +744,7 @@ HREF="Bv9ARM.ch09.html#classes_of_resource_records"
></DD
><DT
>A.3. <A
HREF="Bv9ARM.ch09.html#AEN3953"
HREF="Bv9ARM.ch09.html#AEN3998"
>General <SPAN
CLASS="acronym"
>DNS</SPAN
@ -738,7 +754,7 @@ CLASS="acronym"
><DL
><DT
>A.3.1. <A
HREF="Bv9ARM.ch09.html#AEN3956"
HREF="Bv9ARM.ch09.html#AEN4001"
>IPv6 addresses (A6)</A
></DT
></DL
@ -762,7 +778,7 @@ HREF="Bv9ARM.ch09.html#internet_drafts"
></DT
><DT
>A.4.3. <A
HREF="Bv9ARM.ch09.html#AEN4562"
HREF="Bv9ARM.ch09.html#AEN4607"
>Other Documents About <SPAN
CLASS="acronym"
>BIND</SPAN