mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Document new RNDC options and statistics file.
Regenerate HTML files.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
|
||||||
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
|
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
|
||||||
|
|
||||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.43 2000/11/20 21:49:14 bwelling Exp $ -->
|
<!-- File: $Id: Bv9ARM-book.xml,v 1.44 2000/11/21 18:12:34 mws Exp $ -->
|
||||||
|
|
||||||
<book>
|
<book>
|
||||||
|
|
||||||
@@ -639,7 +639,9 @@ of a server.</para>
|
|||||||
<arg>-c <replaceable>config</replaceable></arg>
|
<arg>-c <replaceable>config</replaceable></arg>
|
||||||
<arg>-s <replaceable>server</replaceable></arg>
|
<arg>-s <replaceable>server</replaceable></arg>
|
||||||
<arg>-p <replaceable>port</replaceable></arg>
|
<arg>-p <replaceable>port</replaceable></arg>
|
||||||
|
<arg>-v <replaceable>view</replaceable></arg>
|
||||||
<arg>-y <replaceable>key</replaceable></arg>
|
<arg>-y <replaceable>key</replaceable></arg>
|
||||||
|
<arg>-z <replaceable>zone</replaceable></arg>
|
||||||
<arg choice="plain"><replaceable>command</replaceable></arg>
|
<arg choice="plain"><replaceable>command</replaceable></arg>
|
||||||
<arg rep="repeat"><replaceable>command</replaceable></arg>
|
<arg rep="repeat"><replaceable>command</replaceable></arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
@@ -665,11 +667,15 @@ of a server.</para>
|
|||||||
<entry colname = "2"><para>Dump database and cache to /var/tmp/named_dump.db.</para></entry>
|
<entry colname = "2"><para>Dump database and cache to /var/tmp/named_dump.db.</para></entry>
|
||||||
</row>
|
</row>
|
||||||
<row rowsep = "0">
|
<row rowsep = "0">
|
||||||
|
<entry colname = "1"><para><userinput>refresh</userinput></para></entry>
|
||||||
|
<entry colname = "2"><para>Forced refresh of specified zone.</para></entry>
|
||||||
|
</row>
|
||||||
|
<row rowsep = "0">
|
||||||
<entry colname = "1"><para><userinput>reload</userinput></para></entry>
|
<entry colname = "1"><para><userinput>reload</userinput></para></entry>
|
||||||
<entry colname = "2"><para>Reload configuration file and zones.</para></entry>
|
<entry colname = "2"><para>Reload configuration file and zones.</para></entry>
|
||||||
</row>
|
</row>
|
||||||
<row rowsep = "0">
|
<row rowsep = "0">
|
||||||
<entry colname = "1"><para><userinput>stats</userinput><footnoteref linkend="nyi1"/></para></entry>
|
<entry colname = "1"><para><userinput>stats</userinput></para></entry>
|
||||||
<entry colname = "2"><para>Dump statistics to /var/tmp/named.stats.</para></entry>
|
<entry colname = "2"><para>Dump statistics to /var/tmp/named.stats.</para></entry>
|
||||||
</row>
|
</row>
|
||||||
<row rowsep = "0">
|
<row rowsep = "0">
|
||||||
@@ -700,8 +706,8 @@ of a server.</para>
|
|||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</informaltable>
|
</informaltable>
|
||||||
<para>As noted above, <command>reload</command> is the
|
<para>As noted above, only a limited number of commands are
|
||||||
only command available for <acronym>BIND</acronym> 9.0.0. The other
|
available for <acronym>BIND</acronym> 9.0.0. The other
|
||||||
commands, and more, are planned to be implemented for
|
commands, and more, are planned to be implemented for
|
||||||
future releases.</para>
|
future releases.</para>
|
||||||
|
|
||||||
@@ -2432,6 +2438,7 @@ lookups performed on behalf of clients by a caching name server.</para></entry>
|
|||||||
<optional> memstatistics-file <replaceable>path_name</replaceable>; </optional>
|
<optional> memstatistics-file <replaceable>path_name</replaceable>; </optional>
|
||||||
<optional> pid-file <replaceable>path_name</replaceable>; </optional>
|
<optional> pid-file <replaceable>path_name</replaceable>; </optional>
|
||||||
<optional> statistics-file <replaceable>path_name</replaceable>; </optional>
|
<optional> statistics-file <replaceable>path_name</replaceable>; </optional>
|
||||||
|
<optional> statistics <replaceable>yes_or_no</replaceable>; </optional>
|
||||||
<optional> auth-nxdomain <replaceable>yes_or_no</replaceable>; </optional>
|
<optional> auth-nxdomain <replaceable>yes_or_no</replaceable>; </optional>
|
||||||
<optional> deallocate-on-exit <replaceable>yes_or_no</replaceable>; </optional>
|
<optional> deallocate-on-exit <replaceable>yes_or_no</replaceable>; </optional>
|
||||||
<optional> dialup <replaceable>dialup_option</replaceable>; </optional>
|
<optional> dialup <replaceable>dialup_option</replaceable>; </optional>
|
||||||
@@ -2581,11 +2588,8 @@ nameserver.</para></entry>
|
|||||||
<row rowsep = "0">
|
<row rowsep = "0">
|
||||||
<entry colname = "1"><para><command>statistics-file</command></para></entry>
|
<entry colname = "1"><para><command>statistics-file</command></para></entry>
|
||||||
<entry colname = "2"><para>The pathname of the file the server appends statistics
|
<entry colname = "2"><para>The pathname of the file the server appends statistics
|
||||||
to. If not specified, the default is <filename>named.stats</filename>.</para><note>
|
to. If not specified, the default is <filename>named.stats</filename>.</para></entry>
|
||||||
<simpara>Not
|
|
||||||
yet implemented in <acronym>BIND</acronym> 9.</simpara></note></entry>
|
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row rowsep = "0">
|
<row rowsep = "0">
|
||||||
<entry colname = "1"><para><command>port</command></para></entry>
|
<entry colname = "1"><para><command>port</command></para></entry>
|
||||||
<entry colname = "2"><para>
|
<entry colname = "2"><para>
|
||||||
@@ -2749,6 +2753,13 @@ answers. The default is <userinput>no</userinput>.</para>
|
|||||||
<acronym>BIND</acronym> 9 always allocates query IDs from a pool.</para></entry>
|
<acronym>BIND</acronym> 9 always allocates query IDs from a pool.</para></entry>
|
||||||
</row>
|
</row>
|
||||||
<row rowsep = "0">
|
<row rowsep = "0">
|
||||||
|
<entry colname = "1"><para><command>statistics</command></para></entry>
|
||||||
|
<entry colname = "2"><para>If yes, the server will, by default, collect
|
||||||
|
statistical data on all zones in the server. These statistics may be accessed
|
||||||
|
using the <command>rndc</command> which will dump them to the file listed
|
||||||
|
in the <command>statistics-file</command> option listed above.</para></entry>
|
||||||
|
</row>
|
||||||
|
<row rowsep = "0">
|
||||||
<entry colname = "1"><para><command>treat-cr-as-space</command></para></entry>
|
<entry colname = "1"><para><command>treat-cr-as-space</command></para></entry>
|
||||||
<entry colname = "2"><para>This option was used in <acronym>BIND</acronym> 8 to make
|
<entry colname = "2"><para>This option was used in <acronym>BIND</acronym> 8 to make
|
||||||
the server treat carriage return ("<command>\r</command>") characters the same way
|
the server treat carriage return ("<command>\r</command>") characters the same way
|
||||||
@@ -3500,6 +3511,7 @@ key data.</para></sect2>
|
|||||||
<programlisting>view <replaceable>view_name</replaceable> <optional><replaceable>class</replaceable></optional> {
|
<programlisting>view <replaceable>view_name</replaceable> <optional><replaceable>class</replaceable></optional> {
|
||||||
match-clients { <replaceable>address_match_list</replaceable> } ;
|
match-clients { <replaceable>address_match_list</replaceable> } ;
|
||||||
<optional> <replaceable>view_option</replaceable>; ...</optional>
|
<optional> <replaceable>view_option</replaceable>; ...</optional>
|
||||||
|
<optional> statistics <replaceable>yes_or_no</replaceable> ; </optional>
|
||||||
<optional> <replaceable>zone_statement</replaceable>; ...</optional>
|
<optional> <replaceable>zone_statement</replaceable>; ...</optional>
|
||||||
};
|
};
|
||||||
</programlisting></sect2>
|
</programlisting></sect2>
|
||||||
@@ -3590,6 +3602,7 @@ Statement Grammar</title>
|
|||||||
<optional> pubkey <replaceable>number</replaceable> <replaceable>number</replaceable> <replaceable>number</replaceable> <replaceable>string</replaceable> ; </optional>
|
<optional> pubkey <replaceable>number</replaceable> <replaceable>number</replaceable> <replaceable>number</replaceable> <replaceable>string</replaceable> ; </optional>
|
||||||
<optional> transfer-source (<replaceable>ip4_addr</replaceable> | <constant>*</constant>) <optional>port <replaceable>ip_port</replaceable></optional> ; </optional>
|
<optional> transfer-source (<replaceable>ip4_addr</replaceable> | <constant>*</constant>) <optional>port <replaceable>ip_port</replaceable></optional> ; </optional>
|
||||||
<optional> transfer-source-v6 (<replaceable>ip6_addr</replaceable> | <constant>*</constant>) <optional>port <replaceable>ip_port</replaceable></optional> ; </optional>
|
<optional> transfer-source-v6 (<replaceable>ip6_addr</replaceable> | <constant>*</constant>) <optional>port <replaceable>ip_port</replaceable></optional> ; </optional>
|
||||||
|
<optional> statistics <replaceable>yes_or_no</replaceable> ; </optional>
|
||||||
<optional> sig-validity-interval <replaceable>number</replaceable> ; </optional>
|
<optional> sig-validity-interval <replaceable>number</replaceable> ; </optional>
|
||||||
<optional> database <replaceable>string</replaceable> ; </optional>
|
<optional> database <replaceable>string</replaceable> ; </optional>
|
||||||
}</optional>;
|
}</optional>;
|
||||||
@@ -3818,6 +3831,12 @@ zones when they are loaded from disk. <acronym>BIND</acronym> 9 does not verify
|
|||||||
on loading and ignores the option.</para></entry>
|
on loading and ignores the option.</para></entry>
|
||||||
</row>
|
</row>
|
||||||
<row rowsep = "0">
|
<row rowsep = "0">
|
||||||
|
<entry colname = "1"><para><command>statistics</command></para></entry>
|
||||||
|
<entry colname = "2"><para>If set to yes, the server will keep statistical
|
||||||
|
information for all zones in the view, which can be dumped to the
|
||||||
|
statistics-file defined in the server options.</para></entry>
|
||||||
|
</row>
|
||||||
|
<row rowsep = "0">
|
||||||
<entry colname = "1"><para><command>sig-validity-interval</command></para></entry>
|
<entry colname = "1"><para><command>sig-validity-interval</command></para></entry>
|
||||||
<entry colname = "2"><para>See the description of
|
<entry colname = "2"><para>See the description of
|
||||||
<command>sig-validity-interval</command> under <xref linkend="tuning"/>.</para></entry>
|
<command>sig-validity-interval</command> under <xref linkend="tuning"/>.</para></entry>
|
||||||
@@ -5478,6 +5497,63 @@ after which they are deleted unless updated by their authors.
|
|||||||
</bibliography>
|
</bibliography>
|
||||||
</sect2>
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
<sect1 id="statsfile">
|
||||||
|
<title>Format of statistics file</title>
|
||||||
|
<para>The statistics file generated by Bind9 is similar in form to that
|
||||||
|
generated by Bind8, but is not identical, due to differences in the counters
|
||||||
|
currently implemented in Bind9.</para>
|
||||||
|
<para>The statistics dump begins with the line <command>+++ Statistics Dump
|
||||||
|
+++ (973798949)</command>, where the number in parentheses is a standard
|
||||||
|
Unix-style timestamp, measured as seconds since January 1, 1970. Following
|
||||||
|
that line are a series of lines containing a counter type, value of the
|
||||||
|
counter, and possibly a view/zone pair. The lines without view and zone
|
||||||
|
listed are global counters for the entire server and the lines with view and
|
||||||
|
zones specified are for the given view and zone. The statistics dump ends
|
||||||
|
with the line <command>--- Statistics Dump --- (973798949)</command>, where the
|
||||||
|
number is identical to the number in the beginning line.</para>
|
||||||
|
<para>The following counters are defined:</para>
|
||||||
|
<informaltable
|
||||||
|
colsep = "0" rowsep = "0"><tgroup cols = "2"
|
||||||
|
colsep = "0" rowsep = "0" tgroupstyle = "4Level-table">
|
||||||
|
<colspec colname = "1" colnum = "1" colsep = "0" colwidth = "1.150in"/>
|
||||||
|
<colspec colname = "2" colnum = "2" colsep = "0" colwidth = "3.350in"/>
|
||||||
|
<tbody>
|
||||||
|
<row rowsep = "0">
|
||||||
|
<entry colname = "1"><para><command>success</command></para></entry>
|
||||||
|
<entry colname = "2"><para>This counter is used to track the number of
|
||||||
|
successful queries made to the server or zone. A successful query
|
||||||
|
is defined as query which returns a NOERROR result other than
|
||||||
|
delegation replies.</para></entry>
|
||||||
|
</row>
|
||||||
|
<row rowsep = "0">
|
||||||
|
<entry colname = "1"><para><command>delegation</command></para></entry>
|
||||||
|
<entry colname = "2"><para>This counter is used to track the number
|
||||||
|
of queries which return delegations instead a final answer.</para></entry>
|
||||||
|
</row>
|
||||||
|
<row rowsep = "0">
|
||||||
|
<entry colname = "1"><para><command>nxrrset</command></para></entry>
|
||||||
|
<entry colname = "2"><para>This counter is used to track the number
|
||||||
|
of queries made which return a result code of NXRRSET.</para></entry>
|
||||||
|
</row>
|
||||||
|
<row rowsep = "0">
|
||||||
|
<entry colname = "1"><para><command>nxdoimain</command></para></entry>
|
||||||
|
<entry colname = "2"><para>This counter is used to track the number
|
||||||
|
of queries made which return a result code of NXDOMAIN.</para></entry>
|
||||||
|
</row>
|
||||||
|
<row rowsep = "0">
|
||||||
|
<entry colname = "1"><para><command>recursion</command></para></entry>
|
||||||
|
<entry colname = "2"><para>This counter is used to track the number
|
||||||
|
of queries made which resulted in recursion in order to find the final
|
||||||
|
answer.</para></entry>
|
||||||
|
</row
|
||||||
|
><row rowsep = "0">
|
||||||
|
<entry colname = "1"><para><command>failure</command></para></entry>
|
||||||
|
<entry colname = "2"><para>This counter is used to track the number
|
||||||
|
of queries resulted in a SERVFAIL reply.</para></entry>
|
||||||
|
</row>
|
||||||
|
</tbody>
|
||||||
|
</tgroup></informaltable>
|
||||||
|
</sect1>
|
||||||
</appendix>
|
</appendix>
|
||||||
|
|
||||||
</book>
|
</book>
|
||||||
|
@@ -601,17 +601,20 @@ CLASS="systemitem"
|
|||||||
>where <SPAN
|
>where <SPAN
|
||||||
CLASS="systemitem"
|
CLASS="systemitem"
|
||||||
>com</SPAN
|
>com</SPAN
|
||||||
> is the top level domain to which <SPAN
|
> is the top level domain to which
|
||||||
|
<SPAN
|
||||||
CLASS="systemitem"
|
CLASS="systemitem"
|
||||||
>ourhost.example.com</SPAN
|
>ourhost.example.com</SPAN
|
||||||
> belongs, <SPAN
|
> belongs,
|
||||||
|
<SPAN
|
||||||
CLASS="systemitem"
|
CLASS="systemitem"
|
||||||
>example</SPAN
|
>example</SPAN
|
||||||
> is
|
> is
|
||||||
a subdomain of <SPAN
|
a subdomain of <SPAN
|
||||||
CLASS="systemitem"
|
CLASS="systemitem"
|
||||||
>com</SPAN
|
>com</SPAN
|
||||||
>, and <SPAN
|
>, and
|
||||||
|
<SPAN
|
||||||
CLASS="systemitem"
|
CLASS="systemitem"
|
||||||
>ourhost</SPAN
|
>ourhost</SPAN
|
||||||
> is the
|
> is the
|
||||||
@@ -629,13 +632,15 @@ via File Transfer Protocol (FTP) from
|
|||||||
HREF="ftp://www.isi.edu/in-notes/"
|
HREF="ftp://www.isi.edu/in-notes/"
|
||||||
TARGET="_top"
|
TARGET="_top"
|
||||||
>ftp://www.isi.edu/in-notes/</A
|
>ftp://www.isi.edu/in-notes/</A
|
||||||
> or via the Web at <A
|
>
|
||||||
|
or via the Web at <A
|
||||||
HREF="http://www.ietf.org/rfc/"
|
HREF="http://www.ietf.org/rfc/"
|
||||||
TARGET="_top"
|
TARGET="_top"
|
||||||
>http://www.ietf.org/rfc/</A
|
>http://www.ietf.org/rfc/</A
|
||||||
>.
|
>.
|
||||||
(See Appendix C for complete information on finding and retrieving
|
(See Appendix C for complete information on finding and retrieving
|
||||||
RFCs.) It is also recommended that you read the related man pages: <B
|
RFCs.) It is also recommended that you read the related man pages:
|
||||||
|
<B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>named</B
|
>named</B
|
||||||
> and <B
|
> and <B
|
||||||
@@ -679,19 +684,22 @@ CLASS="systemitem"
|
|||||||
> domain
|
> domain
|
||||||
which includes names such as <SPAN
|
which includes names such as <SPAN
|
||||||
CLASS="systemitem"
|
CLASS="systemitem"
|
||||||
>host.aaa.example.com </SPAN
|
>host.aaa.example.com</SPAN
|
||||||
>and <SPAN
|
>
|
||||||
|
and <SPAN
|
||||||
CLASS="systemitem"
|
CLASS="systemitem"
|
||||||
>host.bbb.example.com</SPAN
|
>host.bbb.example.com</SPAN
|
||||||
> even
|
> even
|
||||||
though the <SPAN
|
though the <SPAN
|
||||||
CLASS="systemitem"
|
CLASS="systemitem"
|
||||||
>example.com</SPAN
|
>example.com</SPAN
|
||||||
> zone includes only delegations
|
>
|
||||||
for the <SPAN
|
zone includes only delegations for the
|
||||||
|
<SPAN
|
||||||
CLASS="systemitem"
|
CLASS="systemitem"
|
||||||
>aaa.example.com</SPAN
|
>aaa.example.com</SPAN
|
||||||
> and <SPAN
|
>
|
||||||
|
and <SPAN
|
||||||
CLASS="systemitem"
|
CLASS="systemitem"
|
||||||
>bbb.example.com</SPAN
|
>bbb.example.com</SPAN
|
||||||
> zones.
|
> zones.
|
||||||
|
@@ -428,12 +428,14 @@ CLASS="command"
|
|||||||
<B
|
<B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>options</B
|
>options</B
|
||||||
> statement, see <A
|
> statement, see
|
||||||
|
<A
|
||||||
HREF="Bv9ARM.ch06.html#rrset_ordering"
|
HREF="Bv9ARM.ch06.html#rrset_ordering"
|
||||||
><I
|
><I
|
||||||
>RRset Ordering</I
|
>RRset Ordering</I
|
||||||
></A
|
></A
|
||||||
>. This substatement is not supported in
|
>.
|
||||||
|
This substatement is not supported in
|
||||||
<SPAN
|
<SPAN
|
||||||
CLASS="acronym"
|
CLASS="acronym"
|
||||||
>BIND</SPAN
|
>BIND</SPAN
|
||||||
@@ -753,11 +755,21 @@ CLASS="replaceable"
|
|||||||
><I
|
><I
|
||||||
>port</I
|
>port</I
|
||||||
></TT
|
></TT
|
||||||
|
>] [-v <TT
|
||||||
|
CLASS="replaceable"
|
||||||
|
><I
|
||||||
|
>view</I
|
||||||
|
></TT
|
||||||
>] [-y <TT
|
>] [-y <TT
|
||||||
CLASS="replaceable"
|
CLASS="replaceable"
|
||||||
><I
|
><I
|
||||||
>key</I
|
>key</I
|
||||||
></TT
|
></TT
|
||||||
|
>] [-z <TT
|
||||||
|
CLASS="replaceable"
|
||||||
|
><I
|
||||||
|
>zone</I
|
||||||
|
></TT
|
||||||
>] <TT
|
>] <TT
|
||||||
CLASS="replaceable"
|
CLASS="replaceable"
|
||||||
><I
|
><I
|
||||||
@@ -841,6 +853,27 @@ VALIGN="MIDDLE"
|
|||||||
><TT
|
><TT
|
||||||
CLASS="userinput"
|
CLASS="userinput"
|
||||||
><B
|
><B
|
||||||
|
>refresh</B
|
||||||
|
></TT
|
||||||
|
></P
|
||||||
|
></TD
|
||||||
|
><TD
|
||||||
|
WIDTH="288"
|
||||||
|
ALIGN="LEFT"
|
||||||
|
VALIGN="MIDDLE"
|
||||||
|
><P
|
||||||
|
>Forced refresh of specified zone.</P
|
||||||
|
></TD
|
||||||
|
></TR
|
||||||
|
><TR
|
||||||
|
><TD
|
||||||
|
WIDTH="144"
|
||||||
|
ALIGN="LEFT"
|
||||||
|
VALIGN="MIDDLE"
|
||||||
|
><P
|
||||||
|
><TT
|
||||||
|
CLASS="userinput"
|
||||||
|
><B
|
||||||
>reload</B
|
>reload</B
|
||||||
></TT
|
></TT
|
||||||
></P
|
></P
|
||||||
@@ -864,9 +897,6 @@ CLASS="userinput"
|
|||||||
><B
|
><B
|
||||||
>stats</B
|
>stats</B
|
||||||
></TT
|
></TT
|
||||||
><A
|
|
||||||
HREF="#FTN.nyi1"
|
|
||||||
>[a]</A
|
|
||||||
></P
|
></P
|
||||||
></TD
|
></TD
|
||||||
><TD
|
><TD
|
||||||
@@ -1011,11 +1041,8 @@ NAME="FTN.nyi1"
|
|||||||
></P
|
></P
|
||||||
></DIV
|
></DIV
|
||||||
><P
|
><P
|
||||||
>As noted above, <B
|
>As noted above, only a limited number of commands are
|
||||||
CLASS="command"
|
available for <SPAN
|
||||||
>reload</B
|
|
||||||
> is the
|
|
||||||
only command available for <SPAN
|
|
||||||
CLASS="acronym"
|
CLASS="acronym"
|
||||||
>BIND</SPAN
|
>BIND</SPAN
|
||||||
> 9.0.0. The other
|
> 9.0.0. The other
|
||||||
@@ -1216,7 +1243,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN599"
|
NAME="AEN607"
|
||||||
>3.4.2. Signals</A
|
>3.4.2. Signals</A
|
||||||
></H2
|
></H2
|
||||||
><P
|
><P
|
||||||
|
@@ -85,7 +85,7 @@ HREF="Bv9ARM.ch04.html#incremental_zone_transfers"
|
|||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>4.3. <A
|
>4.3. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN653"
|
HREF="Bv9ARM.ch04.html#AEN661"
|
||||||
>Split DNS</A
|
>Split DNS</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
@@ -95,12 +95,12 @@ HREF="Bv9ARM.ch04.html#tsig"
|
|||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>4.5. <A
|
>4.5. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN815"
|
HREF="Bv9ARM.ch04.html#AEN821"
|
||||||
>TKEY</A
|
>TKEY</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>4.6. <A
|
>4.6. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN830"
|
HREF="Bv9ARM.ch04.html#AEN836"
|
||||||
>SIG(0)</A
|
>SIG(0)</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
@@ -110,7 +110,7 @@ HREF="Bv9ARM.ch04.html#DNSSEC"
|
|||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>4.8. <A
|
>4.8. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN914"
|
HREF="Bv9ARM.ch04.html#AEN920"
|
||||||
>IPv6 Support in <SPAN
|
>IPv6 Support in <SPAN
|
||||||
CLASS="acronym"
|
CLASS="acronym"
|
||||||
>BIND</SPAN
|
>BIND</SPAN
|
||||||
@@ -229,7 +229,7 @@ CLASS="sect1"
|
|||||||
><H1
|
><H1
|
||||||
CLASS="sect1"
|
CLASS="sect1"
|
||||||
><A
|
><A
|
||||||
NAME="AEN653"
|
NAME="AEN661"
|
||||||
>4.3. Split DNS</A
|
>4.3. Split DNS</A
|
||||||
></H1
|
></H1
|
||||||
><P
|
><P
|
||||||
@@ -312,16 +312,10 @@ CLASS="filename"
|
|||||||
>site2.internal</TT
|
>site2.internal</TT
|
||||||
>.</P
|
>.</P
|
||||||
><P
|
><P
|
||||||
>To protect the<TT
|
>To protect the <TT
|
||||||
CLASS="filename"
|
CLASS="filename"
|
||||||
> site1.interna</TT
|
>site1.internal</TT
|
||||||
><I
|
> and <TT
|
||||||
CLASS="emphasis"
|
|
||||||
>l</I
|
|
||||||
> and<I
|
|
||||||
CLASS="emphasis"
|
|
||||||
> </I
|
|
||||||
><TT
|
|
||||||
CLASS="filename"
|
CLASS="filename"
|
||||||
>site2.internal</TT
|
>site2.internal</TT
|
||||||
> domains,
|
> domains,
|
||||||
@@ -445,8 +439,8 @@ CLASS="systemitem"
|
|||||||
> and
|
> and
|
||||||
<SPAN
|
<SPAN
|
||||||
CLASS="systemitem"
|
CLASS="systemitem"
|
||||||
>site2.example.com </SPAN
|
>site2.example.com</SPAN
|
||||||
>zones.</P
|
> zones.</P
|
||||||
></LI
|
></LI
|
||||||
><LI
|
><LI
|
||||||
><P
|
><P
|
||||||
@@ -635,7 +629,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN746"
|
NAME="AEN752"
|
||||||
>4.4.1. Generate Shared Keys for Each Pair of Hosts</A
|
>4.4.1. Generate Shared Keys for Each Pair of Hosts</A
|
||||||
></H2
|
></H2
|
||||||
><P
|
><P
|
||||||
@@ -653,7 +647,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN751"
|
NAME="AEN757"
|
||||||
>4.4.1.1. Automatic Generation</A
|
>4.4.1.1. Automatic Generation</A
|
||||||
></H3
|
></H3
|
||||||
><P
|
><P
|
||||||
@@ -695,7 +689,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN762"
|
NAME="AEN768"
|
||||||
>4.4.1.2. Manual Generation</A
|
>4.4.1.2. Manual Generation</A
|
||||||
></H3
|
></H3
|
||||||
><P
|
><P
|
||||||
@@ -716,7 +710,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN767"
|
NAME="AEN773"
|
||||||
>4.4.2. Copying the Shared Secret to Both Machines</A
|
>4.4.2. Copying the Shared Secret to Both Machines</A
|
||||||
></H2
|
></H2
|
||||||
><P
|
><P
|
||||||
@@ -728,7 +722,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN770"
|
NAME="AEN776"
|
||||||
>4.4.3. Informing the Servers of the Key's Existence</A
|
>4.4.3. Informing the Servers of the Key's Existence</A
|
||||||
></H2
|
></H2
|
||||||
><P
|
><P
|
||||||
@@ -776,7 +770,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN782"
|
NAME="AEN788"
|
||||||
>4.4.4. Instructing the Server to Use the Key</A
|
>4.4.4. Instructing the Server to Use the Key</A
|
||||||
></H2
|
></H2
|
||||||
><P
|
><P
|
||||||
@@ -836,7 +830,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN798"
|
NAME="AEN804"
|
||||||
>4.4.5. TSIG Key Based Access Control</A
|
>4.4.5. TSIG Key Based Access Control</A
|
||||||
></H2
|
></H2
|
||||||
><P
|
><P
|
||||||
@@ -882,7 +876,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN811"
|
NAME="AEN817"
|
||||||
>4.4.6. Errors</A
|
>4.4.6. Errors</A
|
||||||
></H2
|
></H2
|
||||||
><P
|
><P
|
||||||
@@ -911,7 +905,7 @@ CLASS="sect1"
|
|||||||
><H1
|
><H1
|
||||||
CLASS="sect1"
|
CLASS="sect1"
|
||||||
><A
|
><A
|
||||||
NAME="AEN815"
|
NAME="AEN821"
|
||||||
>4.5. TKEY</A
|
>4.5. TKEY</A
|
||||||
></H1
|
></H1
|
||||||
><P
|
><P
|
||||||
@@ -977,7 +971,7 @@ CLASS="sect1"
|
|||||||
><H1
|
><H1
|
||||||
CLASS="sect1"
|
CLASS="sect1"
|
||||||
><A
|
><A
|
||||||
NAME="AEN830"
|
NAME="AEN836"
|
||||||
>4.6. SIG(0)</A
|
>4.6. SIG(0)</A
|
||||||
></H1
|
></H1
|
||||||
><P
|
><P
|
||||||
@@ -1046,7 +1040,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN846"
|
NAME="AEN852"
|
||||||
>4.7.1. Generating Keys</A
|
>4.7.1. Generating Keys</A
|
||||||
></H2
|
></H2
|
||||||
><P
|
><P
|
||||||
@@ -1117,15 +1111,15 @@ CLASS="command"
|
|||||||
> statements, including the
|
> statements, including the
|
||||||
<TT
|
<TT
|
||||||
CLASS="filename"
|
CLASS="filename"
|
||||||
>.key </TT
|
>.key</TT
|
||||||
>files.</P
|
> files.</P
|
||||||
></DIV
|
></DIV
|
||||||
><DIV
|
><DIV
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN866"
|
NAME="AEN872"
|
||||||
>4.7.2. Creating a Keyset</A
|
>4.7.2. Creating a Keyset</A
|
||||||
></H2
|
></H2
|
||||||
><P
|
><P
|
||||||
@@ -1178,7 +1172,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN878"
|
NAME="AEN884"
|
||||||
>4.7.3. Signing the Child's Keyset</A
|
>4.7.3. Signing the Child's Keyset</A
|
||||||
></H2
|
></H2
|
||||||
><P
|
><P
|
||||||
@@ -1228,7 +1222,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN891"
|
NAME="AEN897"
|
||||||
>4.7.4. Signing the Zone</A
|
>4.7.4. Signing the Zone</A
|
||||||
></H2
|
></H2
|
||||||
><P
|
><P
|
||||||
@@ -1290,7 +1284,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN907"
|
NAME="AEN913"
|
||||||
>4.7.5. Configuring Servers</A
|
>4.7.5. Configuring Servers</A
|
||||||
></H2
|
></H2
|
||||||
><P
|
><P
|
||||||
@@ -1317,7 +1311,7 @@ CLASS="sect1"
|
|||||||
><H1
|
><H1
|
||||||
CLASS="sect1"
|
CLASS="sect1"
|
||||||
><A
|
><A
|
||||||
NAME="AEN914"
|
NAME="AEN920"
|
||||||
>4.8. IPv6 Support in <SPAN
|
>4.8. IPv6 Support in <SPAN
|
||||||
CLASS="acronym"
|
CLASS="acronym"
|
||||||
>BIND</SPAN
|
>BIND</SPAN
|
||||||
@@ -1371,7 +1365,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN928"
|
NAME="AEN934"
|
||||||
>4.8.1. Address Lookups Using AAAA Records</A
|
>4.8.1. Address Lookups Using AAAA Records</A
|
||||||
></H2
|
></H2
|
||||||
><P
|
><P
|
||||||
@@ -1393,7 +1387,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN933"
|
NAME="AEN939"
|
||||||
>4.8.2. Address Lookups Using A6 Records</A
|
>4.8.2. Address Lookups Using A6 Records</A
|
||||||
></H2
|
></H2
|
||||||
><P
|
><P
|
||||||
@@ -1413,7 +1407,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN937"
|
NAME="AEN943"
|
||||||
>4.8.2.1. A6 Chains</A
|
>4.8.2.1. A6 Chains</A
|
||||||
></H3
|
></H3
|
||||||
><P
|
><P
|
||||||
@@ -1459,7 +1453,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN948"
|
NAME="AEN954"
|
||||||
>4.8.2.2. A6 Records for DNS Servers</A
|
>4.8.2.2. A6 Records for DNS Servers</A
|
||||||
></H3
|
></H3
|
||||||
><P
|
><P
|
||||||
@@ -1489,7 +1483,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN954"
|
NAME="AEN960"
|
||||||
>4.8.3. Address to Name Lookups Using Nibble Format</A
|
>4.8.3. Address to Name Lookups Using Nibble Format</A
|
||||||
></H2
|
></H2
|
||||||
><P
|
><P
|
||||||
@@ -1520,7 +1514,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN961"
|
NAME="AEN967"
|
||||||
>4.8.4. Address to Name Lookups Using Bitstring Format</A
|
>4.8.4. Address to Name Lookups Using Bitstring Format</A
|
||||||
></H2
|
></H2
|
||||||
><P
|
><P
|
||||||
@@ -1547,7 +1541,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN968"
|
NAME="AEN974"
|
||||||
>4.8.5. Using DNAME for Delegation of IPv6 Reverse Addresses</A
|
>4.8.5. Using DNAME for Delegation of IPv6 Reverse Addresses</A
|
||||||
></H2
|
></H2
|
||||||
><P
|
><P
|
||||||
|
@@ -78,7 +78,7 @@ CLASS="TOC"
|
|||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>5.1. <A
|
>5.1. <A
|
||||||
HREF="Bv9ARM.ch05.html#AEN988"
|
HREF="Bv9ARM.ch05.html#AEN994"
|
||||||
>The Lightweight Resolver Library</A
|
>The Lightweight Resolver Library</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
@@ -93,7 +93,7 @@ CLASS="sect1"
|
|||||||
><H1
|
><H1
|
||||||
CLASS="sect1"
|
CLASS="sect1"
|
||||||
><A
|
><A
|
||||||
NAME="AEN988"
|
NAME="AEN994"
|
||||||
>5.1. The Lightweight Resolver Library</A
|
>5.1. The Lightweight Resolver Library</A
|
||||||
></H1
|
></H1
|
||||||
><P
|
><P
|
||||||
|
@@ -88,7 +88,7 @@ HREF="Bv9ARM.ch06.html#Configuration_File_Grammar"
|
|||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>6.3. <A
|
>6.3. <A
|
||||||
HREF="Bv9ARM.ch06.html#AEN3242"
|
HREF="Bv9ARM.ch06.html#AEN3249"
|
||||||
>Zone File</A
|
>Zone File</A
|
||||||
></DT
|
></DT
|
||||||
></DL
|
></DL
|
||||||
@@ -731,7 +731,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN1193"
|
NAME="AEN1199"
|
||||||
>6.1.1.1. Syntax</A
|
>6.1.1.1. Syntax</A
|
||||||
></H3
|
></H3
|
||||||
><PRE
|
><PRE
|
||||||
@@ -762,7 +762,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN1201"
|
NAME="AEN1207"
|
||||||
>6.1.1.2. Definition and Usage</A
|
>6.1.1.2. Definition and Usage</A
|
||||||
></H3
|
></H3
|
||||||
><P
|
><P
|
||||||
@@ -868,7 +868,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN1229"
|
NAME="AEN1235"
|
||||||
>6.1.2. Comment Syntax</A
|
>6.1.2. Comment Syntax</A
|
||||||
></H2
|
></H2
|
||||||
><P
|
><P
|
||||||
@@ -887,7 +887,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN1234"
|
NAME="AEN1240"
|
||||||
>6.1.2.1. Syntax</A
|
>6.1.2.1. Syntax</A
|
||||||
></H3
|
></H3
|
||||||
><P
|
><P
|
||||||
@@ -919,7 +919,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN1243"
|
NAME="AEN1249"
|
||||||
>6.1.2.2. Definition and Usage</A
|
>6.1.2.2. Definition and Usage</A
|
||||||
></H3
|
></H3
|
||||||
><P
|
><P
|
||||||
@@ -1251,7 +1251,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN1336"
|
NAME="AEN1342"
|
||||||
>6.2.1. <B
|
>6.2.1. <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>acl</B
|
>acl</B
|
||||||
@@ -1390,7 +1390,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN1378"
|
NAME="AEN1384"
|
||||||
>6.2.3. <B
|
>6.2.3. <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>controls</B
|
>controls</B
|
||||||
@@ -1429,7 +1429,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN1387"
|
NAME="AEN1393"
|
||||||
>6.2.4. <B
|
>6.2.4. <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>controls</B
|
>controls</B
|
||||||
@@ -1542,7 +1542,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN1415"
|
NAME="AEN1421"
|
||||||
>6.2.5. <B
|
>6.2.5. <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>include</B
|
>include</B
|
||||||
@@ -1562,7 +1562,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN1420"
|
NAME="AEN1426"
|
||||||
>6.2.6. <B
|
>6.2.6. <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>include</B
|
>include</B
|
||||||
@@ -1592,7 +1592,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN1427"
|
NAME="AEN1433"
|
||||||
>6.2.7. <B
|
>6.2.7. <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>key</B
|
>key</B
|
||||||
@@ -1626,7 +1626,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN1434"
|
NAME="AEN1440"
|
||||||
>6.2.8. <B
|
>6.2.8. <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>key</B
|
>key</B
|
||||||
@@ -1680,7 +1680,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN1446"
|
NAME="AEN1452"
|
||||||
>6.2.9. <B
|
>6.2.9. <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>logging</B
|
>logging</B
|
||||||
@@ -1836,7 +1836,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN1485"
|
NAME="AEN1491"
|
||||||
>6.2.10. <B
|
>6.2.10. <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>logging</B
|
>logging</B
|
||||||
@@ -1902,7 +1902,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN1502"
|
NAME="AEN1508"
|
||||||
>6.2.10.1. The <B
|
>6.2.10.1. The <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>channel</B
|
>channel</B
|
||||||
@@ -2571,7 +2571,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN1679"
|
NAME="AEN1685"
|
||||||
>6.2.11. <B
|
>6.2.11. <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>lwres</B
|
>lwres</B
|
||||||
@@ -2644,7 +2644,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN1697"
|
NAME="AEN1703"
|
||||||
>6.2.12. <B
|
>6.2.12. <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>lwres</B
|
>lwres</B
|
||||||
@@ -2717,7 +2717,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN1716"
|
NAME="AEN1722"
|
||||||
>6.2.13. <B
|
>6.2.13. <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>options</B
|
>options</B
|
||||||
@@ -2826,6 +2826,15 @@ CLASS="replaceable"
|
|||||||
>]
|
>]
|
||||||
[<SPAN
|
[<SPAN
|
||||||
CLASS="optional"
|
CLASS="optional"
|
||||||
|
> statistics <TT
|
||||||
|
CLASS="replaceable"
|
||||||
|
><I
|
||||||
|
>yes_or_no</I
|
||||||
|
></TT
|
||||||
|
>; </SPAN
|
||||||
|
>]
|
||||||
|
[<SPAN
|
||||||
|
CLASS="optional"
|
||||||
> auth-nxdomain <TT
|
> auth-nxdomain <TT
|
||||||
CLASS="replaceable"
|
CLASS="replaceable"
|
||||||
><I
|
><I
|
||||||
@@ -3521,7 +3530,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN1899"
|
NAME="AEN1907"
|
||||||
>6.2.14. <B
|
>6.2.14. <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>options</B
|
>options</B
|
||||||
@@ -3852,20 +3861,6 @@ to. If not specified, the default is <TT
|
|||||||
CLASS="filename"
|
CLASS="filename"
|
||||||
>named.stats</TT
|
>named.stats</TT
|
||||||
>.</P
|
>.</P
|
||||||
><DIV
|
|
||||||
CLASS="note"
|
|
||||||
><BLOCKQUOTE
|
|
||||||
CLASS="note"
|
|
||||||
><P
|
|
||||||
><B
|
|
||||||
>Note: </B
|
|
||||||
>Not
|
|
||||||
yet implemented in <SPAN
|
|
||||||
CLASS="acronym"
|
|
||||||
>BIND</SPAN
|
|
||||||
> 9.</P
|
|
||||||
></BLOCKQUOTE
|
|
||||||
></DIV
|
|
||||||
></TD
|
></TD
|
||||||
></TR
|
></TR
|
||||||
><TR
|
><TR
|
||||||
@@ -4495,6 +4490,34 @@ VALIGN="MIDDLE"
|
|||||||
><P
|
><P
|
||||||
><B
|
><B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
|
>statistics</B
|
||||||
|
></P
|
||||||
|
></TD
|
||||||
|
><TD
|
||||||
|
WIDTH="287"
|
||||||
|
ALIGN="LEFT"
|
||||||
|
VALIGN="MIDDLE"
|
||||||
|
><P
|
||||||
|
>If yes, the server will, by default, collect
|
||||||
|
statistical data on all zones in the server. These statistics may be accessed
|
||||||
|
using the <B
|
||||||
|
CLASS="command"
|
||||||
|
>rndc</B
|
||||||
|
> which will dump them to the file listed
|
||||||
|
in the <B
|
||||||
|
CLASS="command"
|
||||||
|
>statistics-file</B
|
||||||
|
> option listed above.</P
|
||||||
|
></TD
|
||||||
|
></TR
|
||||||
|
><TR
|
||||||
|
><TD
|
||||||
|
WIDTH="145"
|
||||||
|
ALIGN="LEFT"
|
||||||
|
VALIGN="MIDDLE"
|
||||||
|
><P
|
||||||
|
><B
|
||||||
|
CLASS="command"
|
||||||
>treat-cr-as-space</B
|
>treat-cr-as-space</B
|
||||||
></P
|
></P
|
||||||
></TD
|
></TD
|
||||||
@@ -4507,17 +4530,11 @@ VALIGN="MIDDLE"
|
|||||||
CLASS="acronym"
|
CLASS="acronym"
|
||||||
>BIND</SPAN
|
>BIND</SPAN
|
||||||
> 8 to make
|
> 8 to make
|
||||||
the server treat "<B
|
the server treat carriage return ("<B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>\r</B
|
>\r</B
|
||||||
>" characters the same way
|
>") characters the same way
|
||||||
as <B
|
as a space or tab character,
|
||||||
CLASS="command"
|
|
||||||
><space> </B
|
|
||||||
>" " or "<B
|
|
||||||
CLASS="command"
|
|
||||||
>\t</B
|
|
||||||
>",
|
|
||||||
to facilitate loading of zone files on a UNIX system that were generated
|
to facilitate loading of zone files on a UNIX system that were generated
|
||||||
on an NT or DOS machine. In <SPAN
|
on an NT or DOS machine. In <SPAN
|
||||||
CLASS="acronym"
|
CLASS="acronym"
|
||||||
@@ -4581,20 +4598,6 @@ These options are valid for slave and stub zones, and clamp the SOA
|
|||||||
refresh and retry times to the specified values.
|
refresh and retry times to the specified values.
|
||||||
</P
|
</P
|
||||||
>
|
>
|
||||||
<DIV
|
|
||||||
CLASS="note"
|
|
||||||
><BLOCKQUOTE
|
|
||||||
CLASS="note"
|
|
||||||
><P
|
|
||||||
><B
|
|
||||||
>Note: </B
|
|
||||||
>These options are not yet implemented in <SPAN
|
|
||||||
CLASS="acronym"
|
|
||||||
>BIND</SPAN
|
|
||||||
> 9.0.</P
|
|
||||||
></BLOCKQUOTE
|
|
||||||
></DIV
|
|
||||||
>
|
|
||||||
</TD
|
</TD
|
||||||
></TR
|
></TR
|
||||||
></TABLE
|
></TABLE
|
||||||
@@ -4607,7 +4610,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN2185"
|
NAME="AEN2193"
|
||||||
>6.2.14.2. Forwarding</A
|
>6.2.14.2. Forwarding</A
|
||||||
></H3
|
></H3
|
||||||
><P
|
><P
|
||||||
@@ -4978,7 +4981,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN2292"
|
NAME="AEN2300"
|
||||||
>6.2.14.5. Interfaces</A
|
>6.2.14.5. Interfaces</A
|
||||||
></H3
|
></H3
|
||||||
><P
|
><P
|
||||||
@@ -5073,7 +5076,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN2318"
|
NAME="AEN2326"
|
||||||
>6.2.14.6. Query Address</A
|
>6.2.14.6. Query Address</A
|
||||||
></H3
|
></H3
|
||||||
><P
|
><P
|
||||||
@@ -5539,7 +5542,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN2444"
|
NAME="AEN2452"
|
||||||
>6.2.14.8. Resource Limits</A
|
>6.2.14.8. Resource Limits</A
|
||||||
></H3
|
></H3
|
||||||
><P
|
><P
|
||||||
@@ -5604,20 +5607,6 @@ is <TT
|
|||||||
CLASS="literal"
|
CLASS="literal"
|
||||||
>default</TT
|
>default</TT
|
||||||
>.</P
|
>.</P
|
||||||
><DIV
|
|
||||||
CLASS="note"
|
|
||||||
><BLOCKQUOTE
|
|
||||||
CLASS="note"
|
|
||||||
><P
|
|
||||||
><B
|
|
||||||
>Note: </B
|
|
||||||
>Not yet implemented in <SPAN
|
|
||||||
CLASS="acronym"
|
|
||||||
>BIND</SPAN
|
|
||||||
>
|
|
||||||
9.</P
|
|
||||||
></BLOCKQUOTE
|
|
||||||
></DIV
|
|
||||||
></TD
|
></TD
|
||||||
></TR
|
></TR
|
||||||
><TR
|
><TR
|
||||||
@@ -5641,20 +5630,6 @@ may use. The default is <TT
|
|||||||
CLASS="literal"
|
CLASS="literal"
|
||||||
>default</TT
|
>default</TT
|
||||||
>.</P
|
>.</P
|
||||||
><DIV
|
|
||||||
CLASS="note"
|
|
||||||
><BLOCKQUOTE
|
|
||||||
CLASS="note"
|
|
||||||
><P
|
|
||||||
><B
|
|
||||||
>Note: </B
|
|
||||||
>Not
|
|
||||||
yet implemented in <SPAN
|
|
||||||
CLASS="acronym"
|
|
||||||
>BIND</SPAN
|
|
||||||
> 9.</P
|
|
||||||
></BLOCKQUOTE
|
|
||||||
></DIV
|
|
||||||
></TD
|
></TD
|
||||||
></TR
|
></TR
|
||||||
><TR
|
><TR
|
||||||
@@ -5679,52 +5654,6 @@ CLASS="literal"
|
|||||||
>unlimited</TT
|
>unlimited</TT
|
||||||
>.
|
>.
|
||||||
</P
|
</P
|
||||||
><DIV
|
|
||||||
CLASS="note"
|
|
||||||
><BLOCKQUOTE
|
|
||||||
CLASS="note"
|
|
||||||
><P
|
|
||||||
><B
|
|
||||||
>Note: </B
|
|
||||||
>on some operating systems the server cannot set an unlimited
|
|
||||||
value and cannot determine the maximum number of open files the
|
|
||||||
kernel can support. On such systems, choosing
|
|
||||||
<TT
|
|
||||||
CLASS="literal"
|
|
||||||
>unlimited</TT
|
|
||||||
> will
|
|
||||||
cause the server to use the larger of the <B
|
|
||||||
CLASS="command"
|
|
||||||
>rlim_max</B
|
|
||||||
> for <B
|
|
||||||
CLASS="command"
|
|
||||||
>RLIMIT_NOFILE</B
|
|
||||||
> and
|
|
||||||
the value returned by <B
|
|
||||||
CLASS="command"
|
|
||||||
>sysconf(_SC_OPEN_MAX)</B
|
|
||||||
>.
|
|
||||||
If the actual kernel limit is larger than this value, use <B
|
|
||||||
CLASS="command"
|
|
||||||
>limit
|
|
||||||
files</B
|
|
||||||
> to specify the limit explicitly.</P
|
|
||||||
></BLOCKQUOTE
|
|
||||||
></DIV
|
|
||||||
><DIV
|
|
||||||
CLASS="note"
|
|
||||||
><BLOCKQUOTE
|
|
||||||
CLASS="note"
|
|
||||||
><P
|
|
||||||
><B
|
|
||||||
>Note: </B
|
|
||||||
>Not yet
|
|
||||||
implemented in <SPAN
|
|
||||||
CLASS="acronym"
|
|
||||||
>BIND</SPAN
|
|
||||||
> 9.</P
|
|
||||||
></BLOCKQUOTE
|
|
||||||
></DIV
|
|
||||||
></TD
|
></TD
|
||||||
></TR
|
></TR
|
||||||
><TR
|
><TR
|
||||||
@@ -5792,20 +5721,6 @@ may use. The default is <TT
|
|||||||
CLASS="literal"
|
CLASS="literal"
|
||||||
>default</TT
|
>default</TT
|
||||||
>.</P
|
>.</P
|
||||||
><DIV
|
|
||||||
CLASS="note"
|
|
||||||
><BLOCKQUOTE
|
|
||||||
CLASS="note"
|
|
||||||
><P
|
|
||||||
><B
|
|
||||||
>Note: </B
|
|
||||||
>Not
|
|
||||||
yet implemented in <SPAN
|
|
||||||
CLASS="acronym"
|
|
||||||
>BIND</SPAN
|
|
||||||
> 9.</P
|
|
||||||
></BLOCKQUOTE
|
|
||||||
></DIV
|
|
||||||
></TD
|
></TD
|
||||||
></TR
|
></TR
|
||||||
><TR
|
><TR
|
||||||
@@ -5854,7 +5769,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN2529"
|
NAME="AEN2518"
|
||||||
>6.2.14.9. Periodic Task Intervals</A
|
>6.2.14.9. Periodic Task Intervals</A
|
||||||
></H3
|
></H3
|
||||||
><DIV
|
><DIV
|
||||||
@@ -6598,7 +6513,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN2718"
|
NAME="AEN2707"
|
||||||
>6.2.14.14. Deprecated Features</A
|
>6.2.14.14. Deprecated Features</A
|
||||||
></H3
|
></H3
|
||||||
><P
|
><P
|
||||||
@@ -6875,7 +6790,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN2788"
|
NAME="AEN2777"
|
||||||
>6.2.17. <B
|
>6.2.17. <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>trusted-keys</B
|
>trusted-keys</B
|
||||||
@@ -6950,7 +6865,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN2804"
|
NAME="AEN2793"
|
||||||
>6.2.18. <B
|
>6.2.18. <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>trusted-keys</B
|
>trusted-keys</B
|
||||||
@@ -6985,7 +6900,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN2812"
|
NAME="AEN2801"
|
||||||
>6.2.19. <B
|
>6.2.19. <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>view</B
|
>view</B
|
||||||
@@ -7024,6 +6939,15 @@ CLASS="replaceable"
|
|||||||
>]
|
>]
|
||||||
[<SPAN
|
[<SPAN
|
||||||
CLASS="optional"
|
CLASS="optional"
|
||||||
|
> statistics <TT
|
||||||
|
CLASS="replaceable"
|
||||||
|
><I
|
||||||
|
>yes_or_no</I
|
||||||
|
></TT
|
||||||
|
> ; </SPAN
|
||||||
|
>]
|
||||||
|
[<SPAN
|
||||||
|
CLASS="optional"
|
||||||
> <TT
|
> <TT
|
||||||
CLASS="replaceable"
|
CLASS="replaceable"
|
||||||
><I
|
><I
|
||||||
@@ -7039,7 +6963,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN2824"
|
NAME="AEN2815"
|
||||||
>6.2.20. <B
|
>6.2.20. <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>view</B
|
>view</B
|
||||||
@@ -7539,12 +7463,30 @@ CLASS="replaceable"
|
|||||||
>]
|
>]
|
||||||
[<SPAN
|
[<SPAN
|
||||||
CLASS="optional"
|
CLASS="optional"
|
||||||
|
> statistics <TT
|
||||||
|
CLASS="replaceable"
|
||||||
|
><I
|
||||||
|
>yes_or_no</I
|
||||||
|
></TT
|
||||||
|
> ; </SPAN
|
||||||
|
>]
|
||||||
|
[<SPAN
|
||||||
|
CLASS="optional"
|
||||||
> sig-validity-interval <TT
|
> sig-validity-interval <TT
|
||||||
CLASS="replaceable"
|
CLASS="replaceable"
|
||||||
><I
|
><I
|
||||||
>number</I
|
>number</I
|
||||||
></TT
|
></TT
|
||||||
> ; </SPAN
|
> ; </SPAN
|
||||||
|
>]
|
||||||
|
[<SPAN
|
||||||
|
CLASS="optional"
|
||||||
|
> database <TT
|
||||||
|
CLASS="replaceable"
|
||||||
|
><I
|
||||||
|
>string</I
|
||||||
|
></TT
|
||||||
|
> ; </SPAN
|
||||||
>]
|
>]
|
||||||
}</SPAN
|
}</SPAN
|
||||||
>];
|
>];
|
||||||
@@ -7555,7 +7497,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN2945"
|
NAME="AEN2940"
|
||||||
>6.2.22. <B
|
>6.2.22. <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>zone</B
|
>zone</B
|
||||||
@@ -7566,7 +7508,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN2948"
|
NAME="AEN2943"
|
||||||
>6.2.22.1. Zone Types</A
|
>6.2.22.1. Zone Types</A
|
||||||
></H3
|
></H3
|
||||||
><DIV
|
><DIV
|
||||||
@@ -7790,7 +7732,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN3005"
|
NAME="AEN3000"
|
||||||
>6.2.22.2. Class</A
|
>6.2.22.2. Class</A
|
||||||
></H3
|
></H3
|
||||||
><P
|
><P
|
||||||
@@ -7828,7 +7770,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN3015"
|
NAME="AEN3010"
|
||||||
>6.2.22.3. Zone Options</A
|
>6.2.22.3. Zone Options</A
|
||||||
></H3
|
></H3
|
||||||
><DIV
|
><DIV
|
||||||
@@ -8047,6 +7989,32 @@ VALIGN="MIDDLE"
|
|||||||
><P
|
><P
|
||||||
><B
|
><B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
|
>database</B
|
||||||
|
></P
|
||||||
|
></TD
|
||||||
|
><TD
|
||||||
|
WIDTH="273"
|
||||||
|
ALIGN="LEFT"
|
||||||
|
VALIGN="MIDDLE"
|
||||||
|
><P
|
||||||
|
>The first string represents the
|
||||||
|
type of database used to store the zone data in the server. The default value
|
||||||
|
is rbt, a red-black tree. The other defined value is rbt64, a variant of rbt
|
||||||
|
that allows 2^64 updates. Additional databases may be implemented later or
|
||||||
|
included. Strings after the first string are optional arguments to
|
||||||
|
the database driver initialization routine. There are none defined for
|
||||||
|
rbt or rbt64.
|
||||||
|
</P
|
||||||
|
></TD
|
||||||
|
></TR
|
||||||
|
><TR
|
||||||
|
><TD
|
||||||
|
WIDTH="159"
|
||||||
|
ALIGN="LEFT"
|
||||||
|
VALIGN="MIDDLE"
|
||||||
|
><P
|
||||||
|
><B
|
||||||
|
CLASS="command"
|
||||||
>dialup</B
|
>dialup</B
|
||||||
></P
|
></P
|
||||||
></TD
|
></TD
|
||||||
@@ -8317,6 +8285,27 @@ VALIGN="MIDDLE"
|
|||||||
><P
|
><P
|
||||||
><B
|
><B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
|
>statistics</B
|
||||||
|
></P
|
||||||
|
></TD
|
||||||
|
><TD
|
||||||
|
WIDTH="273"
|
||||||
|
ALIGN="LEFT"
|
||||||
|
VALIGN="MIDDLE"
|
||||||
|
><P
|
||||||
|
>If set to yes, the server will keep statistical
|
||||||
|
information for all zones in the view, which can be dumped to the
|
||||||
|
statistics-file defined in the server options.</P
|
||||||
|
></TD
|
||||||
|
></TR
|
||||||
|
><TR
|
||||||
|
><TD
|
||||||
|
WIDTH="159"
|
||||||
|
ALIGN="LEFT"
|
||||||
|
VALIGN="MIDDLE"
|
||||||
|
><P
|
||||||
|
><B
|
||||||
|
CLASS="command"
|
||||||
>sig-validity-interval</B
|
>sig-validity-interval</B
|
||||||
></P
|
></P
|
||||||
></TD
|
></TD
|
||||||
@@ -8618,7 +8607,7 @@ CLASS="sect1"
|
|||||||
><H1
|
><H1
|
||||||
CLASS="sect1"
|
CLASS="sect1"
|
||||||
><A
|
><A
|
||||||
NAME="AEN3242"
|
NAME="AEN3249"
|
||||||
>6.3. Zone File</A
|
>6.3. Zone File</A
|
||||||
></H1
|
></H1
|
||||||
><DIV
|
><DIV
|
||||||
@@ -8639,7 +8628,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN3247"
|
NAME="AEN3254"
|
||||||
>6.3.1.1. Resource Records</A
|
>6.3.1.1. Resource Records</A
|
||||||
></H3
|
></H3
|
||||||
><P
|
><P
|
||||||
@@ -9355,7 +9344,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN3461"
|
NAME="AEN3468"
|
||||||
>6.3.1.2. Textual expression of RRs</A
|
>6.3.1.2. Textual expression of RRs</A
|
||||||
></H3
|
></H3
|
||||||
><P
|
><P
|
||||||
@@ -9673,7 +9662,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN3562"
|
NAME="AEN3569"
|
||||||
>6.3.2. Discussion of MX Records</A
|
>6.3.2. Discussion of MX Records</A
|
||||||
></H2
|
></H2
|
||||||
><P
|
><P
|
||||||
@@ -10072,7 +10061,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN3683"
|
NAME="AEN3690"
|
||||||
>6.3.4. Inverse Mapping in IPv4</A
|
>6.3.4. Inverse Mapping in IPv4</A
|
||||||
></H2
|
></H2
|
||||||
><P
|
><P
|
||||||
@@ -10170,7 +10159,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN3710"
|
NAME="AEN3717"
|
||||||
>6.3.5. Other Zone File Directives</A
|
>6.3.5. Other Zone File Directives</A
|
||||||
></H2
|
></H2
|
||||||
><P
|
><P
|
||||||
@@ -10195,7 +10184,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN3717"
|
NAME="AEN3724"
|
||||||
>6.3.5.1. The <B
|
>6.3.5.1. The <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>$ORIGIN</B
|
>$ORIGIN</B
|
||||||
@@ -10265,7 +10254,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN3737"
|
NAME="AEN3744"
|
||||||
>6.3.5.2. The <B
|
>6.3.5.2. The <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>$INCLUDE</B
|
>$INCLUDE</B
|
||||||
@@ -10341,7 +10330,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN3756"
|
NAME="AEN3763"
|
||||||
>6.3.5.3. The <B
|
>6.3.5.3. The <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>$TTL</B
|
>$TTL</B
|
||||||
@@ -10381,7 +10370,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN3767"
|
NAME="AEN3774"
|
||||||
>6.3.6. <SPAN
|
>6.3.6. <SPAN
|
||||||
CLASS="acronym"
|
CLASS="acronym"
|
||||||
>BIND</SPAN
|
>BIND</SPAN
|
||||||
|
@@ -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#AEN3858"
|
HREF="Bv9ARM.ch07.html#AEN3865"
|
||||||
><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#AEN3904"
|
HREF="Bv9ARM.ch07.html#AEN3911"
|
||||||
>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="AEN3858"
|
NAME="AEN3865"
|
||||||
>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="AEN3881"
|
NAME="AEN3888"
|
||||||
>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="AEN3896"
|
NAME="AEN3903"
|
||||||
>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="AEN3904"
|
NAME="AEN3911"
|
||||||
>7.3. Dynamic Updates</A
|
>7.3. Dynamic Updates</A
|
||||||
></H1
|
></H1
|
||||||
><P
|
><P
|
||||||
@@ -373,16 +373,17 @@ forward it to the master with its own source IP address causing the
|
|||||||
master to approve it without question.</P
|
master to approve it without question.</P
|
||||||
><P
|
><P
|
||||||
>For these reasons, we strongly recommend that updates be
|
>For these reasons, we strongly recommend that updates be
|
||||||
cryptographically authenticated by means transaction signatures (TSIG).
|
cryptographically authenticated by means of transaction signatures
|
||||||
That is, the <B
|
(TSIG). That is, the <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>allow-update</B
|
>allow-update</B
|
||||||
> option should list only
|
> option should
|
||||||
TSIG key names, not IP addresses. Alternatively, the new
|
list only TSIG key names, not IP addresses or network
|
||||||
<B
|
prefixes. Alternatively, the new <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>update-policy</B
|
>update-policy</B
|
||||||
> option can be used.</P
|
>
|
||||||
|
option can be used.</P
|
||||||
><P
|
><P
|
||||||
>Some sites choose to keep all dynamically updated DNS data
|
>Some sites choose to keep all dynamically updated DNS data
|
||||||
in a subdomain and delegate that subdomain to a separate zone. This
|
in a subdomain and delegate that subdomain to a separate zone. This
|
||||||
|
@@ -75,17 +75,17 @@ CLASS="TOC"
|
|||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>8.1. <A
|
>8.1. <A
|
||||||
HREF="Bv9ARM.ch08.html#AEN3916"
|
HREF="Bv9ARM.ch08.html#AEN3923"
|
||||||
>Common Problems</A
|
>Common Problems</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>8.2. <A
|
>8.2. <A
|
||||||
HREF="Bv9ARM.ch08.html#AEN3922"
|
HREF="Bv9ARM.ch08.html#AEN3929"
|
||||||
>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#AEN3927"
|
HREF="Bv9ARM.ch08.html#AEN3934"
|
||||||
>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="AEN3916"
|
NAME="AEN3923"
|
||||||
>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="AEN3918"
|
NAME="AEN3925"
|
||||||
>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="AEN3922"
|
NAME="AEN3929"
|
||||||
>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="AEN3927"
|
NAME="AEN3934"
|
||||||
>8.3. Where Can I Get Help?</A
|
>8.3. Where Can I Get Help?</A
|
||||||
></H1
|
></H1
|
||||||
><P
|
><P
|
||||||
@@ -189,7 +189,7 @@ CLASS="acronym"
|
|||||||
><P
|
><P
|
||||||
>To discuss arrangements for support, contact
|
>To discuss arrangements for support, contact
|
||||||
<A
|
<A
|
||||||
HREF="email:info@isc.org"
|
HREF="mailto:info@isc.org"
|
||||||
TARGET="_top"
|
TARGET="_top"
|
||||||
>info@isc.org</A
|
>info@isc.org</A
|
||||||
> or visit the
|
> or visit the
|
||||||
|
@@ -69,7 +69,7 @@ CLASS="TOC"
|
|||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>A.1. <A
|
>A.1. <A
|
||||||
HREF="Bv9ARM.ch09.html#AEN3943"
|
HREF="Bv9ARM.ch09.html#AEN3950"
|
||||||
>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#AEN3984"
|
HREF="Bv9ARM.ch09.html#AEN3991"
|
||||||
>General <SPAN
|
>General <SPAN
|
||||||
CLASS="acronym"
|
CLASS="acronym"
|
||||||
>DNS</SPAN
|
>DNS</SPAN
|
||||||
@@ -93,6 +93,11 @@ CLASS="acronym"
|
|||||||
HREF="Bv9ARM.ch09.html#bibliography"
|
HREF="Bv9ARM.ch09.html#bibliography"
|
||||||
>Bibliography (and Suggested Reading)</A
|
>Bibliography (and Suggested Reading)</A
|
||||||
></DT
|
></DT
|
||||||
|
><DT
|
||||||
|
>A.5. <A
|
||||||
|
HREF="Bv9ARM.ch09.html#statsfile"
|
||||||
|
>Format of statistics file</A
|
||||||
|
></DT
|
||||||
></DL
|
></DL
|
||||||
></DIV
|
></DIV
|
||||||
><DIV
|
><DIV
|
||||||
@@ -100,7 +105,7 @@ CLASS="sect1"
|
|||||||
><H1
|
><H1
|
||||||
CLASS="sect1"
|
CLASS="sect1"
|
||||||
><A
|
><A
|
||||||
NAME="AEN3943"
|
NAME="AEN3950"
|
||||||
>A.1. Acknowledgements</A
|
>A.1. Acknowledgements</A
|
||||||
></H1
|
></H1
|
||||||
><DIV
|
><DIV
|
||||||
@@ -108,7 +113,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN3945"
|
NAME="AEN3952"
|
||||||
>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 +248,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN3975"
|
NAME="AEN3982"
|
||||||
>A.2.1.1. HS = hesiod</A
|
>A.2.1.1. HS = hesiod</A
|
||||||
></H3
|
></H3
|
||||||
><P
|
><P
|
||||||
@@ -264,7 +269,7 @@ CLASS="sect3"
|
|||||||
><H3
|
><H3
|
||||||
CLASS="sect3"
|
CLASS="sect3"
|
||||||
><A
|
><A
|
||||||
NAME="AEN3980"
|
NAME="AEN3987"
|
||||||
>A.2.1.2. CH = chaos</A
|
>A.2.1.2. CH = chaos</A
|
||||||
></H3
|
></H3
|
||||||
><P
|
><P
|
||||||
@@ -282,7 +287,7 @@ CLASS="sect1"
|
|||||||
><H1
|
><H1
|
||||||
CLASS="sect1"
|
CLASS="sect1"
|
||||||
><A
|
><A
|
||||||
NAME="AEN3984"
|
NAME="AEN3991"
|
||||||
>A.3. General <SPAN
|
>A.3. General <SPAN
|
||||||
CLASS="acronym"
|
CLASS="acronym"
|
||||||
>DNS</SPAN
|
>DNS</SPAN
|
||||||
@@ -293,7 +298,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN3987"
|
NAME="AEN3994"
|
||||||
>A.3.1. IPv6 addresses (A6)</A
|
>A.3.1. IPv6 addresses (A6)</A
|
||||||
></H2
|
></H2
|
||||||
><P
|
><P
|
||||||
@@ -863,19 +868,19 @@ TARGET="_top"
|
|||||||
>.</P
|
>.</P
|
||||||
><H3
|
><H3
|
||||||
><A
|
><A
|
||||||
NAME="AEN4163"
|
NAME="AEN4170"
|
||||||
>Bibliography</A
|
>Bibliography</A
|
||||||
></H3
|
></H3
|
||||||
><H1
|
><H1
|
||||||
CLASS="bibliodiv"
|
CLASS="bibliodiv"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4164"
|
NAME="AEN4171"
|
||||||
>Standards</A
|
>Standards</A
|
||||||
></H1
|
></H1
|
||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4166"
|
NAME="AEN4173"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC974] C. Partridge, <I
|
>[RFC974] C. Partridge, <I
|
||||||
@@ -889,7 +894,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4173"
|
NAME="AEN4180"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC1034] P.V. Mockapetris, <I
|
>[RFC1034] P.V. Mockapetris, <I
|
||||||
@@ -903,7 +908,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4180"
|
NAME="AEN4187"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC1035] P. V. Mockapetris, <I
|
>[RFC1035] P. V. Mockapetris, <I
|
||||||
@@ -924,7 +929,7 @@ NAME="proposed_standards"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4189"
|
NAME="AEN4196"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC2181] R., R. Bush Elz, <I
|
>[RFC2181] R., R. Bush Elz, <I
|
||||||
@@ -941,7 +946,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4197"
|
NAME="AEN4204"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC2308] M. Andrews, <I
|
>[RFC2308] M. Andrews, <I
|
||||||
@@ -958,7 +963,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4205"
|
NAME="AEN4212"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC1995] M. Ohta, <I
|
>[RFC1995] M. Ohta, <I
|
||||||
@@ -975,7 +980,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4213"
|
NAME="AEN4220"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC1996] P. Vixie, <I
|
>[RFC1996] P. Vixie, <I
|
||||||
@@ -989,7 +994,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4220"
|
NAME="AEN4227"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC2136] P. Vixie, S. Thomson, Y. Rekhter, and J. Bound, <I
|
>[RFC2136] P. Vixie, S. Thomson, Y. Rekhter, and J. Bound, <I
|
||||||
@@ -1003,7 +1008,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4237"
|
NAME="AEN4244"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC2845] P. Vixie, O. Gudmundsson, D. Eastlake, 3rd, and B. Wellington, <I
|
>[RFC2845] P. Vixie, O. Gudmundsson, D. Eastlake, 3rd, and B. Wellington, <I
|
||||||
@@ -1020,13 +1025,13 @@ STYLE="margin-left=0.5in"
|
|||||||
><H1
|
><H1
|
||||||
CLASS="bibliodiv"
|
CLASS="bibliodiv"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4256"
|
NAME="AEN4263"
|
||||||
>Proposed Standards Still Under Development</A
|
>Proposed Standards Still Under Development</A
|
||||||
></H1
|
></H1
|
||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4261"
|
NAME="AEN4268"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC1886] S. Thomson and C. Huitema, <I
|
>[RFC1886] S. Thomson and C. Huitema, <I
|
||||||
@@ -1043,7 +1048,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4273"
|
NAME="AEN4280"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC2065] D. Eastlake, 3rd and C. Kaufman, <I
|
>[RFC2065] D. Eastlake, 3rd and C. Kaufman, <I
|
||||||
@@ -1057,7 +1062,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4285"
|
NAME="AEN4292"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC2137] D. Eastlake, 3rd, <I
|
>[RFC2137] D. Eastlake, 3rd, <I
|
||||||
@@ -1071,7 +1076,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><H1
|
><H1
|
||||||
CLASS="bibliodiv"
|
CLASS="bibliodiv"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4293"
|
NAME="AEN4300"
|
||||||
>Other Important RFCs About <SPAN
|
>Other Important RFCs About <SPAN
|
||||||
CLASS="acronym"
|
CLASS="acronym"
|
||||||
>DNS</SPAN
|
>DNS</SPAN
|
||||||
@@ -1080,7 +1085,7 @@ CLASS="acronym"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4296"
|
NAME="AEN4303"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC1535] E. Gavron, <I
|
>[RFC1535] E. Gavron, <I
|
||||||
@@ -1097,7 +1102,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4304"
|
NAME="AEN4311"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC1536] A. Kumar, J. Postel, C. Neuman, P. Danzig, and S. Miller, <I
|
>[RFC1536] A. Kumar, J. Postel, C. Neuman, P. Danzig, and S. Miller, <I
|
||||||
@@ -1114,7 +1119,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4325"
|
NAME="AEN4332"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC1982] R. Elz and R. Bush, <I
|
>[RFC1982] R. Elz and R. Bush, <I
|
||||||
@@ -1128,13 +1133,13 @@ STYLE="margin-left=0.5in"
|
|||||||
><H1
|
><H1
|
||||||
CLASS="bibliodiv"
|
CLASS="bibliodiv"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4336"
|
NAME="AEN4343"
|
||||||
>Resource Record Types</A
|
>Resource Record Types</A
|
||||||
></H1
|
></H1
|
||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4338"
|
NAME="AEN4345"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC1183] C.F. Everhart, L. A. Mamakos, R. Ullmann, and P. Mockapetris, <I
|
>[RFC1183] C.F. Everhart, L. A. Mamakos, R. Ullmann, and P. Mockapetris, <I
|
||||||
@@ -1151,7 +1156,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4356"
|
NAME="AEN4363"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC1706] B. Manning and R. Colella, <I
|
>[RFC1706] B. Manning and R. Colella, <I
|
||||||
@@ -1168,7 +1173,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4368"
|
NAME="AEN4375"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC2168] R. Daniel and M. Mealling, <I
|
>[RFC2168] R. Daniel and M. Mealling, <I
|
||||||
@@ -1183,7 +1188,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4379"
|
NAME="AEN4386"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC1876] C. Davis, P. Vixie, T., and I. Dickinson, <I
|
>[RFC1876] C. Davis, P. Vixie, T., and I. Dickinson, <I
|
||||||
@@ -1198,7 +1203,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4396"
|
NAME="AEN4403"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC2052] A. Gulbrandsen and P. Vixie, <I
|
>[RFC2052] A. Gulbrandsen and P. Vixie, <I
|
||||||
@@ -1216,7 +1221,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4408"
|
NAME="AEN4415"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC2163] A. Allocchio, <I
|
>[RFC2163] A. Allocchio, <I
|
||||||
@@ -1234,7 +1239,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4416"
|
NAME="AEN4423"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC2230] R. Atkinson, <I
|
>[RFC2230] R. Atkinson, <I
|
||||||
@@ -1251,7 +1256,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><H1
|
><H1
|
||||||
CLASS="bibliodiv"
|
CLASS="bibliodiv"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4424"
|
NAME="AEN4431"
|
||||||
><SPAN
|
><SPAN
|
||||||
CLASS="acronym"
|
CLASS="acronym"
|
||||||
>DNS</SPAN
|
>DNS</SPAN
|
||||||
@@ -1260,7 +1265,7 @@ CLASS="acronym"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4427"
|
NAME="AEN4434"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC1101] P. V. Mockapetris, <I
|
>[RFC1101] P. V. Mockapetris, <I
|
||||||
@@ -1277,7 +1282,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4435"
|
NAME="AEN4442"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC1123] Braden, <I
|
>[RFC1123] Braden, <I
|
||||||
@@ -1291,7 +1296,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4442"
|
NAME="AEN4449"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC1591] J. Postel, <I
|
>[RFC1591] J. Postel, <I
|
||||||
@@ -1305,7 +1310,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4449"
|
NAME="AEN4456"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC2317] H. Eidnes, G. de Groot, and P. Vixie, <I
|
>[RFC2317] H. Eidnes, G. de Groot, and P. Vixie, <I
|
||||||
@@ -1319,7 +1324,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><H1
|
><H1
|
||||||
CLASS="bibliodiv"
|
CLASS="bibliodiv"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4463"
|
NAME="AEN4470"
|
||||||
><SPAN
|
><SPAN
|
||||||
CLASS="acronym"
|
CLASS="acronym"
|
||||||
>DNS</SPAN
|
>DNS</SPAN
|
||||||
@@ -1328,7 +1333,7 @@ CLASS="acronym"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4466"
|
NAME="AEN4473"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC1537] P. Beertema, <I
|
>[RFC1537] P. Beertema, <I
|
||||||
@@ -1345,7 +1350,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4474"
|
NAME="AEN4481"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC1912] D. Barr, <I
|
>[RFC1912] D. Barr, <I
|
||||||
@@ -1362,7 +1367,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4482"
|
NAME="AEN4489"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC1912] D. Barr, <I
|
>[RFC1912] D. Barr, <I
|
||||||
@@ -1379,7 +1384,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4490"
|
NAME="AEN4497"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC2010] B. Manning and P. Vixie, <I
|
>[RFC2010] B. Manning and P. Vixie, <I
|
||||||
@@ -1393,7 +1398,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4501"
|
NAME="AEN4508"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC2219] M. Hamilton and R. Wright, <I
|
>[RFC2219] M. Hamilton and R. Wright, <I
|
||||||
@@ -1410,7 +1415,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><H1
|
><H1
|
||||||
CLASS="bibliodiv"
|
CLASS="bibliodiv"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4513"
|
NAME="AEN4520"
|
||||||
>Other <SPAN
|
>Other <SPAN
|
||||||
CLASS="acronym"
|
CLASS="acronym"
|
||||||
>DNS</SPAN
|
>DNS</SPAN
|
||||||
@@ -1419,7 +1424,7 @@ CLASS="acronym"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4519"
|
NAME="AEN4526"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC1464] R. Rosenbaum, <I
|
>[RFC1464] R. Rosenbaum, <I
|
||||||
@@ -1433,7 +1438,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4526"
|
NAME="AEN4533"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC1713] A. Romao, <I
|
>[RFC1713] A. Romao, <I
|
||||||
@@ -1450,7 +1455,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4534"
|
NAME="AEN4541"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC1794] T. Brisco, <I
|
>[RFC1794] T. Brisco, <I
|
||||||
@@ -1467,7 +1472,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4542"
|
NAME="AEN4549"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC2240] O. Vaughan, <I
|
>[RFC2240] O. Vaughan, <I
|
||||||
@@ -1481,7 +1486,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4549"
|
NAME="AEN4556"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC2345] J. Klensin, T. Wolf, and G. Oglesby, <I
|
>[RFC2345] J. Klensin, T. Wolf, and G. Oglesby, <I
|
||||||
@@ -1495,7 +1500,7 @@ STYLE="margin-left=0.5in"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4563"
|
NAME="AEN4570"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC2352] O. Vaughan, <I
|
>[RFC2352] O. Vaughan, <I
|
||||||
@@ -1509,13 +1514,13 @@ STYLE="margin-left=0.5in"
|
|||||||
><H1
|
><H1
|
||||||
CLASS="bibliodiv"
|
CLASS="bibliodiv"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4570"
|
NAME="AEN4577"
|
||||||
>Obsolete and Unimplemented Experimental RRs</A
|
>Obsolete and Unimplemented Experimental RRs</A
|
||||||
></H1
|
></H1
|
||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4572"
|
NAME="AEN4579"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>[RFC1712] C. Farrell, M. Schulze, S. Pleitner, and D. Baldoni, <I
|
>[RFC1712] C. Farrell, M. Schulze, S. Pleitner, and D. Baldoni, <I
|
||||||
@@ -1554,7 +1559,7 @@ CLASS="sect2"
|
|||||||
><H2
|
><H2
|
||||||
CLASS="sect2"
|
CLASS="sect2"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4593"
|
NAME="AEN4600"
|
||||||
>A.4.3. Other Documents About <SPAN
|
>A.4.3. Other Documents About <SPAN
|
||||||
CLASS="acronym"
|
CLASS="acronym"
|
||||||
>BIND</SPAN
|
>BIND</SPAN
|
||||||
@@ -1564,13 +1569,13 @@ CLASS="acronym"
|
|||||||
></P
|
></P
|
||||||
><H3
|
><H3
|
||||||
><A
|
><A
|
||||||
NAME="AEN4597"
|
NAME="AEN4604"
|
||||||
>Bibliography</A
|
>Bibliography</A
|
||||||
></H3
|
></H3
|
||||||
><DIV
|
><DIV
|
||||||
CLASS="biblioentry"
|
CLASS="biblioentry"
|
||||||
><A
|
><A
|
||||||
NAME="AEN4598"
|
NAME="AEN4605"
|
||||||
></A
|
></A
|
||||||
><P
|
><P
|
||||||
>Paul Albitz and Cricket Liu, <I
|
>Paul Albitz and Cricket Liu, <I
|
||||||
@@ -1589,6 +1594,171 @@ STYLE="margin-left=0.5in"
|
|||||||
></DIV
|
></DIV
|
||||||
></DIV
|
></DIV
|
||||||
></DIV
|
></DIV
|
||||||
|
><DIV
|
||||||
|
CLASS="sect1"
|
||||||
|
><H1
|
||||||
|
CLASS="sect1"
|
||||||
|
><A
|
||||||
|
NAME="statsfile"
|
||||||
|
>A.5. Format of statistics file</A
|
||||||
|
></H1
|
||||||
|
><P
|
||||||
|
>The statistics file generated by Bind9 is similar in form to that
|
||||||
|
generated by Bind8, but is not identical, due to differences in the counters
|
||||||
|
currently implemented in Bind9.</P
|
||||||
|
><P
|
||||||
|
>The statistics dump begins with the line <B
|
||||||
|
CLASS="command"
|
||||||
|
>+++ Statistics Dump
|
||||||
|
+++ (973798949)</B
|
||||||
|
>, where the number in parentheses is a standard
|
||||||
|
Unix-style timestamp, measured as seconds since January 1, 1970. Following
|
||||||
|
that line are a series of lines containing a counter type, value of the
|
||||||
|
counter, and possibly a view/zone pair. The lines without view and zone
|
||||||
|
listed are global counters for the entire server and the lines with view and
|
||||||
|
zones specified are for the given view and zone. The statistics dump ends
|
||||||
|
with the line <B
|
||||||
|
CLASS="command"
|
||||||
|
>--- Statistics Dump --- (973798949)</B
|
||||||
|
>, where the
|
||||||
|
number is identical to the number in the beginning line.</P
|
||||||
|
><P
|
||||||
|
>The following counters are defined:</P
|
||||||
|
><DIV
|
||||||
|
CLASS="informaltable"
|
||||||
|
><P
|
||||||
|
></P
|
||||||
|
><TABLE
|
||||||
|
BORDER="1"
|
||||||
|
CLASS="CALSTABLE"
|
||||||
|
><TR
|
||||||
|
><TD
|
||||||
|
WIDTH="110"
|
||||||
|
ALIGN="LEFT"
|
||||||
|
VALIGN="MIDDLE"
|
||||||
|
><P
|
||||||
|
><B
|
||||||
|
CLASS="command"
|
||||||
|
>success</B
|
||||||
|
></P
|
||||||
|
></TD
|
||||||
|
><TD
|
||||||
|
WIDTH="322"
|
||||||
|
ALIGN="LEFT"
|
||||||
|
VALIGN="MIDDLE"
|
||||||
|
><P
|
||||||
|
>This counter is used to track the number of
|
||||||
|
successful queries made to the server or zone. A successful query
|
||||||
|
is defined as query which returns a NOERROR result other than
|
||||||
|
delegation replies.</P
|
||||||
|
></TD
|
||||||
|
></TR
|
||||||
|
><TR
|
||||||
|
><TD
|
||||||
|
WIDTH="110"
|
||||||
|
ALIGN="LEFT"
|
||||||
|
VALIGN="MIDDLE"
|
||||||
|
><P
|
||||||
|
><B
|
||||||
|
CLASS="command"
|
||||||
|
>delegation</B
|
||||||
|
></P
|
||||||
|
></TD
|
||||||
|
><TD
|
||||||
|
WIDTH="322"
|
||||||
|
ALIGN="LEFT"
|
||||||
|
VALIGN="MIDDLE"
|
||||||
|
><P
|
||||||
|
>This counter is used to track the number
|
||||||
|
of queries which return delegations instead a final answer.</P
|
||||||
|
></TD
|
||||||
|
></TR
|
||||||
|
><TR
|
||||||
|
><TD
|
||||||
|
WIDTH="110"
|
||||||
|
ALIGN="LEFT"
|
||||||
|
VALIGN="MIDDLE"
|
||||||
|
><P
|
||||||
|
><B
|
||||||
|
CLASS="command"
|
||||||
|
>nxrrset</B
|
||||||
|
></P
|
||||||
|
></TD
|
||||||
|
><TD
|
||||||
|
WIDTH="322"
|
||||||
|
ALIGN="LEFT"
|
||||||
|
VALIGN="MIDDLE"
|
||||||
|
><P
|
||||||
|
>This counter is used to track the number
|
||||||
|
of queries made which return a result code of NXRRSET.</P
|
||||||
|
></TD
|
||||||
|
></TR
|
||||||
|
><TR
|
||||||
|
><TD
|
||||||
|
WIDTH="110"
|
||||||
|
ALIGN="LEFT"
|
||||||
|
VALIGN="MIDDLE"
|
||||||
|
><P
|
||||||
|
><B
|
||||||
|
CLASS="command"
|
||||||
|
>nxdoimain</B
|
||||||
|
></P
|
||||||
|
></TD
|
||||||
|
><TD
|
||||||
|
WIDTH="322"
|
||||||
|
ALIGN="LEFT"
|
||||||
|
VALIGN="MIDDLE"
|
||||||
|
><P
|
||||||
|
>This counter is used to track the number
|
||||||
|
of queries made which return a result code of NXDOMAIN.</P
|
||||||
|
></TD
|
||||||
|
></TR
|
||||||
|
><TR
|
||||||
|
><TD
|
||||||
|
WIDTH="110"
|
||||||
|
ALIGN="LEFT"
|
||||||
|
VALIGN="MIDDLE"
|
||||||
|
><P
|
||||||
|
><B
|
||||||
|
CLASS="command"
|
||||||
|
>recursion</B
|
||||||
|
></P
|
||||||
|
></TD
|
||||||
|
><TD
|
||||||
|
WIDTH="322"
|
||||||
|
ALIGN="LEFT"
|
||||||
|
VALIGN="MIDDLE"
|
||||||
|
><P
|
||||||
|
>This counter is used to track the number
|
||||||
|
of queries made which resulted in recursion in order to find the final
|
||||||
|
answer.</P
|
||||||
|
></TD
|
||||||
|
></TR
|
||||||
|
><TR
|
||||||
|
><TD
|
||||||
|
WIDTH="110"
|
||||||
|
ALIGN="LEFT"
|
||||||
|
VALIGN="MIDDLE"
|
||||||
|
><P
|
||||||
|
><B
|
||||||
|
CLASS="command"
|
||||||
|
>failure</B
|
||||||
|
></P
|
||||||
|
></TD
|
||||||
|
><TD
|
||||||
|
WIDTH="322"
|
||||||
|
ALIGN="LEFT"
|
||||||
|
VALIGN="MIDDLE"
|
||||||
|
><P
|
||||||
|
>This counter is used to track the number
|
||||||
|
of queries resulted in a SERVFAIL reply.</P
|
||||||
|
></TD
|
||||||
|
></TR
|
||||||
|
></TABLE
|
||||||
|
><P
|
||||||
|
></P
|
||||||
|
></DIV
|
||||||
|
></DIV
|
||||||
></DIV
|
></DIV
|
||||||
><DIV
|
><DIV
|
||||||
CLASS="NAVFOOTER"
|
CLASS="NAVFOOTER"
|
||||||
|
@@ -168,7 +168,7 @@ HREF="Bv9ARM.ch03.html#AEN375"
|
|||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>3.4.2. <A
|
>3.4.2. <A
|
||||||
HREF="Bv9ARM.ch03.html#AEN599"
|
HREF="Bv9ARM.ch03.html#AEN607"
|
||||||
>Signals</A
|
>Signals</A
|
||||||
></DT
|
></DT
|
||||||
></DL
|
></DL
|
||||||
@@ -194,7 +194,7 @@ HREF="Bv9ARM.ch04.html#incremental_zone_transfers"
|
|||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>4.3. <A
|
>4.3. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN653"
|
HREF="Bv9ARM.ch04.html#AEN661"
|
||||||
>Split DNS</A
|
>Split DNS</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
@@ -206,44 +206,44 @@ HREF="Bv9ARM.ch04.html#tsig"
|
|||||||
><DL
|
><DL
|
||||||
><DT
|
><DT
|
||||||
>4.4.1. <A
|
>4.4.1. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN746"
|
HREF="Bv9ARM.ch04.html#AEN752"
|
||||||
>Generate Shared Keys for Each Pair of Hosts</A
|
>Generate Shared Keys for Each Pair of Hosts</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>4.4.2. <A
|
>4.4.2. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN767"
|
HREF="Bv9ARM.ch04.html#AEN773"
|
||||||
>Copying the Shared Secret to Both Machines</A
|
>Copying the Shared Secret to Both Machines</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>4.4.3. <A
|
>4.4.3. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN770"
|
HREF="Bv9ARM.ch04.html#AEN776"
|
||||||
>Informing the Servers of the Key's Existence</A
|
>Informing the Servers of the Key's Existence</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>4.4.4. <A
|
>4.4.4. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN782"
|
HREF="Bv9ARM.ch04.html#AEN788"
|
||||||
>Instructing the Server to Use the Key</A
|
>Instructing the Server to Use the Key</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>4.4.5. <A
|
>4.4.5. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN798"
|
HREF="Bv9ARM.ch04.html#AEN804"
|
||||||
>TSIG Key Based Access Control</A
|
>TSIG Key Based Access Control</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>4.4.6. <A
|
>4.4.6. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN811"
|
HREF="Bv9ARM.ch04.html#AEN817"
|
||||||
>Errors</A
|
>Errors</A
|
||||||
></DT
|
></DT
|
||||||
></DL
|
></DL
|
||||||
></DD
|
></DD
|
||||||
><DT
|
><DT
|
||||||
>4.5. <A
|
>4.5. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN815"
|
HREF="Bv9ARM.ch04.html#AEN821"
|
||||||
>TKEY</A
|
>TKEY</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>4.6. <A
|
>4.6. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN830"
|
HREF="Bv9ARM.ch04.html#AEN836"
|
||||||
>SIG(0)</A
|
>SIG(0)</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
@@ -255,34 +255,34 @@ HREF="Bv9ARM.ch04.html#DNSSEC"
|
|||||||
><DL
|
><DL
|
||||||
><DT
|
><DT
|
||||||
>4.7.1. <A
|
>4.7.1. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN846"
|
HREF="Bv9ARM.ch04.html#AEN852"
|
||||||
>Generating Keys</A
|
>Generating Keys</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>4.7.2. <A
|
>4.7.2. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN866"
|
HREF="Bv9ARM.ch04.html#AEN872"
|
||||||
>Creating a Keyset</A
|
>Creating a Keyset</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>4.7.3. <A
|
>4.7.3. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN878"
|
HREF="Bv9ARM.ch04.html#AEN884"
|
||||||
>Signing the Child's Keyset</A
|
>Signing the Child's Keyset</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>4.7.4. <A
|
>4.7.4. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN891"
|
HREF="Bv9ARM.ch04.html#AEN897"
|
||||||
>Signing the Zone</A
|
>Signing the Zone</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>4.7.5. <A
|
>4.7.5. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN907"
|
HREF="Bv9ARM.ch04.html#AEN913"
|
||||||
>Configuring Servers</A
|
>Configuring Servers</A
|
||||||
></DT
|
></DT
|
||||||
></DL
|
></DL
|
||||||
></DD
|
></DD
|
||||||
><DT
|
><DT
|
||||||
>4.8. <A
|
>4.8. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN914"
|
HREF="Bv9ARM.ch04.html#AEN920"
|
||||||
>IPv6 Support in <SPAN
|
>IPv6 Support in <SPAN
|
||||||
CLASS="acronym"
|
CLASS="acronym"
|
||||||
>BIND</SPAN
|
>BIND</SPAN
|
||||||
@@ -292,27 +292,27 @@ CLASS="acronym"
|
|||||||
><DL
|
><DL
|
||||||
><DT
|
><DT
|
||||||
>4.8.1. <A
|
>4.8.1. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN928"
|
HREF="Bv9ARM.ch04.html#AEN934"
|
||||||
>Address Lookups Using AAAA Records</A
|
>Address Lookups Using AAAA Records</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>4.8.2. <A
|
>4.8.2. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN933"
|
HREF="Bv9ARM.ch04.html#AEN939"
|
||||||
>Address Lookups Using A6 Records</A
|
>Address Lookups Using A6 Records</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>4.8.3. <A
|
>4.8.3. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN954"
|
HREF="Bv9ARM.ch04.html#AEN960"
|
||||||
>Address to Name Lookups Using Nibble Format</A
|
>Address to Name Lookups Using Nibble Format</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>4.8.4. <A
|
>4.8.4. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN961"
|
HREF="Bv9ARM.ch04.html#AEN967"
|
||||||
>Address to Name Lookups Using Bitstring Format</A
|
>Address to Name Lookups Using Bitstring Format</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>4.8.5. <A
|
>4.8.5. <A
|
||||||
HREF="Bv9ARM.ch04.html#AEN968"
|
HREF="Bv9ARM.ch04.html#AEN974"
|
||||||
>Using DNAME for Delegation of IPv6 Reverse Addresses</A
|
>Using DNAME for Delegation of IPv6 Reverse Addresses</A
|
||||||
></DT
|
></DT
|
||||||
></DL
|
></DL
|
||||||
@@ -331,7 +331,7 @@ CLASS="acronym"
|
|||||||
><DL
|
><DL
|
||||||
><DT
|
><DT
|
||||||
>5.1. <A
|
>5.1. <A
|
||||||
HREF="Bv9ARM.ch05.html#AEN988"
|
HREF="Bv9ARM.ch05.html#AEN994"
|
||||||
>The Lightweight Resolver Library</A
|
>The Lightweight Resolver Library</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
@@ -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#AEN1229"
|
HREF="Bv9ARM.ch06.html#AEN1235"
|
||||||
>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#AEN1336"
|
HREF="Bv9ARM.ch06.html#AEN1342"
|
||||||
><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#AEN1378"
|
HREF="Bv9ARM.ch06.html#AEN1384"
|
||||||
><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#AEN1387"
|
HREF="Bv9ARM.ch06.html#AEN1393"
|
||||||
><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#AEN1415"
|
HREF="Bv9ARM.ch06.html#AEN1421"
|
||||||
><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#AEN1420"
|
HREF="Bv9ARM.ch06.html#AEN1426"
|
||||||
><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#AEN1427"
|
HREF="Bv9ARM.ch06.html#AEN1433"
|
||||||
><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#AEN1434"
|
HREF="Bv9ARM.ch06.html#AEN1440"
|
||||||
><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#AEN1446"
|
HREF="Bv9ARM.ch06.html#AEN1452"
|
||||||
><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#AEN1485"
|
HREF="Bv9ARM.ch06.html#AEN1491"
|
||||||
><B
|
><B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>logging</B
|
>logging</B
|
||||||
@@ -463,7 +463,7 @@ Usage</A
|
|||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>6.2.11. <A
|
>6.2.11. <A
|
||||||
HREF="Bv9ARM.ch06.html#AEN1679"
|
HREF="Bv9ARM.ch06.html#AEN1685"
|
||||||
><B
|
><B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>lwres</B
|
>lwres</B
|
||||||
@@ -471,7 +471,7 @@ CLASS="command"
|
|||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>6.2.12. <A
|
>6.2.12. <A
|
||||||
HREF="Bv9ARM.ch06.html#AEN1697"
|
HREF="Bv9ARM.ch06.html#AEN1703"
|
||||||
><B
|
><B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>lwres</B
|
>lwres</B
|
||||||
@@ -479,7 +479,7 @@ CLASS="command"
|
|||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>6.2.13. <A
|
>6.2.13. <A
|
||||||
HREF="Bv9ARM.ch06.html#AEN1716"
|
HREF="Bv9ARM.ch06.html#AEN1722"
|
||||||
><B
|
><B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>options</B
|
>options</B
|
||||||
@@ -487,7 +487,7 @@ CLASS="command"
|
|||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>6.2.14. <A
|
>6.2.14. <A
|
||||||
HREF="Bv9ARM.ch06.html#AEN1899"
|
HREF="Bv9ARM.ch06.html#AEN1907"
|
||||||
><B
|
><B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>options</B
|
>options</B
|
||||||
@@ -514,7 +514,7 @@ and Usage</A
|
|||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>6.2.17. <A
|
>6.2.17. <A
|
||||||
HREF="Bv9ARM.ch06.html#AEN2788"
|
HREF="Bv9ARM.ch06.html#AEN2777"
|
||||||
><B
|
><B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>trusted-keys</B
|
>trusted-keys</B
|
||||||
@@ -522,7 +522,7 @@ CLASS="command"
|
|||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>6.2.18. <A
|
>6.2.18. <A
|
||||||
HREF="Bv9ARM.ch06.html#AEN2804"
|
HREF="Bv9ARM.ch06.html#AEN2793"
|
||||||
><B
|
><B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>trusted-keys</B
|
>trusted-keys</B
|
||||||
@@ -531,7 +531,7 @@ and Usage</A
|
|||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>6.2.19. <A
|
>6.2.19. <A
|
||||||
HREF="Bv9ARM.ch06.html#AEN2812"
|
HREF="Bv9ARM.ch06.html#AEN2801"
|
||||||
><B
|
><B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>view</B
|
>view</B
|
||||||
@@ -539,7 +539,7 @@ CLASS="command"
|
|||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>6.2.20. <A
|
>6.2.20. <A
|
||||||
HREF="Bv9ARM.ch06.html#AEN2824"
|
HREF="Bv9ARM.ch06.html#AEN2815"
|
||||||
><B
|
><B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>view</B
|
>view</B
|
||||||
@@ -556,7 +556,7 @@ Statement Grammar</A
|
|||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>6.2.22. <A
|
>6.2.22. <A
|
||||||
HREF="Bv9ARM.ch06.html#AEN2945"
|
HREF="Bv9ARM.ch06.html#AEN2940"
|
||||||
><B
|
><B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>zone</B
|
>zone</B
|
||||||
@@ -566,7 +566,7 @@ CLASS="command"
|
|||||||
></DD
|
></DD
|
||||||
><DT
|
><DT
|
||||||
>6.3. <A
|
>6.3. <A
|
||||||
HREF="Bv9ARM.ch06.html#AEN3242"
|
HREF="Bv9ARM.ch06.html#AEN3249"
|
||||||
>Zone File</A
|
>Zone File</A
|
||||||
></DT
|
></DT
|
||||||
><DD
|
><DD
|
||||||
@@ -578,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#AEN3562"
|
HREF="Bv9ARM.ch06.html#AEN3569"
|
||||||
>Discussion of MX Records</A
|
>Discussion of MX Records</A
|
||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
@@ -588,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#AEN3683"
|
HREF="Bv9ARM.ch06.html#AEN3690"
|
||||||
>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#AEN3710"
|
HREF="Bv9ARM.ch06.html#AEN3717"
|
||||||
>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#AEN3767"
|
HREF="Bv9ARM.ch06.html#AEN3774"
|
||||||
><SPAN
|
><SPAN
|
||||||
CLASS="acronym"
|
CLASS="acronym"
|
||||||
>BIND</SPAN
|
>BIND</SPAN
|
||||||
@@ -628,7 +628,7 @@ HREF="Bv9ARM.ch07.html#Access_Control_Lists"
|
|||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>7.2. <A
|
>7.2. <A
|
||||||
HREF="Bv9ARM.ch07.html#AEN3858"
|
HREF="Bv9ARM.ch07.html#AEN3865"
|
||||||
><B
|
><B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>chroot</B
|
>chroot</B
|
||||||
@@ -642,7 +642,7 @@ UNIX servers)</A
|
|||||||
><DL
|
><DL
|
||||||
><DT
|
><DT
|
||||||
>7.2.1. <A
|
>7.2.1. <A
|
||||||
HREF="Bv9ARM.ch07.html#AEN3881"
|
HREF="Bv9ARM.ch07.html#AEN3888"
|
||||||
>The <B
|
>The <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>chroot</B
|
>chroot</B
|
||||||
@@ -650,7 +650,7 @@ CLASS="command"
|
|||||||
></DT
|
></DT
|
||||||
><DT
|
><DT
|
||||||
>7.2.2. <A
|
>7.2.2. <A
|
||||||
HREF="Bv9ARM.ch07.html#AEN3896"
|
HREF="Bv9ARM.ch07.html#AEN3903"
|
||||||
>Using the <B
|
>Using the <B
|
||||||
CLASS="command"
|
CLASS="command"
|
||||||
>setuid</B
|
>setuid</B
|
||||||
@@ -660,7 +660,7 @@ CLASS="command"
|
|||||||
></DD
|
></DD
|
||||||
><DT
|
><DT
|
||||||
>7.3. <A
|
>7.3. <A
|
||||||
HREF="Bv9ARM.ch07.html#AEN3904"
|
HREF="Bv9ARM.ch07.html#AEN3911"
|
||||||
>Dynamic Updates</A
|
>Dynamic Updates</A
|
||||||
></DT
|
></DT
|
||||||
></DL
|
></DL
|
||||||
@@ -674,26 +674,26 @@ HREF="Bv9ARM.ch08.html"
|
|||||||
><DL
|
><DL
|
||||||
><DT
|
><DT
|
||||||
>8.1. <A
|
>8.1. <A
|
||||||
HREF="Bv9ARM.ch08.html#AEN3916"
|
HREF="Bv9ARM.ch08.html#AEN3923"
|
||||||
>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#AEN3918"
|
HREF="Bv9ARM.ch08.html#AEN3925"
|
||||||
>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#AEN3922"
|
HREF="Bv9ARM.ch08.html#AEN3929"
|
||||||
>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#AEN3927"
|
HREF="Bv9ARM.ch08.html#AEN3934"
|
||||||
>Where Can I Get Help?</A
|
>Where Can I Get Help?</A
|
||||||
></DT
|
></DT
|
||||||
></DL
|
></DL
|
||||||
@@ -707,14 +707,14 @@ HREF="Bv9ARM.ch09.html"
|
|||||||
><DL
|
><DL
|
||||||
><DT
|
><DT
|
||||||
>A.1. <A
|
>A.1. <A
|
||||||
HREF="Bv9ARM.ch09.html#AEN3943"
|
HREF="Bv9ARM.ch09.html#AEN3950"
|
||||||
>Acknowledgements</A
|
>Acknowledgements</A
|
||||||
></DT
|
></DT
|
||||||
><DD
|
><DD
|
||||||
><DL
|
><DL
|
||||||
><DT
|
><DT
|
||||||
>A.1.1. <A
|
>A.1.1. <A
|
||||||
HREF="Bv9ARM.ch09.html#AEN3945"
|
HREF="Bv9ARM.ch09.html#AEN3952"
|
||||||
>A Brief History of the <SPAN
|
>A Brief History of the <SPAN
|
||||||
CLASS="acronym"
|
CLASS="acronym"
|
||||||
>DNS</SPAN
|
>DNS</SPAN
|
||||||
@@ -744,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#AEN3984"
|
HREF="Bv9ARM.ch09.html#AEN3991"
|
||||||
>General <SPAN
|
>General <SPAN
|
||||||
CLASS="acronym"
|
CLASS="acronym"
|
||||||
>DNS</SPAN
|
>DNS</SPAN
|
||||||
@@ -754,7 +754,7 @@ CLASS="acronym"
|
|||||||
><DL
|
><DL
|
||||||
><DT
|
><DT
|
||||||
>A.3.1. <A
|
>A.3.1. <A
|
||||||
HREF="Bv9ARM.ch09.html#AEN3987"
|
HREF="Bv9ARM.ch09.html#AEN3994"
|
||||||
>IPv6 addresses (A6)</A
|
>IPv6 addresses (A6)</A
|
||||||
></DT
|
></DT
|
||||||
></DL
|
></DL
|
||||||
@@ -778,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#AEN4593"
|
HREF="Bv9ARM.ch09.html#AEN4600"
|
||||||
>Other Documents About <SPAN
|
>Other Documents About <SPAN
|
||||||
CLASS="acronym"
|
CLASS="acronym"
|
||||||
>BIND</SPAN
|
>BIND</SPAN
|
||||||
@@ -786,6 +786,11 @@ CLASS="acronym"
|
|||||||
></DT
|
></DT
|
||||||
></DL
|
></DL
|
||||||
></DD
|
></DD
|
||||||
|
><DT
|
||||||
|
>A.5. <A
|
||||||
|
HREF="Bv9ARM.ch09.html#statsfile"
|
||||||
|
>Format of statistics file</A
|
||||||
|
></DT
|
||||||
></DL
|
></DL
|
||||||
></DD
|
></DD
|
||||||
></DL
|
></DL
|
||||||
|
Reference in New Issue
Block a user