2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +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 >also-notify</B
>, see <A >, see <A
HREF="Bv9ARM.ch06.html#zone_transfers" HREF="Bv9ARM.ch06.html#zone_transfers"
>Section 6.2.12.7</A >Section 6.2.14.7</A
>. For more information about >. For more information about
<B <B
CLASS="command" CLASS="command"
>notify</B >notify</B
>, see <A >, see <A
HREF="Bv9ARM.ch06.html#boolean_options" HREF="Bv9ARM.ch06.html#boolean_options"
>Section 6.2.12.1</A >Section 6.2.14.1</A
>.</P >.</P
></DIV ></DIV
><DIV ><DIV

View File

@@ -874,7 +874,7 @@ CLASS="command"
>update-policy</B >update-policy</B
> statement in <A > statement in <A
HREF="Bv9ARM.ch06.html#dynamic_update_policies" HREF="Bv9ARM.ch06.html#dynamic_update_policies"
>Section 6.2.20.4</A >Section 6.2.22.4</A
>.</P >.</P
></DIV ></DIV
><DIV ><DIV
@@ -1021,14 +1021,17 @@ CLASS="emphasis"
of steps which must be followed. <SPAN of steps which must be followed. <SPAN
CLASS="acronym" CLASS="acronym"
>BIND</SPAN >BIND</SPAN
> 9 ships with several tools > 9 ships
with several tools
that are used in this process, which are explained in more detail that are used in this process, which are explained in more detail
below. In all cases, the "<TT below. In all cases, the "<TT
CLASS="option" CLASS="option"
>-h</TT >-h</TT
>" option prints a >" option prints a
full list of parameters. Note that the DNSSEC tools require the 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 ><P
>There must also be communication with the administrators of >There must also be communication with the administrators of
the parent and/or child zone to transmit keys and signatures. A the parent and/or child zone to transmit keys and signatures. A
@@ -1156,14 +1159,14 @@ CLASS="command"
><TT ><TT
CLASS="userinput" CLASS="userinput"
><B ><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 ></TT
></P ></P
><P ><P
>One output file is produced: >One output file is produced:
<TT <TT
CLASS="filename" CLASS="filename"
>child.example.keyset</TT >keyset-child.example.</TT
>. This file should be >. This file should be
transmitted to the parent to be signed. It includes the keys, transmitted to the parent to be signed. It includes the keys,
as well as signatures over the key set generated by the zone as well as signatures over the key set generated by the zone
@@ -1207,14 +1210,14 @@ CLASS="filename"
><TT ><TT
CLASS="userinput" CLASS="userinput"
><B ><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 ></TT
></P ></P
><P ><P
>One output file is produced: >One output file is produced:
<TT <TT
CLASS="filename" CLASS="filename"
>grand.child.example.signedkey</TT >signedkey-grand.child.example.</TT
>. This file >. This file
should be both transmitted back to the child and retained. It should be both transmitted back to the child and retained. It
includes all keys (the child's keys) from the keyset file and 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
><DT ><DT
>5.2. <A >5.2. <A
HREF="Bv9ARM.ch05.html#AEN994" HREF="Bv9ARM.ch05.html#lwresd"
>Running a Resolver Daemon</A >Running a Resolver Daemon</A
></DT ></DT
></DL ></DL
@@ -120,7 +120,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN994" NAME="lwresd"
>5.2. Running a Resolver Daemon</A >5.2. Running a Resolver Daemon</A
></H1 ></H1
><P ><P
@@ -130,18 +130,27 @@ CLASS="command"
>lwresd</B >lwresd</B
>.</P >.</P
><P ><P
>Applications using the lightweight resolver library will make >By default, applications using the lightweight resolver library will make
UDP requests to the IPv4 loopback address (127.0.0.1) on port 921. 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 The daemon will try to find the answer to the questions "what are the
addresses for host <SPAN addresses for host
<SPAN
CLASS="systemitem" CLASS="systemitem"
>foo.example.com</SPAN >foo.example.com</SPAN
>?" and "what are >?" and "what are
the names for IPv4 address 204.152.184.79?"</P the names for IPv4 address 10.1.2.3?"</P
><P ><P
>The daemon currently only looks in the DNS, but in the future >The daemon currently only looks in the DNS, but in the future
it may use other sources such as <TT it may use other sources such as <TT
CLASS="literal" CLASS="filename"
>/etc/hosts</TT >/etc/hosts</TT
>, >,
NIS, etc.</P NIS, etc.</P
@@ -149,19 +158,41 @@ NIS, etc.</P
>The <B >The <B
CLASS="command" CLASS="command"
>lwresd</B >lwresd</B
> daemon is essentially a stripped-down, > daemon is essentially a
caching-only name server that answers requests using the lightweight caching-only name server that answers requests using the lightweight
resolver protocol rather than the DNS protocol. Because it needs resolver protocol rather than the DNS protocol. Because it needs
to run on each host, it is designed to require no or minimal configuration. 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" CLASS="command"
>nameserver</B >nameserver</B
> lines > lines in <TT
in <TT
CLASS="filename" CLASS="filename"
>/etc/resolv.conf</TT >/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 ></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
><DT ><DT
>7.2. <A >7.2. <A
HREF="Bv9ARM.ch07.html#AEN3831" HREF="Bv9ARM.ch07.html#AEN3876"
><B ><B
CLASS="command" CLASS="command"
>chroot</B >chroot</B
@@ -95,7 +95,7 @@ UNIX servers)</A
></DT ></DT
><DT ><DT
>7.3. <A >7.3. <A
HREF="Bv9ARM.ch07.html#AEN3877" HREF="Bv9ARM.ch07.html#AEN3922"
>Dynamic Updates</A >Dynamic Updates</A
></DT ></DT
></DL ></DL
@@ -180,7 +180,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN3831" NAME="AEN3876"
>7.2. <B >7.2. <B
CLASS="command" CLASS="command"
>chroot</B >chroot</B
@@ -259,7 +259,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN3854" NAME="AEN3899"
>7.2.1. The <B >7.2.1. The <B
CLASS="command" CLASS="command"
>chroot</B >chroot</B
@@ -315,7 +315,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN3869" NAME="AEN3914"
>7.2.2. Using the <B >7.2.2. Using the <B
CLASS="command" CLASS="command"
>setuid</B >setuid</B
@@ -346,7 +346,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN3877" NAME="AEN3922"
>7.3. Dynamic Updates</A >7.3. Dynamic Updates</A
></H1 ></H1
><P ><P

View File

@@ -75,17 +75,17 @@ CLASS="TOC"
></DT ></DT
><DT ><DT
>8.1. <A >8.1. <A
HREF="Bv9ARM.ch08.html#AEN3885" HREF="Bv9ARM.ch08.html#AEN3930"
>Common Problems</A >Common Problems</A
></DT ></DT
><DT ><DT
>8.2. <A >8.2. <A
HREF="Bv9ARM.ch08.html#AEN3891" HREF="Bv9ARM.ch08.html#AEN3936"
>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#AEN3896" HREF="Bv9ARM.ch08.html#AEN3941"
>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="AEN3885" NAME="AEN3930"
>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="AEN3887" NAME="AEN3932"
>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
@@ -123,7 +123,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN3891" NAME="AEN3936"
>8.2. Incrementing and Changing the Serial Number</A >8.2. Incrementing and Changing the Serial Number</A
></H1 ></H1
><P ><P
@@ -152,7 +152,7 @@ CLASS="sect1"
><H1 ><H1
CLASS="sect1" CLASS="sect1"
><A ><A
NAME="AEN3896" NAME="AEN3941"
>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#AEN3912" HREF="Bv9ARM.ch09.html#AEN3957"
>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#AEN3953" HREF="Bv9ARM.ch09.html#AEN3998"
>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="AEN3912" NAME="AEN3957"
>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="AEN3914" NAME="AEN3959"
>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="AEN3944" NAME="AEN3989"
>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="AEN3949" NAME="AEN3994"
>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="AEN3953" NAME="AEN3998"
>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="AEN3956" NAME="AEN4001"
>A.3.1. IPv6 addresses (A6)</A >A.3.1. IPv6 addresses (A6)</A
></H2 ></H2
><P ><P
@@ -863,19 +863,19 @@ TARGET="_top"
>.</P >.</P
><H3 ><H3
><A ><A
NAME="AEN4132" NAME="AEN4177"
>Bibliography</A >Bibliography</A
></H3 ></H3
><H1 ><H1
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN4133" NAME="AEN4178"
>Standards</A >Standards</A
></H1 ></H1
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4135" NAME="AEN4180"
></A ></A
><P ><P
>[RFC974]&nbsp;C. Partridge, <I >[RFC974]&nbsp;C. Partridge, <I
@@ -889,7 +889,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4142" NAME="AEN4187"
></A ></A
><P ><P
>[RFC1034]&nbsp;P.V. Mockapetris, <I >[RFC1034]&nbsp;P.V. Mockapetris, <I
@@ -903,7 +903,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4149" NAME="AEN4194"
></A ></A
><P ><P
>[RFC1035]&nbsp;P. V. Mockapetris, <I >[RFC1035]&nbsp;P. V. Mockapetris, <I
@@ -924,7 +924,7 @@ NAME="proposed_standards"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4158" NAME="AEN4203"
></A ></A
><P ><P
>[RFC2181]&nbsp;R., R. Bush Elz, <I >[RFC2181]&nbsp;R., R. Bush Elz, <I
@@ -941,7 +941,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4166" NAME="AEN4211"
></A ></A
><P ><P
>[RFC2308]&nbsp;M. Andrews, <I >[RFC2308]&nbsp;M. Andrews, <I
@@ -958,7 +958,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4174" NAME="AEN4219"
></A ></A
><P ><P
>[RFC1995]&nbsp;M. Ohta, <I >[RFC1995]&nbsp;M. Ohta, <I
@@ -975,7 +975,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4182" NAME="AEN4227"
></A ></A
><P ><P
>[RFC1996]&nbsp;P. Vixie, <I >[RFC1996]&nbsp;P. Vixie, <I
@@ -989,7 +989,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4189" NAME="AEN4234"
></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
@@ -1003,7 +1003,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4206" NAME="AEN4251"
></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
@@ -1020,13 +1020,13 @@ STYLE="margin-left=0.5in"
><H1 ><H1
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN4225" NAME="AEN4270"
>Proposed Standards Still Under Development</A >Proposed Standards Still Under Development</A
></H1 ></H1
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4230" NAME="AEN4275"
></A ></A
><P ><P
>[RFC1886]&nbsp;S. Thomson and C. Huitema, <I >[RFC1886]&nbsp;S. Thomson and C. Huitema, <I
@@ -1043,7 +1043,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4242" NAME="AEN4287"
></A ></A
><P ><P
>[RFC2065]&nbsp;D. Eastlake, 3rd and C. Kaufman, <I >[RFC2065]&nbsp;D. Eastlake, 3rd and C. Kaufman, <I
@@ -1057,7 +1057,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4254" NAME="AEN4299"
></A ></A
><P ><P
>[RFC2137]&nbsp;D. Eastlake, 3rd, <I >[RFC2137]&nbsp;D. Eastlake, 3rd, <I
@@ -1071,7 +1071,7 @@ STYLE="margin-left=0.5in"
><H1 ><H1
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN4262" NAME="AEN4307"
>Other Important RFCs About <SPAN >Other Important RFCs About <SPAN
CLASS="acronym" CLASS="acronym"
>DNS</SPAN >DNS</SPAN
@@ -1080,7 +1080,7 @@ CLASS="acronym"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4265" NAME="AEN4310"
></A ></A
><P ><P
>[RFC1535]&nbsp;E. Gavron, <I >[RFC1535]&nbsp;E. Gavron, <I
@@ -1097,7 +1097,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4273" NAME="AEN4318"
></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
@@ -1114,7 +1114,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4294" NAME="AEN4339"
></A ></A
><P ><P
>[RFC1982]&nbsp;R. Elz and R. Bush, <I >[RFC1982]&nbsp;R. Elz and R. Bush, <I
@@ -1128,13 +1128,13 @@ STYLE="margin-left=0.5in"
><H1 ><H1
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN4305" NAME="AEN4350"
>Resource Record Types</A >Resource Record Types</A
></H1 ></H1
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4307" NAME="AEN4352"
></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
@@ -1151,7 +1151,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4325" NAME="AEN4370"
></A ></A
><P ><P
>[RFC1706]&nbsp;B. Manning and R. Colella, <I >[RFC1706]&nbsp;B. Manning and R. Colella, <I
@@ -1168,7 +1168,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4337" NAME="AEN4382"
></A ></A
><P ><P
>[RFC2168]&nbsp;R. Daniel and M. Mealling, <I >[RFC2168]&nbsp;R. Daniel and M. Mealling, <I
@@ -1183,7 +1183,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4348" NAME="AEN4393"
></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
@@ -1198,7 +1198,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4365" NAME="AEN4410"
></A ></A
><P ><P
>[RFC2052]&nbsp;A. Gulbrandsen and P. Vixie, <I >[RFC2052]&nbsp;A. Gulbrandsen and P. Vixie, <I
@@ -1216,7 +1216,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4377" NAME="AEN4422"
></A ></A
><P ><P
>[RFC2163]&nbsp;A. Allocchio, <I >[RFC2163]&nbsp;A. Allocchio, <I
@@ -1234,7 +1234,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4385" NAME="AEN4430"
></A ></A
><P ><P
>[RFC2230]&nbsp;R. Atkinson, <I >[RFC2230]&nbsp;R. Atkinson, <I
@@ -1251,7 +1251,7 @@ STYLE="margin-left=0.5in"
><H1 ><H1
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN4393" NAME="AEN4438"
><SPAN ><SPAN
CLASS="acronym" CLASS="acronym"
>DNS</SPAN >DNS</SPAN
@@ -1260,7 +1260,7 @@ CLASS="acronym"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4396" NAME="AEN4441"
></A ></A
><P ><P
>[RFC1101]&nbsp;P. V. Mockapetris, <I >[RFC1101]&nbsp;P. V. Mockapetris, <I
@@ -1277,7 +1277,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4404" NAME="AEN4449"
></A ></A
><P ><P
>[RFC1123]&nbsp;Braden, <I >[RFC1123]&nbsp;Braden, <I
@@ -1291,7 +1291,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4411" NAME="AEN4456"
></A ></A
><P ><P
>[RFC1591]&nbsp;J. Postel, <I >[RFC1591]&nbsp;J. Postel, <I
@@ -1305,7 +1305,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4418" NAME="AEN4463"
></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
@@ -1319,7 +1319,7 @@ STYLE="margin-left=0.5in"
><H1 ><H1
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN4432" NAME="AEN4477"
><SPAN ><SPAN
CLASS="acronym" CLASS="acronym"
>DNS</SPAN >DNS</SPAN
@@ -1328,7 +1328,7 @@ CLASS="acronym"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4435" NAME="AEN4480"
></A ></A
><P ><P
>[RFC1537]&nbsp;P. Beertema, <I >[RFC1537]&nbsp;P. Beertema, <I
@@ -1345,7 +1345,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4443" NAME="AEN4488"
></A ></A
><P ><P
>[RFC1912]&nbsp;D. Barr, <I >[RFC1912]&nbsp;D. Barr, <I
@@ -1362,7 +1362,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4451" NAME="AEN4496"
></A ></A
><P ><P
>[RFC1912]&nbsp;D. Barr, <I >[RFC1912]&nbsp;D. Barr, <I
@@ -1379,7 +1379,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4459" NAME="AEN4504"
></A ></A
><P ><P
>[RFC2010]&nbsp;B. Manning and P. Vixie, <I >[RFC2010]&nbsp;B. Manning and P. Vixie, <I
@@ -1393,7 +1393,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4470" NAME="AEN4515"
></A ></A
><P ><P
>[RFC2219]&nbsp;M. Hamilton and R. Wright, <I >[RFC2219]&nbsp;M. Hamilton and R. Wright, <I
@@ -1410,7 +1410,7 @@ STYLE="margin-left=0.5in"
><H1 ><H1
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN4482" NAME="AEN4527"
>Other <SPAN >Other <SPAN
CLASS="acronym" CLASS="acronym"
>DNS</SPAN >DNS</SPAN
@@ -1419,7 +1419,7 @@ CLASS="acronym"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4488" NAME="AEN4533"
></A ></A
><P ><P
>[RFC1464]&nbsp;R. Rosenbaum, <I >[RFC1464]&nbsp;R. Rosenbaum, <I
@@ -1433,7 +1433,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4495" NAME="AEN4540"
></A ></A
><P ><P
>[RFC1713]&nbsp;A. Romao, <I >[RFC1713]&nbsp;A. Romao, <I
@@ -1450,7 +1450,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4503" NAME="AEN4548"
></A ></A
><P ><P
>[RFC1794]&nbsp;T. Brisco, <I >[RFC1794]&nbsp;T. Brisco, <I
@@ -1467,7 +1467,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4511" NAME="AEN4556"
></A ></A
><P ><P
>[RFC2240]&nbsp;O. Vaughan, <I >[RFC2240]&nbsp;O. Vaughan, <I
@@ -1481,7 +1481,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4518" NAME="AEN4563"
></A ></A
><P ><P
>[RFC2345]&nbsp;J. Klensin, T. Wolf, and G. Oglesby, <I >[RFC2345]&nbsp;J. Klensin, T. Wolf, and G. Oglesby, <I
@@ -1495,7 +1495,7 @@ STYLE="margin-left=0.5in"
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4532" NAME="AEN4577"
></A ></A
><P ><P
>[RFC2352]&nbsp;O. Vaughan, <I >[RFC2352]&nbsp;O. Vaughan, <I
@@ -1509,13 +1509,13 @@ STYLE="margin-left=0.5in"
><H1 ><H1
CLASS="bibliodiv" CLASS="bibliodiv"
><A ><A
NAME="AEN4539" NAME="AEN4584"
>Obsolete and Unimplemented Experimental RRs</A >Obsolete and Unimplemented Experimental RRs</A
></H1 ></H1
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4541" NAME="AEN4586"
></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
@@ -1554,7 +1554,7 @@ CLASS="sect2"
><H2 ><H2
CLASS="sect2" CLASS="sect2"
><A ><A
NAME="AEN4562" NAME="AEN4607"
>A.4.3. Other Documents About <SPAN >A.4.3. Other Documents About <SPAN
CLASS="acronym" CLASS="acronym"
>BIND</SPAN >BIND</SPAN
@@ -1564,13 +1564,13 @@ CLASS="acronym"
></P ></P
><H3 ><H3
><A ><A
NAME="AEN4566" NAME="AEN4611"
>Bibliography</A >Bibliography</A
></H3 ></H3
><DIV ><DIV
CLASS="biblioentry" CLASS="biblioentry"
><A ><A
NAME="AEN4567" NAME="AEN4612"
></A ></A
><P ><P
>Paul Albitz and Cricket Liu, <I >Paul Albitz and Cricket Liu, <I

View File

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