mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
Document new RNDC options and statistics file.
Regenerate HTML files.
This commit is contained in:
parent
3e3be8feda
commit
56f1285ca5
@ -2,7 +2,7 @@
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
|
||||
"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>
|
||||
|
||||
@ -639,7 +639,9 @@ of a server.</para>
|
||||
<arg>-c <replaceable>config</replaceable></arg>
|
||||
<arg>-s <replaceable>server</replaceable></arg>
|
||||
<arg>-p <replaceable>port</replaceable></arg>
|
||||
<arg>-v <replaceable>view</replaceable></arg>
|
||||
<arg>-y <replaceable>key</replaceable></arg>
|
||||
<arg>-z <replaceable>zone</replaceable></arg>
|
||||
<arg choice="plain"><replaceable>command</replaceable></arg>
|
||||
<arg rep="repeat"><replaceable>command</replaceable></arg>
|
||||
</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>
|
||||
</row>
|
||||
<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 = "2"><para>Reload configuration file and zones.</para></entry>
|
||||
</row>
|
||||
<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>
|
||||
</row>
|
||||
<row rowsep = "0">
|
||||
@ -700,8 +706,8 @@ of a server.</para>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
<para>As noted above, <command>reload</command> is the
|
||||
only command available for <acronym>BIND</acronym> 9.0.0. The other
|
||||
<para>As noted above, only a limited number of commands are
|
||||
available for <acronym>BIND</acronym> 9.0.0. The other
|
||||
commands, and more, are planned to be implemented for
|
||||
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> pid-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> deallocate-on-exit <replaceable>yes_or_no</replaceable>; </optional>
|
||||
<optional> dialup <replaceable>dialup_option</replaceable>; </optional>
|
||||
@ -2581,11 +2588,8 @@ nameserver.</para></entry>
|
||||
<row rowsep = "0">
|
||||
<entry colname = "1"><para><command>statistics-file</command></para></entry>
|
||||
<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>
|
||||
<simpara>Not
|
||||
yet implemented in <acronym>BIND</acronym> 9.</simpara></note></entry>
|
||||
to. If not specified, the default is <filename>named.stats</filename>.</para></entry>
|
||||
</row>
|
||||
|
||||
<row rowsep = "0">
|
||||
<entry colname = "1"><para><command>port</command></para></entry>
|
||||
<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>
|
||||
</row>
|
||||
<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 = "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
|
||||
@ -3500,6 +3511,7 @@ key data.</para></sect2>
|
||||
<programlisting>view <replaceable>view_name</replaceable> <optional><replaceable>class</replaceable></optional> {
|
||||
match-clients { <replaceable>address_match_list</replaceable> } ;
|
||||
<optional> <replaceable>view_option</replaceable>; ...</optional>
|
||||
<optional> statistics <replaceable>yes_or_no</replaceable> ; </optional>
|
||||
<optional> <replaceable>zone_statement</replaceable>; ...</optional>
|
||||
};
|
||||
</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> 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> statistics <replaceable>yes_or_no</replaceable> ; </optional>
|
||||
<optional> sig-validity-interval <replaceable>number</replaceable> ; </optional>
|
||||
<optional> database <replaceable>string</replaceable> ; </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>
|
||||
</row>
|
||||
<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 = "2"><para>See the description of
|
||||
<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>
|
||||
</sect2>
|
||||
</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>
|
||||
|
||||
</book>
|
||||
|
@ -601,17 +601,20 @@ CLASS="systemitem"
|
||||
>where <SPAN
|
||||
CLASS="systemitem"
|
||||
>com</SPAN
|
||||
> is the top level domain to which <SPAN
|
||||
> is the top level domain to which
|
||||
<SPAN
|
||||
CLASS="systemitem"
|
||||
>ourhost.example.com</SPAN
|
||||
> belongs, <SPAN
|
||||
> belongs,
|
||||
<SPAN
|
||||
CLASS="systemitem"
|
||||
>example</SPAN
|
||||
> is
|
||||
a subdomain of <SPAN
|
||||
CLASS="systemitem"
|
||||
>com</SPAN
|
||||
>, and <SPAN
|
||||
>, and
|
||||
<SPAN
|
||||
CLASS="systemitem"
|
||||
>ourhost</SPAN
|
||||
> is the
|
||||
@ -629,13 +632,15 @@ via File Transfer Protocol (FTP) from
|
||||
HREF="ftp://www.isi.edu/in-notes/"
|
||||
TARGET="_top"
|
||||
>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/"
|
||||
TARGET="_top"
|
||||
>http://www.ietf.org/rfc/</A
|
||||
>.
|
||||
(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"
|
||||
>named</B
|
||||
> and <B
|
||||
@ -679,19 +684,22 @@ CLASS="systemitem"
|
||||
> domain
|
||||
which includes names such as <SPAN
|
||||
CLASS="systemitem"
|
||||
>host.aaa.example.com </SPAN
|
||||
>and <SPAN
|
||||
>host.aaa.example.com</SPAN
|
||||
>
|
||||
and <SPAN
|
||||
CLASS="systemitem"
|
||||
>host.bbb.example.com</SPAN
|
||||
> even
|
||||
though the <SPAN
|
||||
CLASS="systemitem"
|
||||
>example.com</SPAN
|
||||
> zone includes only delegations
|
||||
for the <SPAN
|
||||
>
|
||||
zone includes only delegations for the
|
||||
<SPAN
|
||||
CLASS="systemitem"
|
||||
>aaa.example.com</SPAN
|
||||
> and <SPAN
|
||||
>
|
||||
and <SPAN
|
||||
CLASS="systemitem"
|
||||
>bbb.example.com</SPAN
|
||||
> zones.
|
||||
|
@ -428,12 +428,14 @@ CLASS="command"
|
||||
<B
|
||||
CLASS="command"
|
||||
>options</B
|
||||
> statement, see <A
|
||||
> statement, see
|
||||
<A
|
||||
HREF="Bv9ARM.ch06.html#rrset_ordering"
|
||||
><I
|
||||
>RRset Ordering</I
|
||||
></A
|
||||
>. This substatement is not supported in
|
||||
>.
|
||||
This substatement is not supported in
|
||||
<SPAN
|
||||
CLASS="acronym"
|
||||
>BIND</SPAN
|
||||
@ -753,11 +755,21 @@ CLASS="replaceable"
|
||||
><I
|
||||
>port</I
|
||||
></TT
|
||||
>] [-v <TT
|
||||
CLASS="replaceable"
|
||||
><I
|
||||
>view</I
|
||||
></TT
|
||||
>] [-y <TT
|
||||
CLASS="replaceable"
|
||||
><I
|
||||
>key</I
|
||||
></TT
|
||||
>] [-z <TT
|
||||
CLASS="replaceable"
|
||||
><I
|
||||
>zone</I
|
||||
></TT
|
||||
>] <TT
|
||||
CLASS="replaceable"
|
||||
><I
|
||||
@ -841,6 +853,27 @@ VALIGN="MIDDLE"
|
||||
><TT
|
||||
CLASS="userinput"
|
||||
><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
|
||||
></TT
|
||||
></P
|
||||
@ -864,9 +897,6 @@ CLASS="userinput"
|
||||
><B
|
||||
>stats</B
|
||||
></TT
|
||||
><A
|
||||
HREF="#FTN.nyi1"
|
||||
>[a]</A
|
||||
></P
|
||||
></TD
|
||||
><TD
|
||||
@ -1011,11 +1041,8 @@ NAME="FTN.nyi1"
|
||||
></P
|
||||
></DIV
|
||||
><P
|
||||
>As noted above, <B
|
||||
CLASS="command"
|
||||
>reload</B
|
||||
> is the
|
||||
only command available for <SPAN
|
||||
>As noted above, only a limited number of commands are
|
||||
available for <SPAN
|
||||
CLASS="acronym"
|
||||
>BIND</SPAN
|
||||
> 9.0.0. The other
|
||||
@ -1216,7 +1243,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN599"
|
||||
NAME="AEN607"
|
||||
>3.4.2. Signals</A
|
||||
></H2
|
||||
><P
|
||||
|
@ -85,7 +85,7 @@ HREF="Bv9ARM.ch04.html#incremental_zone_transfers"
|
||||
></DT
|
||||
><DT
|
||||
>4.3. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN653"
|
||||
HREF="Bv9ARM.ch04.html#AEN661"
|
||||
>Split DNS</A
|
||||
></DT
|
||||
><DT
|
||||
@ -95,12 +95,12 @@ HREF="Bv9ARM.ch04.html#tsig"
|
||||
></DT
|
||||
><DT
|
||||
>4.5. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN815"
|
||||
HREF="Bv9ARM.ch04.html#AEN821"
|
||||
>TKEY</A
|
||||
></DT
|
||||
><DT
|
||||
>4.6. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN830"
|
||||
HREF="Bv9ARM.ch04.html#AEN836"
|
||||
>SIG(0)</A
|
||||
></DT
|
||||
><DT
|
||||
@ -110,7 +110,7 @@ HREF="Bv9ARM.ch04.html#DNSSEC"
|
||||
></DT
|
||||
><DT
|
||||
>4.8. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN914"
|
||||
HREF="Bv9ARM.ch04.html#AEN920"
|
||||
>IPv6 Support in <SPAN
|
||||
CLASS="acronym"
|
||||
>BIND</SPAN
|
||||
@ -229,7 +229,7 @@ CLASS="sect1"
|
||||
><H1
|
||||
CLASS="sect1"
|
||||
><A
|
||||
NAME="AEN653"
|
||||
NAME="AEN661"
|
||||
>4.3. Split DNS</A
|
||||
></H1
|
||||
><P
|
||||
@ -312,16 +312,10 @@ CLASS="filename"
|
||||
>site2.internal</TT
|
||||
>.</P
|
||||
><P
|
||||
>To protect the<TT
|
||||
>To protect the <TT
|
||||
CLASS="filename"
|
||||
> site1.interna</TT
|
||||
><I
|
||||
CLASS="emphasis"
|
||||
>l</I
|
||||
> and<I
|
||||
CLASS="emphasis"
|
||||
> </I
|
||||
><TT
|
||||
>site1.internal</TT
|
||||
> and <TT
|
||||
CLASS="filename"
|
||||
>site2.internal</TT
|
||||
> domains,
|
||||
@ -445,8 +439,8 @@ CLASS="systemitem"
|
||||
> and
|
||||
<SPAN
|
||||
CLASS="systemitem"
|
||||
>site2.example.com </SPAN
|
||||
>zones.</P
|
||||
>site2.example.com</SPAN
|
||||
> zones.</P
|
||||
></LI
|
||||
><LI
|
||||
><P
|
||||
@ -635,7 +629,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN746"
|
||||
NAME="AEN752"
|
||||
>4.4.1. Generate Shared Keys for Each Pair of Hosts</A
|
||||
></H2
|
||||
><P
|
||||
@ -653,7 +647,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN751"
|
||||
NAME="AEN757"
|
||||
>4.4.1.1. Automatic Generation</A
|
||||
></H3
|
||||
><P
|
||||
@ -695,7 +689,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN762"
|
||||
NAME="AEN768"
|
||||
>4.4.1.2. Manual Generation</A
|
||||
></H3
|
||||
><P
|
||||
@ -716,7 +710,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN767"
|
||||
NAME="AEN773"
|
||||
>4.4.2. Copying the Shared Secret to Both Machines</A
|
||||
></H2
|
||||
><P
|
||||
@ -728,7 +722,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN770"
|
||||
NAME="AEN776"
|
||||
>4.4.3. Informing the Servers of the Key's Existence</A
|
||||
></H2
|
||||
><P
|
||||
@ -776,7 +770,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN782"
|
||||
NAME="AEN788"
|
||||
>4.4.4. Instructing the Server to Use the Key</A
|
||||
></H2
|
||||
><P
|
||||
@ -836,7 +830,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN798"
|
||||
NAME="AEN804"
|
||||
>4.4.5. TSIG Key Based Access Control</A
|
||||
></H2
|
||||
><P
|
||||
@ -882,7 +876,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN811"
|
||||
NAME="AEN817"
|
||||
>4.4.6. Errors</A
|
||||
></H2
|
||||
><P
|
||||
@ -911,7 +905,7 @@ CLASS="sect1"
|
||||
><H1
|
||||
CLASS="sect1"
|
||||
><A
|
||||
NAME="AEN815"
|
||||
NAME="AEN821"
|
||||
>4.5. TKEY</A
|
||||
></H1
|
||||
><P
|
||||
@ -977,7 +971,7 @@ CLASS="sect1"
|
||||
><H1
|
||||
CLASS="sect1"
|
||||
><A
|
||||
NAME="AEN830"
|
||||
NAME="AEN836"
|
||||
>4.6. SIG(0)</A
|
||||
></H1
|
||||
><P
|
||||
@ -1046,7 +1040,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN846"
|
||||
NAME="AEN852"
|
||||
>4.7.1. Generating Keys</A
|
||||
></H2
|
||||
><P
|
||||
@ -1117,15 +1111,15 @@ CLASS="command"
|
||||
> statements, including the
|
||||
<TT
|
||||
CLASS="filename"
|
||||
>.key </TT
|
||||
>files.</P
|
||||
>.key</TT
|
||||
> files.</P
|
||||
></DIV
|
||||
><DIV
|
||||
CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN866"
|
||||
NAME="AEN872"
|
||||
>4.7.2. Creating a Keyset</A
|
||||
></H2
|
||||
><P
|
||||
@ -1178,7 +1172,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN878"
|
||||
NAME="AEN884"
|
||||
>4.7.3. Signing the Child's Keyset</A
|
||||
></H2
|
||||
><P
|
||||
@ -1228,7 +1222,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN891"
|
||||
NAME="AEN897"
|
||||
>4.7.4. Signing the Zone</A
|
||||
></H2
|
||||
><P
|
||||
@ -1290,7 +1284,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN907"
|
||||
NAME="AEN913"
|
||||
>4.7.5. Configuring Servers</A
|
||||
></H2
|
||||
><P
|
||||
@ -1317,7 +1311,7 @@ CLASS="sect1"
|
||||
><H1
|
||||
CLASS="sect1"
|
||||
><A
|
||||
NAME="AEN914"
|
||||
NAME="AEN920"
|
||||
>4.8. IPv6 Support in <SPAN
|
||||
CLASS="acronym"
|
||||
>BIND</SPAN
|
||||
@ -1371,7 +1365,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN928"
|
||||
NAME="AEN934"
|
||||
>4.8.1. Address Lookups Using AAAA Records</A
|
||||
></H2
|
||||
><P
|
||||
@ -1393,7 +1387,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN933"
|
||||
NAME="AEN939"
|
||||
>4.8.2. Address Lookups Using A6 Records</A
|
||||
></H2
|
||||
><P
|
||||
@ -1413,7 +1407,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN937"
|
||||
NAME="AEN943"
|
||||
>4.8.2.1. A6 Chains</A
|
||||
></H3
|
||||
><P
|
||||
@ -1459,7 +1453,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN948"
|
||||
NAME="AEN954"
|
||||
>4.8.2.2. A6 Records for DNS Servers</A
|
||||
></H3
|
||||
><P
|
||||
@ -1489,7 +1483,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN954"
|
||||
NAME="AEN960"
|
||||
>4.8.3. Address to Name Lookups Using Nibble Format</A
|
||||
></H2
|
||||
><P
|
||||
@ -1520,7 +1514,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN961"
|
||||
NAME="AEN967"
|
||||
>4.8.4. Address to Name Lookups Using Bitstring Format</A
|
||||
></H2
|
||||
><P
|
||||
@ -1547,7 +1541,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN968"
|
||||
NAME="AEN974"
|
||||
>4.8.5. Using DNAME for Delegation of IPv6 Reverse Addresses</A
|
||||
></H2
|
||||
><P
|
||||
|
@ -78,7 +78,7 @@ CLASS="TOC"
|
||||
></DT
|
||||
><DT
|
||||
>5.1. <A
|
||||
HREF="Bv9ARM.ch05.html#AEN988"
|
||||
HREF="Bv9ARM.ch05.html#AEN994"
|
||||
>The Lightweight Resolver Library</A
|
||||
></DT
|
||||
><DT
|
||||
@ -93,7 +93,7 @@ CLASS="sect1"
|
||||
><H1
|
||||
CLASS="sect1"
|
||||
><A
|
||||
NAME="AEN988"
|
||||
NAME="AEN994"
|
||||
>5.1. The Lightweight Resolver Library</A
|
||||
></H1
|
||||
><P
|
||||
|
@ -88,7 +88,7 @@ HREF="Bv9ARM.ch06.html#Configuration_File_Grammar"
|
||||
></DT
|
||||
><DT
|
||||
>6.3. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN3242"
|
||||
HREF="Bv9ARM.ch06.html#AEN3249"
|
||||
>Zone File</A
|
||||
></DT
|
||||
></DL
|
||||
@ -731,7 +731,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN1193"
|
||||
NAME="AEN1199"
|
||||
>6.1.1.1. Syntax</A
|
||||
></H3
|
||||
><PRE
|
||||
@ -762,7 +762,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN1201"
|
||||
NAME="AEN1207"
|
||||
>6.1.1.2. Definition and Usage</A
|
||||
></H3
|
||||
><P
|
||||
@ -868,7 +868,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN1229"
|
||||
NAME="AEN1235"
|
||||
>6.1.2. Comment Syntax</A
|
||||
></H2
|
||||
><P
|
||||
@ -887,7 +887,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN1234"
|
||||
NAME="AEN1240"
|
||||
>6.1.2.1. Syntax</A
|
||||
></H3
|
||||
><P
|
||||
@ -919,7 +919,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN1243"
|
||||
NAME="AEN1249"
|
||||
>6.1.2.2. Definition and Usage</A
|
||||
></H3
|
||||
><P
|
||||
@ -1251,7 +1251,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN1336"
|
||||
NAME="AEN1342"
|
||||
>6.2.1. <B
|
||||
CLASS="command"
|
||||
>acl</B
|
||||
@ -1390,7 +1390,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN1378"
|
||||
NAME="AEN1384"
|
||||
>6.2.3. <B
|
||||
CLASS="command"
|
||||
>controls</B
|
||||
@ -1429,7 +1429,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN1387"
|
||||
NAME="AEN1393"
|
||||
>6.2.4. <B
|
||||
CLASS="command"
|
||||
>controls</B
|
||||
@ -1542,7 +1542,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN1415"
|
||||
NAME="AEN1421"
|
||||
>6.2.5. <B
|
||||
CLASS="command"
|
||||
>include</B
|
||||
@ -1562,7 +1562,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN1420"
|
||||
NAME="AEN1426"
|
||||
>6.2.6. <B
|
||||
CLASS="command"
|
||||
>include</B
|
||||
@ -1592,7 +1592,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN1427"
|
||||
NAME="AEN1433"
|
||||
>6.2.7. <B
|
||||
CLASS="command"
|
||||
>key</B
|
||||
@ -1626,7 +1626,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN1434"
|
||||
NAME="AEN1440"
|
||||
>6.2.8. <B
|
||||
CLASS="command"
|
||||
>key</B
|
||||
@ -1680,7 +1680,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN1446"
|
||||
NAME="AEN1452"
|
||||
>6.2.9. <B
|
||||
CLASS="command"
|
||||
>logging</B
|
||||
@ -1836,7 +1836,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN1485"
|
||||
NAME="AEN1491"
|
||||
>6.2.10. <B
|
||||
CLASS="command"
|
||||
>logging</B
|
||||
@ -1902,7 +1902,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN1502"
|
||||
NAME="AEN1508"
|
||||
>6.2.10.1. The <B
|
||||
CLASS="command"
|
||||
>channel</B
|
||||
@ -2571,7 +2571,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN1679"
|
||||
NAME="AEN1685"
|
||||
>6.2.11. <B
|
||||
CLASS="command"
|
||||
>lwres</B
|
||||
@ -2644,7 +2644,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN1697"
|
||||
NAME="AEN1703"
|
||||
>6.2.12. <B
|
||||
CLASS="command"
|
||||
>lwres</B
|
||||
@ -2717,7 +2717,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN1716"
|
||||
NAME="AEN1722"
|
||||
>6.2.13. <B
|
||||
CLASS="command"
|
||||
>options</B
|
||||
@ -2826,6 +2826,15 @@ CLASS="replaceable"
|
||||
>]
|
||||
[<SPAN
|
||||
CLASS="optional"
|
||||
> statistics <TT
|
||||
CLASS="replaceable"
|
||||
><I
|
||||
>yes_or_no</I
|
||||
></TT
|
||||
>; </SPAN
|
||||
>]
|
||||
[<SPAN
|
||||
CLASS="optional"
|
||||
> auth-nxdomain <TT
|
||||
CLASS="replaceable"
|
||||
><I
|
||||
@ -3521,7 +3530,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN1899"
|
||||
NAME="AEN1907"
|
||||
>6.2.14. <B
|
||||
CLASS="command"
|
||||
>options</B
|
||||
@ -3852,20 +3861,6 @@ to. If not specified, the default is <TT
|
||||
CLASS="filename"
|
||||
>named.stats</TT
|
||||
>.</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
|
||||
></TR
|
||||
><TR
|
||||
@ -4495,6 +4490,34 @@ VALIGN="MIDDLE"
|
||||
><P
|
||||
><B
|
||||
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
|
||||
></P
|
||||
></TD
|
||||
@ -4507,17 +4530,11 @@ VALIGN="MIDDLE"
|
||||
CLASS="acronym"
|
||||
>BIND</SPAN
|
||||
> 8 to make
|
||||
the server treat "<B
|
||||
the server treat carriage return ("<B
|
||||
CLASS="command"
|
||||
>\r</B
|
||||
>" characters the same way
|
||||
as <B
|
||||
CLASS="command"
|
||||
><space> </B
|
||||
>" " or "<B
|
||||
CLASS="command"
|
||||
>\t</B
|
||||
>",
|
||||
>") characters the same way
|
||||
as a space or tab character,
|
||||
to facilitate loading of zone files on a UNIX system that were generated
|
||||
on an NT or DOS machine. In <SPAN
|
||||
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.
|
||||
</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
|
||||
></TR
|
||||
></TABLE
|
||||
@ -4607,7 +4610,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN2185"
|
||||
NAME="AEN2193"
|
||||
>6.2.14.2. Forwarding</A
|
||||
></H3
|
||||
><P
|
||||
@ -4978,7 +4981,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN2292"
|
||||
NAME="AEN2300"
|
||||
>6.2.14.5. Interfaces</A
|
||||
></H3
|
||||
><P
|
||||
@ -5073,7 +5076,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN2318"
|
||||
NAME="AEN2326"
|
||||
>6.2.14.6. Query Address</A
|
||||
></H3
|
||||
><P
|
||||
@ -5539,7 +5542,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN2444"
|
||||
NAME="AEN2452"
|
||||
>6.2.14.8. Resource Limits</A
|
||||
></H3
|
||||
><P
|
||||
@ -5604,20 +5607,6 @@ is <TT
|
||||
CLASS="literal"
|
||||
>default</TT
|
||||
>.</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
|
||||
></TR
|
||||
><TR
|
||||
@ -5641,20 +5630,6 @@ may use. The default is <TT
|
||||
CLASS="literal"
|
||||
>default</TT
|
||||
>.</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
|
||||
></TR
|
||||
><TR
|
||||
@ -5679,52 +5654,6 @@ CLASS="literal"
|
||||
>unlimited</TT
|
||||
>.
|
||||
</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
|
||||
></TR
|
||||
><TR
|
||||
@ -5792,20 +5721,6 @@ may use. The default is <TT
|
||||
CLASS="literal"
|
||||
>default</TT
|
||||
>.</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
|
||||
></TR
|
||||
><TR
|
||||
@ -5854,7 +5769,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN2529"
|
||||
NAME="AEN2518"
|
||||
>6.2.14.9. Periodic Task Intervals</A
|
||||
></H3
|
||||
><DIV
|
||||
@ -6598,7 +6513,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN2718"
|
||||
NAME="AEN2707"
|
||||
>6.2.14.14. Deprecated Features</A
|
||||
></H3
|
||||
><P
|
||||
@ -6875,7 +6790,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN2788"
|
||||
NAME="AEN2777"
|
||||
>6.2.17. <B
|
||||
CLASS="command"
|
||||
>trusted-keys</B
|
||||
@ -6950,7 +6865,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN2804"
|
||||
NAME="AEN2793"
|
||||
>6.2.18. <B
|
||||
CLASS="command"
|
||||
>trusted-keys</B
|
||||
@ -6985,7 +6900,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN2812"
|
||||
NAME="AEN2801"
|
||||
>6.2.19. <B
|
||||
CLASS="command"
|
||||
>view</B
|
||||
@ -7024,6 +6939,15 @@ CLASS="replaceable"
|
||||
>]
|
||||
[<SPAN
|
||||
CLASS="optional"
|
||||
> statistics <TT
|
||||
CLASS="replaceable"
|
||||
><I
|
||||
>yes_or_no</I
|
||||
></TT
|
||||
> ; </SPAN
|
||||
>]
|
||||
[<SPAN
|
||||
CLASS="optional"
|
||||
> <TT
|
||||
CLASS="replaceable"
|
||||
><I
|
||||
@ -7039,7 +6963,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN2824"
|
||||
NAME="AEN2815"
|
||||
>6.2.20. <B
|
||||
CLASS="command"
|
||||
>view</B
|
||||
@ -7539,12 +7463,30 @@ CLASS="replaceable"
|
||||
>]
|
||||
[<SPAN
|
||||
CLASS="optional"
|
||||
> statistics <TT
|
||||
CLASS="replaceable"
|
||||
><I
|
||||
>yes_or_no</I
|
||||
></TT
|
||||
> ; </SPAN
|
||||
>]
|
||||
[<SPAN
|
||||
CLASS="optional"
|
||||
> sig-validity-interval <TT
|
||||
CLASS="replaceable"
|
||||
><I
|
||||
>number</I
|
||||
></TT
|
||||
> ; </SPAN
|
||||
>]
|
||||
[<SPAN
|
||||
CLASS="optional"
|
||||
> database <TT
|
||||
CLASS="replaceable"
|
||||
><I
|
||||
>string</I
|
||||
></TT
|
||||
> ; </SPAN
|
||||
>]
|
||||
}</SPAN
|
||||
>];
|
||||
@ -7555,7 +7497,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN2945"
|
||||
NAME="AEN2940"
|
||||
>6.2.22. <B
|
||||
CLASS="command"
|
||||
>zone</B
|
||||
@ -7566,7 +7508,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN2948"
|
||||
NAME="AEN2943"
|
||||
>6.2.22.1. Zone Types</A
|
||||
></H3
|
||||
><DIV
|
||||
@ -7790,7 +7732,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN3005"
|
||||
NAME="AEN3000"
|
||||
>6.2.22.2. Class</A
|
||||
></H3
|
||||
><P
|
||||
@ -7828,7 +7770,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN3015"
|
||||
NAME="AEN3010"
|
||||
>6.2.22.3. Zone Options</A
|
||||
></H3
|
||||
><DIV
|
||||
@ -8047,6 +7989,32 @@ VALIGN="MIDDLE"
|
||||
><P
|
||||
><B
|
||||
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
|
||||
></P
|
||||
></TD
|
||||
@ -8317,6 +8285,27 @@ VALIGN="MIDDLE"
|
||||
><P
|
||||
><B
|
||||
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
|
||||
></P
|
||||
></TD
|
||||
@ -8618,7 +8607,7 @@ CLASS="sect1"
|
||||
><H1
|
||||
CLASS="sect1"
|
||||
><A
|
||||
NAME="AEN3242"
|
||||
NAME="AEN3249"
|
||||
>6.3. Zone File</A
|
||||
></H1
|
||||
><DIV
|
||||
@ -8639,7 +8628,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN3247"
|
||||
NAME="AEN3254"
|
||||
>6.3.1.1. Resource Records</A
|
||||
></H3
|
||||
><P
|
||||
@ -9355,7 +9344,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN3461"
|
||||
NAME="AEN3468"
|
||||
>6.3.1.2. Textual expression of RRs</A
|
||||
></H3
|
||||
><P
|
||||
@ -9673,7 +9662,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN3562"
|
||||
NAME="AEN3569"
|
||||
>6.3.2. Discussion of MX Records</A
|
||||
></H2
|
||||
><P
|
||||
@ -10072,7 +10061,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN3683"
|
||||
NAME="AEN3690"
|
||||
>6.3.4. Inverse Mapping in IPv4</A
|
||||
></H2
|
||||
><P
|
||||
@ -10170,7 +10159,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN3710"
|
||||
NAME="AEN3717"
|
||||
>6.3.5. Other Zone File Directives</A
|
||||
></H2
|
||||
><P
|
||||
@ -10195,7 +10184,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN3717"
|
||||
NAME="AEN3724"
|
||||
>6.3.5.1. The <B
|
||||
CLASS="command"
|
||||
>$ORIGIN</B
|
||||
@ -10265,7 +10254,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN3737"
|
||||
NAME="AEN3744"
|
||||
>6.3.5.2. The <B
|
||||
CLASS="command"
|
||||
>$INCLUDE</B
|
||||
@ -10341,7 +10330,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN3756"
|
||||
NAME="AEN3763"
|
||||
>6.3.5.3. The <B
|
||||
CLASS="command"
|
||||
>$TTL</B
|
||||
@ -10381,7 +10370,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN3767"
|
||||
NAME="AEN3774"
|
||||
>6.3.6. <SPAN
|
||||
CLASS="acronym"
|
||||
>BIND</SPAN
|
||||
|
@ -83,7 +83,7 @@ HREF="Bv9ARM.ch07.html#Access_Control_Lists"
|
||||
></DT
|
||||
><DT
|
||||
>7.2. <A
|
||||
HREF="Bv9ARM.ch07.html#AEN3858"
|
||||
HREF="Bv9ARM.ch07.html#AEN3865"
|
||||
><B
|
||||
CLASS="command"
|
||||
>chroot</B
|
||||
@ -95,7 +95,7 @@ UNIX servers)</A
|
||||
></DT
|
||||
><DT
|
||||
>7.3. <A
|
||||
HREF="Bv9ARM.ch07.html#AEN3904"
|
||||
HREF="Bv9ARM.ch07.html#AEN3911"
|
||||
>Dynamic Updates</A
|
||||
></DT
|
||||
></DL
|
||||
@ -180,7 +180,7 @@ CLASS="sect1"
|
||||
><H1
|
||||
CLASS="sect1"
|
||||
><A
|
||||
NAME="AEN3858"
|
||||
NAME="AEN3865"
|
||||
>7.2. <B
|
||||
CLASS="command"
|
||||
>chroot</B
|
||||
@ -259,7 +259,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN3881"
|
||||
NAME="AEN3888"
|
||||
>7.2.1. The <B
|
||||
CLASS="command"
|
||||
>chroot</B
|
||||
@ -315,7 +315,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN3896"
|
||||
NAME="AEN3903"
|
||||
>7.2.2. Using the <B
|
||||
CLASS="command"
|
||||
>setuid</B
|
||||
@ -346,7 +346,7 @@ CLASS="sect1"
|
||||
><H1
|
||||
CLASS="sect1"
|
||||
><A
|
||||
NAME="AEN3904"
|
||||
NAME="AEN3911"
|
||||
>7.3. Dynamic Updates</A
|
||||
></H1
|
||||
><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
|
||||
><P
|
||||
>For these reasons, we strongly recommend that updates be
|
||||
cryptographically authenticated by means transaction signatures (TSIG).
|
||||
That is, the <B
|
||||
cryptographically authenticated by means of transaction signatures
|
||||
(TSIG). That is, the <B
|
||||
CLASS="command"
|
||||
>allow-update</B
|
||||
> option should list only
|
||||
TSIG key names, not IP addresses. Alternatively, the new
|
||||
<B
|
||||
> option should
|
||||
list only TSIG key names, not IP addresses or network
|
||||
prefixes. Alternatively, the new <B
|
||||
CLASS="command"
|
||||
>update-policy</B
|
||||
> option can be used.</P
|
||||
>
|
||||
option can be used.</P
|
||||
><P
|
||||
>Some sites choose to keep all dynamically updated DNS data
|
||||
in a subdomain and delegate that subdomain to a separate zone. This
|
||||
|
@ -75,17 +75,17 @@ CLASS="TOC"
|
||||
></DT
|
||||
><DT
|
||||
>8.1. <A
|
||||
HREF="Bv9ARM.ch08.html#AEN3916"
|
||||
HREF="Bv9ARM.ch08.html#AEN3923"
|
||||
>Common Problems</A
|
||||
></DT
|
||||
><DT
|
||||
>8.2. <A
|
||||
HREF="Bv9ARM.ch08.html#AEN3922"
|
||||
HREF="Bv9ARM.ch08.html#AEN3929"
|
||||
>Incrementing and Changing the Serial Number</A
|
||||
></DT
|
||||
><DT
|
||||
>8.3. <A
|
||||
HREF="Bv9ARM.ch08.html#AEN3927"
|
||||
HREF="Bv9ARM.ch08.html#AEN3934"
|
||||
>Where Can I Get Help?</A
|
||||
></DT
|
||||
></DL
|
||||
@ -95,7 +95,7 @@ CLASS="sect1"
|
||||
><H1
|
||||
CLASS="sect1"
|
||||
><A
|
||||
NAME="AEN3916"
|
||||
NAME="AEN3923"
|
||||
>8.1. Common Problems</A
|
||||
></H1
|
||||
><DIV
|
||||
@ -103,7 +103,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN3918"
|
||||
NAME="AEN3925"
|
||||
>8.1.1. It's not working; how can I figure out what's wrong?</A
|
||||
></H2
|
||||
><P
|
||||
@ -123,7 +123,7 @@ CLASS="sect1"
|
||||
><H1
|
||||
CLASS="sect1"
|
||||
><A
|
||||
NAME="AEN3922"
|
||||
NAME="AEN3929"
|
||||
>8.2. Incrementing and Changing the Serial Number</A
|
||||
></H1
|
||||
><P
|
||||
@ -152,7 +152,7 @@ CLASS="sect1"
|
||||
><H1
|
||||
CLASS="sect1"
|
||||
><A
|
||||
NAME="AEN3927"
|
||||
NAME="AEN3934"
|
||||
>8.3. Where Can I Get Help?</A
|
||||
></H1
|
||||
><P
|
||||
@ -189,7 +189,7 @@ CLASS="acronym"
|
||||
><P
|
||||
>To discuss arrangements for support, contact
|
||||
<A
|
||||
HREF="email:info@isc.org"
|
||||
HREF="mailto:info@isc.org"
|
||||
TARGET="_top"
|
||||
>info@isc.org</A
|
||||
> or visit the
|
||||
|
@ -69,7 +69,7 @@ CLASS="TOC"
|
||||
></DT
|
||||
><DT
|
||||
>A.1. <A
|
||||
HREF="Bv9ARM.ch09.html#AEN3943"
|
||||
HREF="Bv9ARM.ch09.html#AEN3950"
|
||||
>Acknowledgements</A
|
||||
></DT
|
||||
><DT
|
||||
@ -82,7 +82,7 @@ CLASS="acronym"
|
||||
></DT
|
||||
><DT
|
||||
>A.3. <A
|
||||
HREF="Bv9ARM.ch09.html#AEN3984"
|
||||
HREF="Bv9ARM.ch09.html#AEN3991"
|
||||
>General <SPAN
|
||||
CLASS="acronym"
|
||||
>DNS</SPAN
|
||||
@ -93,6 +93,11 @@ CLASS="acronym"
|
||||
HREF="Bv9ARM.ch09.html#bibliography"
|
||||
>Bibliography (and Suggested Reading)</A
|
||||
></DT
|
||||
><DT
|
||||
>A.5. <A
|
||||
HREF="Bv9ARM.ch09.html#statsfile"
|
||||
>Format of statistics file</A
|
||||
></DT
|
||||
></DL
|
||||
></DIV
|
||||
><DIV
|
||||
@ -100,7 +105,7 @@ CLASS="sect1"
|
||||
><H1
|
||||
CLASS="sect1"
|
||||
><A
|
||||
NAME="AEN3943"
|
||||
NAME="AEN3950"
|
||||
>A.1. Acknowledgements</A
|
||||
></H1
|
||||
><DIV
|
||||
@ -108,7 +113,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN3945"
|
||||
NAME="AEN3952"
|
||||
>A.1.1. A Brief History of the <SPAN
|
||||
CLASS="acronym"
|
||||
>DNS</SPAN
|
||||
@ -243,7 +248,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN3975"
|
||||
NAME="AEN3982"
|
||||
>A.2.1.1. HS = hesiod</A
|
||||
></H3
|
||||
><P
|
||||
@ -264,7 +269,7 @@ CLASS="sect3"
|
||||
><H3
|
||||
CLASS="sect3"
|
||||
><A
|
||||
NAME="AEN3980"
|
||||
NAME="AEN3987"
|
||||
>A.2.1.2. CH = chaos</A
|
||||
></H3
|
||||
><P
|
||||
@ -282,7 +287,7 @@ CLASS="sect1"
|
||||
><H1
|
||||
CLASS="sect1"
|
||||
><A
|
||||
NAME="AEN3984"
|
||||
NAME="AEN3991"
|
||||
>A.3. General <SPAN
|
||||
CLASS="acronym"
|
||||
>DNS</SPAN
|
||||
@ -293,7 +298,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN3987"
|
||||
NAME="AEN3994"
|
||||
>A.3.1. IPv6 addresses (A6)</A
|
||||
></H2
|
||||
><P
|
||||
@ -863,19 +868,19 @@ TARGET="_top"
|
||||
>.</P
|
||||
><H3
|
||||
><A
|
||||
NAME="AEN4163"
|
||||
NAME="AEN4170"
|
||||
>Bibliography</A
|
||||
></H3
|
||||
><H1
|
||||
CLASS="bibliodiv"
|
||||
><A
|
||||
NAME="AEN4164"
|
||||
NAME="AEN4171"
|
||||
>Standards</A
|
||||
></H1
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4166"
|
||||
NAME="AEN4173"
|
||||
></A
|
||||
><P
|
||||
>[RFC974] C. Partridge, <I
|
||||
@ -889,7 +894,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4173"
|
||||
NAME="AEN4180"
|
||||
></A
|
||||
><P
|
||||
>[RFC1034] P.V. Mockapetris, <I
|
||||
@ -903,7 +908,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4180"
|
||||
NAME="AEN4187"
|
||||
></A
|
||||
><P
|
||||
>[RFC1035] P. V. Mockapetris, <I
|
||||
@ -924,7 +929,7 @@ NAME="proposed_standards"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4189"
|
||||
NAME="AEN4196"
|
||||
></A
|
||||
><P
|
||||
>[RFC2181] R., R. Bush Elz, <I
|
||||
@ -941,7 +946,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4197"
|
||||
NAME="AEN4204"
|
||||
></A
|
||||
><P
|
||||
>[RFC2308] M. Andrews, <I
|
||||
@ -958,7 +963,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4205"
|
||||
NAME="AEN4212"
|
||||
></A
|
||||
><P
|
||||
>[RFC1995] M. Ohta, <I
|
||||
@ -975,7 +980,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4213"
|
||||
NAME="AEN4220"
|
||||
></A
|
||||
><P
|
||||
>[RFC1996] P. Vixie, <I
|
||||
@ -989,7 +994,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4220"
|
||||
NAME="AEN4227"
|
||||
></A
|
||||
><P
|
||||
>[RFC2136] P. Vixie, S. Thomson, Y. Rekhter, and J. Bound, <I
|
||||
@ -1003,7 +1008,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4237"
|
||||
NAME="AEN4244"
|
||||
></A
|
||||
><P
|
||||
>[RFC2845] P. Vixie, O. Gudmundsson, D. Eastlake, 3rd, and B. Wellington, <I
|
||||
@ -1020,13 +1025,13 @@ STYLE="margin-left=0.5in"
|
||||
><H1
|
||||
CLASS="bibliodiv"
|
||||
><A
|
||||
NAME="AEN4256"
|
||||
NAME="AEN4263"
|
||||
>Proposed Standards Still Under Development</A
|
||||
></H1
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4261"
|
||||
NAME="AEN4268"
|
||||
></A
|
||||
><P
|
||||
>[RFC1886] S. Thomson and C. Huitema, <I
|
||||
@ -1043,7 +1048,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4273"
|
||||
NAME="AEN4280"
|
||||
></A
|
||||
><P
|
||||
>[RFC2065] D. Eastlake, 3rd and C. Kaufman, <I
|
||||
@ -1057,7 +1062,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4285"
|
||||
NAME="AEN4292"
|
||||
></A
|
||||
><P
|
||||
>[RFC2137] D. Eastlake, 3rd, <I
|
||||
@ -1071,7 +1076,7 @@ STYLE="margin-left=0.5in"
|
||||
><H1
|
||||
CLASS="bibliodiv"
|
||||
><A
|
||||
NAME="AEN4293"
|
||||
NAME="AEN4300"
|
||||
>Other Important RFCs About <SPAN
|
||||
CLASS="acronym"
|
||||
>DNS</SPAN
|
||||
@ -1080,7 +1085,7 @@ CLASS="acronym"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4296"
|
||||
NAME="AEN4303"
|
||||
></A
|
||||
><P
|
||||
>[RFC1535] E. Gavron, <I
|
||||
@ -1097,7 +1102,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4304"
|
||||
NAME="AEN4311"
|
||||
></A
|
||||
><P
|
||||
>[RFC1536] A. Kumar, J. Postel, C. Neuman, P. Danzig, and S. Miller, <I
|
||||
@ -1114,7 +1119,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4325"
|
||||
NAME="AEN4332"
|
||||
></A
|
||||
><P
|
||||
>[RFC1982] R. Elz and R. Bush, <I
|
||||
@ -1128,13 +1133,13 @@ STYLE="margin-left=0.5in"
|
||||
><H1
|
||||
CLASS="bibliodiv"
|
||||
><A
|
||||
NAME="AEN4336"
|
||||
NAME="AEN4343"
|
||||
>Resource Record Types</A
|
||||
></H1
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4338"
|
||||
NAME="AEN4345"
|
||||
></A
|
||||
><P
|
||||
>[RFC1183] C.F. Everhart, L. A. Mamakos, R. Ullmann, and P. Mockapetris, <I
|
||||
@ -1151,7 +1156,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4356"
|
||||
NAME="AEN4363"
|
||||
></A
|
||||
><P
|
||||
>[RFC1706] B. Manning and R. Colella, <I
|
||||
@ -1168,7 +1173,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4368"
|
||||
NAME="AEN4375"
|
||||
></A
|
||||
><P
|
||||
>[RFC2168] R. Daniel and M. Mealling, <I
|
||||
@ -1183,7 +1188,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4379"
|
||||
NAME="AEN4386"
|
||||
></A
|
||||
><P
|
||||
>[RFC1876] C. Davis, P. Vixie, T., and I. Dickinson, <I
|
||||
@ -1198,7 +1203,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4396"
|
||||
NAME="AEN4403"
|
||||
></A
|
||||
><P
|
||||
>[RFC2052] A. Gulbrandsen and P. Vixie, <I
|
||||
@ -1216,7 +1221,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4408"
|
||||
NAME="AEN4415"
|
||||
></A
|
||||
><P
|
||||
>[RFC2163] A. Allocchio, <I
|
||||
@ -1234,7 +1239,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4416"
|
||||
NAME="AEN4423"
|
||||
></A
|
||||
><P
|
||||
>[RFC2230] R. Atkinson, <I
|
||||
@ -1251,7 +1256,7 @@ STYLE="margin-left=0.5in"
|
||||
><H1
|
||||
CLASS="bibliodiv"
|
||||
><A
|
||||
NAME="AEN4424"
|
||||
NAME="AEN4431"
|
||||
><SPAN
|
||||
CLASS="acronym"
|
||||
>DNS</SPAN
|
||||
@ -1260,7 +1265,7 @@ CLASS="acronym"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4427"
|
||||
NAME="AEN4434"
|
||||
></A
|
||||
><P
|
||||
>[RFC1101] P. V. Mockapetris, <I
|
||||
@ -1277,7 +1282,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4435"
|
||||
NAME="AEN4442"
|
||||
></A
|
||||
><P
|
||||
>[RFC1123] Braden, <I
|
||||
@ -1291,7 +1296,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4442"
|
||||
NAME="AEN4449"
|
||||
></A
|
||||
><P
|
||||
>[RFC1591] J. Postel, <I
|
||||
@ -1305,7 +1310,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4449"
|
||||
NAME="AEN4456"
|
||||
></A
|
||||
><P
|
||||
>[RFC2317] H. Eidnes, G. de Groot, and P. Vixie, <I
|
||||
@ -1319,7 +1324,7 @@ STYLE="margin-left=0.5in"
|
||||
><H1
|
||||
CLASS="bibliodiv"
|
||||
><A
|
||||
NAME="AEN4463"
|
||||
NAME="AEN4470"
|
||||
><SPAN
|
||||
CLASS="acronym"
|
||||
>DNS</SPAN
|
||||
@ -1328,7 +1333,7 @@ CLASS="acronym"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4466"
|
||||
NAME="AEN4473"
|
||||
></A
|
||||
><P
|
||||
>[RFC1537] P. Beertema, <I
|
||||
@ -1345,7 +1350,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4474"
|
||||
NAME="AEN4481"
|
||||
></A
|
||||
><P
|
||||
>[RFC1912] D. Barr, <I
|
||||
@ -1362,7 +1367,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4482"
|
||||
NAME="AEN4489"
|
||||
></A
|
||||
><P
|
||||
>[RFC1912] D. Barr, <I
|
||||
@ -1379,7 +1384,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4490"
|
||||
NAME="AEN4497"
|
||||
></A
|
||||
><P
|
||||
>[RFC2010] B. Manning and P. Vixie, <I
|
||||
@ -1393,7 +1398,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4501"
|
||||
NAME="AEN4508"
|
||||
></A
|
||||
><P
|
||||
>[RFC2219] M. Hamilton and R. Wright, <I
|
||||
@ -1410,7 +1415,7 @@ STYLE="margin-left=0.5in"
|
||||
><H1
|
||||
CLASS="bibliodiv"
|
||||
><A
|
||||
NAME="AEN4513"
|
||||
NAME="AEN4520"
|
||||
>Other <SPAN
|
||||
CLASS="acronym"
|
||||
>DNS</SPAN
|
||||
@ -1419,7 +1424,7 @@ CLASS="acronym"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4519"
|
||||
NAME="AEN4526"
|
||||
></A
|
||||
><P
|
||||
>[RFC1464] R. Rosenbaum, <I
|
||||
@ -1433,7 +1438,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4526"
|
||||
NAME="AEN4533"
|
||||
></A
|
||||
><P
|
||||
>[RFC1713] A. Romao, <I
|
||||
@ -1450,7 +1455,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4534"
|
||||
NAME="AEN4541"
|
||||
></A
|
||||
><P
|
||||
>[RFC1794] T. Brisco, <I
|
||||
@ -1467,7 +1472,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4542"
|
||||
NAME="AEN4549"
|
||||
></A
|
||||
><P
|
||||
>[RFC2240] O. Vaughan, <I
|
||||
@ -1481,7 +1486,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4549"
|
||||
NAME="AEN4556"
|
||||
></A
|
||||
><P
|
||||
>[RFC2345] J. Klensin, T. Wolf, and G. Oglesby, <I
|
||||
@ -1495,7 +1500,7 @@ STYLE="margin-left=0.5in"
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4563"
|
||||
NAME="AEN4570"
|
||||
></A
|
||||
><P
|
||||
>[RFC2352] O. Vaughan, <I
|
||||
@ -1509,13 +1514,13 @@ STYLE="margin-left=0.5in"
|
||||
><H1
|
||||
CLASS="bibliodiv"
|
||||
><A
|
||||
NAME="AEN4570"
|
||||
NAME="AEN4577"
|
||||
>Obsolete and Unimplemented Experimental RRs</A
|
||||
></H1
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4572"
|
||||
NAME="AEN4579"
|
||||
></A
|
||||
><P
|
||||
>[RFC1712] C. Farrell, M. Schulze, S. Pleitner, and D. Baldoni, <I
|
||||
@ -1554,7 +1559,7 @@ CLASS="sect2"
|
||||
><H2
|
||||
CLASS="sect2"
|
||||
><A
|
||||
NAME="AEN4593"
|
||||
NAME="AEN4600"
|
||||
>A.4.3. Other Documents About <SPAN
|
||||
CLASS="acronym"
|
||||
>BIND</SPAN
|
||||
@ -1564,13 +1569,13 @@ CLASS="acronym"
|
||||
></P
|
||||
><H3
|
||||
><A
|
||||
NAME="AEN4597"
|
||||
NAME="AEN4604"
|
||||
>Bibliography</A
|
||||
></H3
|
||||
><DIV
|
||||
CLASS="biblioentry"
|
||||
><A
|
||||
NAME="AEN4598"
|
||||
NAME="AEN4605"
|
||||
></A
|
||||
><P
|
||||
>Paul Albitz and Cricket Liu, <I
|
||||
@ -1589,6 +1594,171 @@ STYLE="margin-left=0.5in"
|
||||
></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
|
||||
CLASS="NAVFOOTER"
|
||||
|
@ -168,7 +168,7 @@ HREF="Bv9ARM.ch03.html#AEN375"
|
||||
></DT
|
||||
><DT
|
||||
>3.4.2. <A
|
||||
HREF="Bv9ARM.ch03.html#AEN599"
|
||||
HREF="Bv9ARM.ch03.html#AEN607"
|
||||
>Signals</A
|
||||
></DT
|
||||
></DL
|
||||
@ -194,7 +194,7 @@ HREF="Bv9ARM.ch04.html#incremental_zone_transfers"
|
||||
></DT
|
||||
><DT
|
||||
>4.3. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN653"
|
||||
HREF="Bv9ARM.ch04.html#AEN661"
|
||||
>Split DNS</A
|
||||
></DT
|
||||
><DT
|
||||
@ -206,44 +206,44 @@ HREF="Bv9ARM.ch04.html#tsig"
|
||||
><DL
|
||||
><DT
|
||||
>4.4.1. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN746"
|
||||
HREF="Bv9ARM.ch04.html#AEN752"
|
||||
>Generate Shared Keys for Each Pair of Hosts</A
|
||||
></DT
|
||||
><DT
|
||||
>4.4.2. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN767"
|
||||
HREF="Bv9ARM.ch04.html#AEN773"
|
||||
>Copying the Shared Secret to Both Machines</A
|
||||
></DT
|
||||
><DT
|
||||
>4.4.3. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN770"
|
||||
HREF="Bv9ARM.ch04.html#AEN776"
|
||||
>Informing the Servers of the Key's Existence</A
|
||||
></DT
|
||||
><DT
|
||||
>4.4.4. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN782"
|
||||
HREF="Bv9ARM.ch04.html#AEN788"
|
||||
>Instructing the Server to Use the Key</A
|
||||
></DT
|
||||
><DT
|
||||
>4.4.5. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN798"
|
||||
HREF="Bv9ARM.ch04.html#AEN804"
|
||||
>TSIG Key Based Access Control</A
|
||||
></DT
|
||||
><DT
|
||||
>4.4.6. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN811"
|
||||
HREF="Bv9ARM.ch04.html#AEN817"
|
||||
>Errors</A
|
||||
></DT
|
||||
></DL
|
||||
></DD
|
||||
><DT
|
||||
>4.5. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN815"
|
||||
HREF="Bv9ARM.ch04.html#AEN821"
|
||||
>TKEY</A
|
||||
></DT
|
||||
><DT
|
||||
>4.6. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN830"
|
||||
HREF="Bv9ARM.ch04.html#AEN836"
|
||||
>SIG(0)</A
|
||||
></DT
|
||||
><DT
|
||||
@ -255,34 +255,34 @@ HREF="Bv9ARM.ch04.html#DNSSEC"
|
||||
><DL
|
||||
><DT
|
||||
>4.7.1. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN846"
|
||||
HREF="Bv9ARM.ch04.html#AEN852"
|
||||
>Generating Keys</A
|
||||
></DT
|
||||
><DT
|
||||
>4.7.2. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN866"
|
||||
HREF="Bv9ARM.ch04.html#AEN872"
|
||||
>Creating a Keyset</A
|
||||
></DT
|
||||
><DT
|
||||
>4.7.3. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN878"
|
||||
HREF="Bv9ARM.ch04.html#AEN884"
|
||||
>Signing the Child's Keyset</A
|
||||
></DT
|
||||
><DT
|
||||
>4.7.4. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN891"
|
||||
HREF="Bv9ARM.ch04.html#AEN897"
|
||||
>Signing the Zone</A
|
||||
></DT
|
||||
><DT
|
||||
>4.7.5. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN907"
|
||||
HREF="Bv9ARM.ch04.html#AEN913"
|
||||
>Configuring Servers</A
|
||||
></DT
|
||||
></DL
|
||||
></DD
|
||||
><DT
|
||||
>4.8. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN914"
|
||||
HREF="Bv9ARM.ch04.html#AEN920"
|
||||
>IPv6 Support in <SPAN
|
||||
CLASS="acronym"
|
||||
>BIND</SPAN
|
||||
@ -292,27 +292,27 @@ CLASS="acronym"
|
||||
><DL
|
||||
><DT
|
||||
>4.8.1. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN928"
|
||||
HREF="Bv9ARM.ch04.html#AEN934"
|
||||
>Address Lookups Using AAAA Records</A
|
||||
></DT
|
||||
><DT
|
||||
>4.8.2. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN933"
|
||||
HREF="Bv9ARM.ch04.html#AEN939"
|
||||
>Address Lookups Using A6 Records</A
|
||||
></DT
|
||||
><DT
|
||||
>4.8.3. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN954"
|
||||
HREF="Bv9ARM.ch04.html#AEN960"
|
||||
>Address to Name Lookups Using Nibble Format</A
|
||||
></DT
|
||||
><DT
|
||||
>4.8.4. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN961"
|
||||
HREF="Bv9ARM.ch04.html#AEN967"
|
||||
>Address to Name Lookups Using Bitstring Format</A
|
||||
></DT
|
||||
><DT
|
||||
>4.8.5. <A
|
||||
HREF="Bv9ARM.ch04.html#AEN968"
|
||||
HREF="Bv9ARM.ch04.html#AEN974"
|
||||
>Using DNAME for Delegation of IPv6 Reverse Addresses</A
|
||||
></DT
|
||||
></DL
|
||||
@ -331,7 +331,7 @@ CLASS="acronym"
|
||||
><DL
|
||||
><DT
|
||||
>5.1. <A
|
||||
HREF="Bv9ARM.ch05.html#AEN988"
|
||||
HREF="Bv9ARM.ch05.html#AEN994"
|
||||
>The Lightweight Resolver Library</A
|
||||
></DT
|
||||
><DT
|
||||
@ -365,7 +365,7 @@ HREF="Bv9ARM.ch06.html#address_match_lists"
|
||||
></DT
|
||||
><DT
|
||||
>6.1.2. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN1229"
|
||||
HREF="Bv9ARM.ch06.html#AEN1235"
|
||||
>Comment Syntax</A
|
||||
></DT
|
||||
></DL
|
||||
@ -379,7 +379,7 @@ HREF="Bv9ARM.ch06.html#Configuration_File_Grammar"
|
||||
><DL
|
||||
><DT
|
||||
>6.2.1. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN1336"
|
||||
HREF="Bv9ARM.ch06.html#AEN1342"
|
||||
><B
|
||||
CLASS="command"
|
||||
>acl</B
|
||||
@ -396,7 +396,7 @@ Usage</A
|
||||
></DT
|
||||
><DT
|
||||
>6.2.3. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN1378"
|
||||
HREF="Bv9ARM.ch06.html#AEN1384"
|
||||
><B
|
||||
CLASS="command"
|
||||
>controls</B
|
||||
@ -404,7 +404,7 @@ CLASS="command"
|
||||
></DT
|
||||
><DT
|
||||
>6.2.4. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN1387"
|
||||
HREF="Bv9ARM.ch06.html#AEN1393"
|
||||
><B
|
||||
CLASS="command"
|
||||
>controls</B
|
||||
@ -413,7 +413,7 @@ Usage</A
|
||||
></DT
|
||||
><DT
|
||||
>6.2.5. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN1415"
|
||||
HREF="Bv9ARM.ch06.html#AEN1421"
|
||||
><B
|
||||
CLASS="command"
|
||||
>include</B
|
||||
@ -421,7 +421,7 @@ CLASS="command"
|
||||
></DT
|
||||
><DT
|
||||
>6.2.6. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN1420"
|
||||
HREF="Bv9ARM.ch06.html#AEN1426"
|
||||
><B
|
||||
CLASS="command"
|
||||
>include</B
|
||||
@ -430,7 +430,7 @@ Usage</A
|
||||
></DT
|
||||
><DT
|
||||
>6.2.7. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN1427"
|
||||
HREF="Bv9ARM.ch06.html#AEN1433"
|
||||
><B
|
||||
CLASS="command"
|
||||
>key</B
|
||||
@ -438,7 +438,7 @@ CLASS="command"
|
||||
></DT
|
||||
><DT
|
||||
>6.2.8. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN1434"
|
||||
HREF="Bv9ARM.ch06.html#AEN1440"
|
||||
><B
|
||||
CLASS="command"
|
||||
>key</B
|
||||
@ -446,7 +446,7 @@ CLASS="command"
|
||||
></DT
|
||||
><DT
|
||||
>6.2.9. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN1446"
|
||||
HREF="Bv9ARM.ch06.html#AEN1452"
|
||||
><B
|
||||
CLASS="command"
|
||||
>logging</B
|
||||
@ -454,7 +454,7 @@ CLASS="command"
|
||||
></DT
|
||||
><DT
|
||||
>6.2.10. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN1485"
|
||||
HREF="Bv9ARM.ch06.html#AEN1491"
|
||||
><B
|
||||
CLASS="command"
|
||||
>logging</B
|
||||
@ -463,7 +463,7 @@ Usage</A
|
||||
></DT
|
||||
><DT
|
||||
>6.2.11. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN1679"
|
||||
HREF="Bv9ARM.ch06.html#AEN1685"
|
||||
><B
|
||||
CLASS="command"
|
||||
>lwres</B
|
||||
@ -471,7 +471,7 @@ CLASS="command"
|
||||
></DT
|
||||
><DT
|
||||
>6.2.12. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN1697"
|
||||
HREF="Bv9ARM.ch06.html#AEN1703"
|
||||
><B
|
||||
CLASS="command"
|
||||
>lwres</B
|
||||
@ -479,7 +479,7 @@ CLASS="command"
|
||||
></DT
|
||||
><DT
|
||||
>6.2.13. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN1716"
|
||||
HREF="Bv9ARM.ch06.html#AEN1722"
|
||||
><B
|
||||
CLASS="command"
|
||||
>options</B
|
||||
@ -487,7 +487,7 @@ CLASS="command"
|
||||
></DT
|
||||
><DT
|
||||
>6.2.14. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN1899"
|
||||
HREF="Bv9ARM.ch06.html#AEN1907"
|
||||
><B
|
||||
CLASS="command"
|
||||
>options</B
|
||||
@ -514,7 +514,7 @@ and Usage</A
|
||||
></DT
|
||||
><DT
|
||||
>6.2.17. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN2788"
|
||||
HREF="Bv9ARM.ch06.html#AEN2777"
|
||||
><B
|
||||
CLASS="command"
|
||||
>trusted-keys</B
|
||||
@ -522,7 +522,7 @@ CLASS="command"
|
||||
></DT
|
||||
><DT
|
||||
>6.2.18. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN2804"
|
||||
HREF="Bv9ARM.ch06.html#AEN2793"
|
||||
><B
|
||||
CLASS="command"
|
||||
>trusted-keys</B
|
||||
@ -531,7 +531,7 @@ and Usage</A
|
||||
></DT
|
||||
><DT
|
||||
>6.2.19. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN2812"
|
||||
HREF="Bv9ARM.ch06.html#AEN2801"
|
||||
><B
|
||||
CLASS="command"
|
||||
>view</B
|
||||
@ -539,7 +539,7 @@ CLASS="command"
|
||||
></DT
|
||||
><DT
|
||||
>6.2.20. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN2824"
|
||||
HREF="Bv9ARM.ch06.html#AEN2815"
|
||||
><B
|
||||
CLASS="command"
|
||||
>view</B
|
||||
@ -556,7 +556,7 @@ Statement Grammar</A
|
||||
></DT
|
||||
><DT
|
||||
>6.2.22. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN2945"
|
||||
HREF="Bv9ARM.ch06.html#AEN2940"
|
||||
><B
|
||||
CLASS="command"
|
||||
>zone</B
|
||||
@ -566,7 +566,7 @@ CLASS="command"
|
||||
></DD
|
||||
><DT
|
||||
>6.3. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN3242"
|
||||
HREF="Bv9ARM.ch06.html#AEN3249"
|
||||
>Zone File</A
|
||||
></DT
|
||||
><DD
|
||||
@ -578,7 +578,7 @@ HREF="Bv9ARM.ch06.html#types_of_resource_records_and_when_to_use_them"
|
||||
></DT
|
||||
><DT
|
||||
>6.3.2. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN3562"
|
||||
HREF="Bv9ARM.ch06.html#AEN3569"
|
||||
>Discussion of MX Records</A
|
||||
></DT
|
||||
><DT
|
||||
@ -588,17 +588,17 @@ HREF="Bv9ARM.ch06.html#Setting_TTLs"
|
||||
></DT
|
||||
><DT
|
||||
>6.3.4. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN3683"
|
||||
HREF="Bv9ARM.ch06.html#AEN3690"
|
||||
>Inverse Mapping in IPv4</A
|
||||
></DT
|
||||
><DT
|
||||
>6.3.5. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN3710"
|
||||
HREF="Bv9ARM.ch06.html#AEN3717"
|
||||
>Other Zone File Directives</A
|
||||
></DT
|
||||
><DT
|
||||
>6.3.6. <A
|
||||
HREF="Bv9ARM.ch06.html#AEN3767"
|
||||
HREF="Bv9ARM.ch06.html#AEN3774"
|
||||
><SPAN
|
||||
CLASS="acronym"
|
||||
>BIND</SPAN
|
||||
@ -628,7 +628,7 @@ HREF="Bv9ARM.ch07.html#Access_Control_Lists"
|
||||
></DT
|
||||
><DT
|
||||
>7.2. <A
|
||||
HREF="Bv9ARM.ch07.html#AEN3858"
|
||||
HREF="Bv9ARM.ch07.html#AEN3865"
|
||||
><B
|
||||
CLASS="command"
|
||||
>chroot</B
|
||||
@ -642,7 +642,7 @@ UNIX servers)</A
|
||||
><DL
|
||||
><DT
|
||||
>7.2.1. <A
|
||||
HREF="Bv9ARM.ch07.html#AEN3881"
|
||||
HREF="Bv9ARM.ch07.html#AEN3888"
|
||||
>The <B
|
||||
CLASS="command"
|
||||
>chroot</B
|
||||
@ -650,7 +650,7 @@ CLASS="command"
|
||||
></DT
|
||||
><DT
|
||||
>7.2.2. <A
|
||||
HREF="Bv9ARM.ch07.html#AEN3896"
|
||||
HREF="Bv9ARM.ch07.html#AEN3903"
|
||||
>Using the <B
|
||||
CLASS="command"
|
||||
>setuid</B
|
||||
@ -660,7 +660,7 @@ CLASS="command"
|
||||
></DD
|
||||
><DT
|
||||
>7.3. <A
|
||||
HREF="Bv9ARM.ch07.html#AEN3904"
|
||||
HREF="Bv9ARM.ch07.html#AEN3911"
|
||||
>Dynamic Updates</A
|
||||
></DT
|
||||
></DL
|
||||
@ -674,26 +674,26 @@ HREF="Bv9ARM.ch08.html"
|
||||
><DL
|
||||
><DT
|
||||
>8.1. <A
|
||||
HREF="Bv9ARM.ch08.html#AEN3916"
|
||||
HREF="Bv9ARM.ch08.html#AEN3923"
|
||||
>Common Problems</A
|
||||
></DT
|
||||
><DD
|
||||
><DL
|
||||
><DT
|
||||
>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
|
||||
></DT
|
||||
></DL
|
||||
></DD
|
||||
><DT
|
||||
>8.2. <A
|
||||
HREF="Bv9ARM.ch08.html#AEN3922"
|
||||
HREF="Bv9ARM.ch08.html#AEN3929"
|
||||
>Incrementing and Changing the Serial Number</A
|
||||
></DT
|
||||
><DT
|
||||
>8.3. <A
|
||||
HREF="Bv9ARM.ch08.html#AEN3927"
|
||||
HREF="Bv9ARM.ch08.html#AEN3934"
|
||||
>Where Can I Get Help?</A
|
||||
></DT
|
||||
></DL
|
||||
@ -707,14 +707,14 @@ HREF="Bv9ARM.ch09.html"
|
||||
><DL
|
||||
><DT
|
||||
>A.1. <A
|
||||
HREF="Bv9ARM.ch09.html#AEN3943"
|
||||
HREF="Bv9ARM.ch09.html#AEN3950"
|
||||
>Acknowledgements</A
|
||||
></DT
|
||||
><DD
|
||||
><DL
|
||||
><DT
|
||||
>A.1.1. <A
|
||||
HREF="Bv9ARM.ch09.html#AEN3945"
|
||||
HREF="Bv9ARM.ch09.html#AEN3952"
|
||||
>A Brief History of the <SPAN
|
||||
CLASS="acronym"
|
||||
>DNS</SPAN
|
||||
@ -744,7 +744,7 @@ HREF="Bv9ARM.ch09.html#classes_of_resource_records"
|
||||
></DD
|
||||
><DT
|
||||
>A.3. <A
|
||||
HREF="Bv9ARM.ch09.html#AEN3984"
|
||||
HREF="Bv9ARM.ch09.html#AEN3991"
|
||||
>General <SPAN
|
||||
CLASS="acronym"
|
||||
>DNS</SPAN
|
||||
@ -754,7 +754,7 @@ CLASS="acronym"
|
||||
><DL
|
||||
><DT
|
||||
>A.3.1. <A
|
||||
HREF="Bv9ARM.ch09.html#AEN3987"
|
||||
HREF="Bv9ARM.ch09.html#AEN3994"
|
||||
>IPv6 addresses (A6)</A
|
||||
></DT
|
||||
></DL
|
||||
@ -778,7 +778,7 @@ HREF="Bv9ARM.ch09.html#internet_drafts"
|
||||
></DT
|
||||
><DT
|
||||
>A.4.3. <A
|
||||
HREF="Bv9ARM.ch09.html#AEN4593"
|
||||
HREF="Bv9ARM.ch09.html#AEN4600"
|
||||
>Other Documents About <SPAN
|
||||
CLASS="acronym"
|
||||
>BIND</SPAN
|
||||
@ -786,6 +786,11 @@ CLASS="acronym"
|
||||
></DT
|
||||
></DL
|
||||
></DD
|
||||
><DT
|
||||
>A.5. <A
|
||||
HREF="Bv9ARM.ch09.html#statsfile"
|
||||
>Format of statistics file</A
|
||||
></DT
|
||||
></DL
|
||||
></DD
|
||||
></DL
|
||||
|
Loading…
x
Reference in New Issue
Block a user