summaryrefslogtreecommitdiff
path: root/usr.sbin/bind/doc
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2004-09-28 17:14:10 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2004-09-28 17:14:10 +0000
commitff09ecf5e523f7c1678821dfc8753880775b9bc9 (patch)
treecfbc352a0605ad89a62d844079441dca80fca83d /usr.sbin/bind/doc
parentae87190605c9d85eaf9ba7728034f343685da32a (diff)
resolve conflicts
Diffstat (limited to 'usr.sbin/bind/doc')
-rw-r--r--usr.sbin/bind/doc/arm/Bv9ARM-book.xml2087
-rw-r--r--usr.sbin/bind/doc/arm/Bv9ARM.ch03.html803
-rw-r--r--usr.sbin/bind/doc/arm/Bv9ARM.ch04.html780
-rw-r--r--usr.sbin/bind/doc/arm/Bv9ARM.ch05.html50
-rw-r--r--usr.sbin/bind/doc/arm/Bv9ARM.ch06.html6441
-rw-r--r--usr.sbin/bind/doc/arm/Bv9ARM.ch07.html86
-rw-r--r--usr.sbin/bind/doc/arm/Bv9ARM.ch08.html58
-rw-r--r--usr.sbin/bind/doc/arm/Bv9ARM.ch09.html737
-rw-r--r--usr.sbin/bind/doc/arm/Bv9ARM.html334
-rw-r--r--usr.sbin/bind/doc/misc/dnssec22
-rw-r--r--usr.sbin/bind/doc/misc/migration3
11 files changed, 5619 insertions, 5782 deletions
diff --git a/usr.sbin/bind/doc/arm/Bv9ARM-book.xml b/usr.sbin/bind/doc/arm/Bv9ARM-book.xml
index f328acdd3c1..fef31e7e058 100644
--- a/usr.sbin/bind/doc/arm/Bv9ARM-book.xml
+++ b/usr.sbin/bind/doc/arm/Bv9ARM-book.xml
@@ -2,15 +2,18 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
-<!-- File: $ISC: Bv9ARM-book.xml,v 1.155.2.32 2003/09/23 07:20:43 marka Exp $ -->
+<!-- File: $ISC: Bv9ARM-book.xml,v 1.155.2.27.2.49 2004/08/16 00:55:29 marka Exp $ -->
<book>
<title>BIND 9 Administrator Reference Manual</title>
<bookinfo>
<copyright>
-<year>2000</year>
-<year>2001</year>
+<year>2004</year>
+<holder>Internet Systems Consortium, Inc. ("ISC")</holder>
+</copyright>
+<copyright>
+<year>2000-2003</year>
<holder>Internet Software Consortium</holder>
</copyright>
</bookinfo>
@@ -34,7 +37,7 @@
<acronym>BIND</acronym> version 9 software package for system
administrators.</para>
- <para>This version of the manual corresponds to BIND version 9.2.</para>
+ <para>This version of the manual corresponds to BIND version 9.3.</para>
</sect1>
<sect1><title>Organization of This Document</title>
@@ -140,8 +143,10 @@ used by Internet applications.</para>
<para>Clients look up information in the DNS by calling a
<emphasis>resolver</emphasis> library, which sends queries to one or
more <emphasis>name servers</emphasis> and interprets the responses.
-The <acronym>BIND 9</acronym> software distribution contains both a
-name server and a resolver library.</para>
+The <acronym>BIND</acronym> 9 software distribution contains a
+name server, <command>named</command>, and two resolver
+libraries, <command>liblwres</command> and <command>libbind</command>.
+</para>
</sect2><sect2>
<title>Domains and Domain Names</title>
@@ -193,7 +198,7 @@ and a <emphasis>domain</emphasis>.</para>
<para>As we stated previously, a zone is a point of delegation in
the <acronym>DNS</acronym> tree. A zone consists of
those contiguous parts of the domain
-tree for which a a name server has complete information and over which
+tree for which a name server has complete information and over which
it has authority. It contains all domain names from a certain point
downward in the domain tree except those which are delegated to
other zones. A delegation point is marked by one or more
@@ -374,7 +379,7 @@ active duty have performed admirably as <acronym>DNS</acronym> servers.</para>
<para>The DNSSEC and IPv6 features of <acronym>BIND</acronym> 9 may prove to be quite
CPU intensive however, so organizations that make heavy use of these
features may wish to consider larger systems for these applications.
-<acronym>BIND</acronym> 9 is now fully multithreaded, allowing full utilization of
+<acronym>BIND</acronym> 9 is fully multithreaded, allowing full utilization of
multiprocessor systems for installations that need it.</para></sect1>
<sect1><title>CPU Requirements</title>
<para>CPU requirements for <acronym>BIND</acronym> 9 range from i486-class machines
@@ -389,80 +394,54 @@ option can be used to limit the amount of memory used by the cache,
at the expense of reducing cache hit rates and causing more <acronym>DNS</acronym>
traffic. It is still good practice to have enough memory to load
all zone and cache data into memory &mdash; unfortunately, the best way
-to determine this for a given installation is to watch the nameserver
+to determine this for a given installation is to watch the name server
in operation. After a few weeks the server process should reach
a relatively stable size where entries are expiring from the cache as
-fast as they are being inserted. Ideally, the resource limits should
-be set higher than this stable size.</para></sect1>
+fast as they are being inserted.</para></sect1>
-<sect1><title>Nameserver Intensive Environment Issues</title>
-<para>For nameserver intensive environments, there are two alternative
+<sect1><title>Name Server Intensive Environment Issues</title>
+<para>For name server intensive environments, there are two alternative
configurations that may be used. The first is where clients and
-any second-level internal nameservers query a main nameserver, which
+any second-level internal name servers query a main name server, which
has enough memory to build a large cache. This approach minimizes
the bandwidth used by external name lookups. The second alternative
-is to set up second-level internal nameservers to make queries independently.
+is to set up second-level internal name servers to make queries independently.
In this configuration, none of the individual machines needs to
have as much memory or CPU power as in the first alternative, but
this has the disadvantage of making many more external queries,
-as none of the nameservers share their cached data.</para></sect1>
+as none of the name servers share their cached data.</para></sect1>
+
<sect1><title>Supported Operating Systems</title>
-<para>ISC <acronym>BIND</acronym> 9 compiles and runs on the following operating
-systems:</para>
- <itemizedlist>
- <listitem>
- <simpara>IBM AIX 4.3</simpara>
- </listitem>
- <listitem>
- <simpara>Compaq Digital/Tru64 UNIX 4.0D</simpara>
- </listitem>
- <listitem>
- <simpara>Compaq Digital/Tru64 UNIX 5 (with IPv6 EAK)</simpara>
- </listitem>
- <listitem>
- <simpara>HP HP-UX 11</simpara>
- </listitem>
- <listitem>
- <simpara>IRIX64 6.5</simpara>
- </listitem>
- <listitem>
- <simpara>Sun Solaris 2.6, 7, 8</simpara>
- </listitem>
- <listitem>
- <simpara>NetBSD 1.5 (with unproven-pthreads 0.17)</simpara>
- </listitem>
- <listitem>
- <simpara>FreeBSD 3.4-STABLE, 3.5, 4.0, 4.1</simpara>
- </listitem>
- <listitem>
- <simpara>Red Hat Linux 6.0, 6.1, 6.2, 7.0</simpara>
- </listitem>
- </itemizedlist>
- </sect1>
- </chapter>
+<para>ISC <acronym>BIND</acronym> 9 compiles and runs on a large number
+of Unix-like operating system and on Windows NT / 2000. For an up-to-date
+list of supported systems, see the README file in the top level directory
+of the BIND 9 source distribution.</para>
+</sect1>
+</chapter>
- <chapter id="ch03">
- <title>Nameserver Configuration</title>
+<chapter id="ch03">
+<title>Name Server Configuration</title>
<para>In this section we provide some suggested configurations along
with guidelines for their use. We also address the topic of reasonable
option setting.</para>
- <sect1 id="sample_configuration">
- <title>Sample Configurations</title>
- <sect2>
- <title>A Caching-only Nameserver</title>
- <para>The following sample configuration is appropriate for a caching-only
+
+<sect1 id="sample_configuration">
+<title>Sample Configurations</title>
+<sect2>
+<title>A Caching-only Name Server</title>
+<para>The following sample configuration is appropriate for a caching-only
name server for use by clients internal to a corporation. All queries
-from outside clients are refused.</para>
- <programlisting>
+from outside clients are refused using the <command>allow-query</command>
+option. Alternatively, the same effect could be achieved using suitable
+firewall rules.</para>
+
+<programlisting>
// Two corporate subnets we wish to allow queries from.
-acl "corpnets" { 192.168.4.0/24; 192.168.7.0/24; };
+acl corpnets { 192.168.4.0/24; 192.168.7.0/24; };
options {
directory "/etc/namedb"; // Working directory
- pid-file "named.pid"; // Put pid file in working dir
- allow-query { "corpnets"; };
+ allow-query { corpnets; };
};
-// Root server hints
-zone "." { type hint; file "root.hint"; };
// Provide a reverse mapping for the loopback address 127.0.0.1
zone "0.0.127.in-addr.arpa" {
type master;
@@ -470,21 +449,20 @@ zone "0.0.127.in-addr.arpa" {
notify no;
};
</programlisting>
- </sect2>
- <sect2>
- <title>An Authoritative-only Nameserver</title>
- <para>This sample configuration is for an authoritative-only server
+</sect2>
+
+<sect2>
+<title>An Authoritative-only Name Server</title>
+<para>This sample configuration is for an authoritative-only server
that is the master server for "<filename>example.com</filename>"
and a slave for the subdomain "<filename>eng.example.com</filename>".</para>
- <programlisting>
+
+<programlisting>
options {
directory "/etc/namedb"; // Working directory
- pid-file "named.pid"; // Put pid file in working dir
allow-query { any; }; // This is the default
recursion no; // Do not provide recursive service
};
-// Root server hints
-zone "." { type hint; file "root.hint"; };
// Provide a reverse mapping for the loopback address 127.0.0.1
zone "0.0.127.in-addr.arpa" {
@@ -510,19 +488,22 @@ zone "eng.example.com" {
masters { 192.168.4.12; };
};
</programlisting>
- </sect2>
- </sect1>
- <sect1>
- <title>Load Balancing</title>
- <para>Primitive load balancing can be achieved in <acronym>DNS</acronym> using multiple
-A records for one name.</para>
+</sect2>
+</sect1>
+
+<sect1>
+<title>Load Balancing</title>
+
+<para>A primitive form of load balancing can be achieved in
+the <acronym>DNS</acronym> by using multiple A records for one name.</para>
+
<para>For example, if you have three WWW servers with network addresses
of 10.0.0.1, 10.0.0.2 and 10.0.0.3, a set of records such as the
following means that clients will connect to each machine one third
of the time:</para>
- <informaltable colsep = "0" rowsep = "0">
-<tgroup cols = "5" colsep = "0" rowsep = "0"
- tgroupstyle = "2Level-table">
+
+<informaltable colsep = "0" rowsep = "0">
+<tgroup cols = "5" colsep = "0" rowsep = "0" tgroupstyle = "2Level-table">
<colspec colname = "1" colnum = "1" colsep = "0" colwidth = "0.875in"/>
<colspec colname = "2" colnum = "2" colsep = "0" colwidth = "0.500in"/>
<colspec colname = "3" colnum = "3" colsep = "0" colwidth = "0.750in"/>
@@ -573,113 +554,105 @@ of the time:</para>
<acronym>BIND</acronym> 9, and only the ordering scheme described above is
available.</para>
- </sect1>
- <sect1 id="notify">
- <title>Notify</title>
-
- <para><acronym>DNS</acronym> Notify is a mechanism that allows master nameservers to
- notify their slave servers of changes to a zone's data. In
- response to a <command>NOTIFY</command> from a master server, the
- slave will check to see that its version of the zone is the
- current version and, if not, initiate a transfer.</para> <para><acronym>DNS</acronym>
- Notify is fully documented in RFC 1996. See also the description
- of the zone option <command>also-notify</command>, see
- <xref linkend="zone_transfers"/>. For more information about
- <command>notify</command>, see <xref
- linkend="boolean_options"/>.</para>
+</sect1>
- </sect1>
- <sect1>
- <title>Nameserver Operations</title>
- <sect2>
- <title>Tools for Use With the Nameserver Daemon</title>
- <para>There are several indispensable diagnostic, administrative
+<sect1>
+<title>Name Server Operations</title>
+
+<sect2>
+<title>Tools for Use With the Name Server Daemon</title>
+<para>There are several indispensable diagnostic, administrative
and monitoring tools available to the system administrator for controlling
-and debugging the nameserver daemon. We describe several in this
+and debugging the name server daemon. We describe several in this
section </para>
- <sect3 id="diagnostic_tools">
- <title>Diagnostic Tools</title>
- <variablelist>
- <varlistentry>
- <term id="dig"><command>dig</command></term>
- <listitem>
- <para>The domain information groper (<command>dig</command>) is
-a command line tool that can be used to gather information from
-the Domain Name System servers. Dig has two modes: simple interactive
+<sect3 id="diagnostic_tools">
+<title>Diagnostic Tools</title>
+<para>The <command>dig</command>, <command>host</command>, and
+<command>nslookup</command> programs are all command line tools
+for manually querying name servers. They differ in style and
+output format.
+</para>
+
+<variablelist>
+<varlistentry>
+<term id="dig"><command>dig</command></term>
+<listitem>
+<para>The domain information groper (<command>dig</command>)
+is the most versatile and complete of these lookup tools.
+It has two modes: simple interactive
mode for a single query, and batch mode which executes a query for
each in a list of several query lines. All query options are accessible
from the command line.</para>
- <cmdsynopsis label="Usage">
- <command>dig</command>
- <arg>@<replaceable>server</replaceable></arg>
- <arg choice="plain"><replaceable>domain</replaceable></arg>
- <arg><replaceable>query-type</replaceable></arg>
- <arg><replaceable>query-class</replaceable></arg>
- <arg>+<replaceable>query-option</replaceable></arg>
- <arg>-<replaceable>dig-option</replaceable></arg>
- <arg>%<replaceable>comment</replaceable></arg>
- <!-- one of (SBR GROUP ARG COMMAND) -->
- </cmdsynopsis>
- <para>The usual simple use of dig will take the form</para>
- <simpara><command>dig @server domain query-type query-class</command></simpara>
- <para>For more information and a list of available commands and
+<cmdsynopsis label="Usage">
+ <command>dig</command>
+ <arg>@<replaceable>server</replaceable></arg>
+ <arg choice="plain"><replaceable>domain</replaceable></arg>
+ <arg><replaceable>query-type</replaceable></arg>
+ <arg><replaceable>query-class</replaceable></arg>
+ <arg>+<replaceable>query-option</replaceable></arg>
+ <arg>-<replaceable>dig-option</replaceable></arg>
+ <arg>%<replaceable>comment</replaceable></arg>
+</cmdsynopsis>
+<para>The usual simple use of dig will take the form</para>
+<simpara><command>dig @server domain query-type query-class</command></simpara>
+<para>For more information and a list of available commands and
options, see the <command>dig</command> man page.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><command>host</command></term>
- <listitem>
- <para>The <command>host</command> utility
-provides a simple <acronym>DNS</acronym> lookup using a command-line interface for
-looking up Internet hostnames. By default, the utility converts
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term><command>host</command></term>
+<listitem>
+<para>The <command>host</command> utility emphasizes simplicity
+and ease of use. By default, it converts
between host names and Internet addresses, but its functionality
can be extended with the use of options.</para>
- <cmdsynopsis label="Usage">
- <!-- one of (SBR GROUP ARG COMMAND) -->
- <command>host</command>
- <arg>-aCdlrTwv</arg>
- <arg>-c <replaceable>class</replaceable></arg>
- <arg>-N <replaceable>ndots</replaceable></arg>
- <arg>-t <replaceable>type</replaceable></arg>
- <arg>-W <replaceable>timeout</replaceable></arg>
- <arg>-R <replaceable>retries</replaceable></arg>
- <arg choice="plain"><replaceable>hostname</replaceable></arg>
- <arg><replaceable>server</replaceable></arg>
- </cmdsynopsis>
- <para>For more information and a list of available commands and
+<cmdsynopsis label="Usage">
+ <command>host</command>
+ <arg>-aCdlrTwv</arg>
+ <arg>-c <replaceable>class</replaceable></arg>
+ <arg>-N <replaceable>ndots</replaceable></arg>
+ <arg>-t <replaceable>type</replaceable></arg>
+ <arg>-W <replaceable>timeout</replaceable></arg>
+ <arg>-R <replaceable>retries</replaceable></arg>
+ <arg choice="plain"><replaceable>hostname</replaceable></arg>
+ <arg><replaceable>server</replaceable></arg>
+</cmdsynopsis>
+<para>For more information and a list of available commands and
options, see the <command>host</command> man page.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><command>nslookup</command></term>
- <listitem>
- <para><command>nslookup</command> is a program used to query Internet
-domain nameservers. <command>nslookup</command> has two modes: interactive
-and non-interactive. Interactive mode allows the user to query nameservers
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term><command>nslookup</command></term>
+<listitem>
+<para><command>nslookup</command> has two modes: interactive
+and non-interactive. Interactive mode allows the user to query name servers
for information about various hosts and domains or to print a list
of hosts in a domain. Non-interactive mode is used to print just
the name and requested information for a host or domain.</para>
- <cmdsynopsis label="Usage">
- <command>nslookup</command>
- <arg rep="repeat">-option</arg>
- <group>
- <arg><replaceable>host-to-find</replaceable></arg>
- <arg>- <arg>server</arg></arg>
- </group>
- </cmdsynopsis>
+<cmdsynopsis label="Usage">
+ <command>nslookup</command>
+ <arg rep="repeat">-option</arg>
+ <group>
+ <arg><replaceable>host-to-find</replaceable></arg>
+ <arg>- <arg>server</arg></arg>
+ </group>
+</cmdsynopsis>
<para>Interactive mode is entered when no arguments are given (the
-default nameserver will be used) or when the first argument is a
+default name server will be used) or when the first argument is a
hyphen (`-') and the second argument is the host name or Internet address
-of a nameserver.</para>
+of a name server.</para>
<para>Non-interactive mode is used when the name or Internet address
of the host to be looked up is given as the first argument. The
-optional second argument specifies the host name or address of a nameserver.</para>
+optional second argument specifies the host name or address of a name server.</para>
<para>Due to its arcane user interface and frequently inconsistent
behavior, we do not recommend the use of <command>nslookup</command>.
Use <command>dig</command> instead.</para>
- </listitem>
- </varlistentry>
- </variablelist>
+</listitem>
+
+</varlistentry>
+</variablelist>
</sect3>
<sect3 id="admin_tools">
@@ -718,7 +691,7 @@ of a server.</para>
<listitem>
<para>The remote name daemon control
(<command>rndc</command>) program allows the system
- administrator to control the operation of a nameserver.
+ administrator to control the operation of a name server.
If you run <command>rndc</command> without any options
it will display a usage message as follows:</para>
<cmdsynopsis label="Usage">
@@ -750,6 +723,31 @@ of a server.</para>
<listitem><para>Schedule zone maintenance for the given zone.</para></listitem>
</varlistentry>
+ <varlistentry><term><userinput>retransfer <replaceable>zone</replaceable>
+ <optional><replaceable>class</replaceable>
+ <optional><replaceable>view</replaceable></optional></optional></userinput></term>
+ <listitem><para>Retransfer the given zone from the master.</para></listitem>
+ </varlistentry>
+
+ <varlistentry><term><userinput>freeze <replaceable>zone</replaceable>
+ <optional><replaceable>class</replaceable>
+ <optional><replaceable>view</replaceable></optional></optional></userinput></term>
+ <listitem><para>Suspend updates to a dynamic zone. This allows manual
+ edits to be made to a zone normally updated by dynamic update. It
+ also causes changes in the journal file to be synced into the master
+ and the journal file to be removed. All dynamic update attempts will
+ be refused while the zone is frozen.</para></listitem>
+ </varlistentry>
+
+ <varlistentry><term><userinput>unfreeze <replaceable>zone</replaceable>
+ <optional><replaceable>class</replaceable>
+ <optional><replaceable>view</replaceable></optional></optional></userinput></term>
+ <listitem><para>Enable updates to a frozen dynamic zone. This causes
+ the server to reload the zone from disk, and re-enables dynamic updates
+ after the load has completed. After a zone is unfrozen, dynamic updates
+ will no longer be refused.</para></listitem>
+ </varlistentry>
+
<varlistentry><term><userinput>reconfig</userinput></term>
<listitem><para>Reload the configuration file and load new zones,
but do not reload existing zone files even if they have changed.
@@ -808,7 +806,8 @@ explicit root zone configured.</para></listitem></varlistentry>
<para>In <acronym>BIND</acronym> 9.2, <command>rndc</command>
supports all the commands of the BIND 8 <command>ndc</command>
-utility except <command>ndc start</command>, which was also
+utility except <command>ndc start</command> and
+<command>ndc restart</command>, which were also
not supported in <command>ndc</command>'s channel mode.</para>
<para>A configuration file is required, since all
@@ -846,14 +845,18 @@ host name or address argument and represents the server that will
be contacted if no <option>-s</option>
option is provided on the command line.
<command>default-key</command> takes
-the name of key as its argument, as defined by a <command>key</command> statement.
+the name of a key as its argument, as defined by a <command>key</command> statement.
<command>default-port</command> specifies the port to which
<command>rndc</command> should connect if no
port is given on the command line or in a
<command>server</command> statement.</para>
-<para>The <command>key</command> statement names a key with its
-string argument. The string is required by the server to be a valid
+<para>The <command>key</command> statement defines an key to be used
+by <command>rndc</command> when authenticating with
+<command>named</command>. Its syntax is identical to the
+<command>key</command> statement in named.conf.
+The keyword <userinput>key</userinput> is
+followed by a key name, which must be a valid
domain name, though it need not actually be hierarchical; thus,
a string like "<userinput>rndc_key</userinput>" is a valid name.
The <command>key</command> statement has two clauses:
@@ -862,14 +865,16 @@ While the configuration parser will accept any string as the argument
to algorithm, currently only the string "<userinput>hmac-md5</userinput>"
has any meaning. The secret is a base-64 encoded string.</para>
-<para>The <command>server</command> statement uses the key clause
-to associate a <command>key</command>-defined key with a server.
-The argument to the <command>server</command> statement is a
-host name or address (addresses must be double quoted). The argument
-to the key clause is the name of the key as defined by the <command>key</command> statement.
-The <command>port</command> clause can be used to
-specify the port to which <command>rndc</command> should connect
-on the given server.</para>
+<para>The <command>server</command> statement associates a key
+defined using the <command>key</command> statement with a server.
+The keyword <userinput>server</userinput> is followed by a
+host name or address. The <command>server</command> statement
+has two clauses: <command>key</command> and <command>port</command>.
+The <command>key</command> clause specifies the name of the key
+to be used when communicating with this server, and the
+<command>port</command> clause can be used to
+specify the port <command>rndc</command> should connect
+to on the server.</para>
<para>A sample minimal configuration file is as follows:</para>
<programlisting>
@@ -878,7 +883,7 @@ key rndc_key {
secret "c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K";
};
options {
- default-server localhost;
+ default-server 127.0.0.1;
default-key rndc_key;
};
</programlisting>
@@ -888,8 +893,8 @@ would allow the command:</para>
<para><prompt>$ </prompt><userinput>rndc reload</userinput></para>
-<para>to connect to 127.0.0.1 port 953 and cause the nameserver
-to reload, if a nameserver on the local machine were running with
+<para>to connect to 127.0.0.1 port 953 and cause the name server
+to reload, if a name server on the local machine were running with
following controls statements:</para>
<programlisting>
controls {
@@ -947,15 +952,35 @@ reload the database. </para></entry>
</sect1>
</chapter>
- <chapter id="ch04">
- <title>Advanced Concepts</title>
+<chapter id="ch04">
+<title>Advanced DNS Features</title>
+
+<sect1 id="notify">
+
+<title>Notify</title>
+<para><acronym>DNS</acronym> NOTIFY is a mechanism that allows master
+servers to notify their slave servers of changes to a zone's data. In
+response to a <command>NOTIFY</command> from a master server, the
+slave will check to see that its version of the zone is the
+current version and, if not, initiate a zone transfer.</para>
+
+<para><acronym>DNS</acronym>
+For more information about
+<command>NOTIFY</command>, see the description of the
+<command>notify</command> option in <xref linkend="boolean_options"/> and
+the description of the zone option <command>also-notify</command> in
+<xref linkend="zone_transfers"/>. The <command>NOTIFY</command>
+protocol is specified in RFC 1996.
+</para>
+
+</sect1>
<sect1 id="dynamic_update">
- <title>Dynamic Update</title>
+<title>Dynamic Update</title>
- <para>Dynamic update is the term used for the ability under
- certain specified conditions to add, modify or delete records or
- RRsets in the master zone files. Dynamic update is fully described
+ <para>Dynamic Update is a method for adding, replacing or deleting
+ records in a master server by sending it a special form of DNS
+ messages. The format and meaning of these messages is specified
in RFC 2136.</para>
<para>Dynamic update is enabled on a zone-by-zone basis, by
@@ -964,7 +989,7 @@ reload the database. </para></entry>
<command>zone</command> statement.</para>
<para>Updating of secure zones (zones using DNSSEC) follows
- RFC 3007: SIG and NXT records affected by updates are automatically
+ RFC 3007: RRSIG and NSEC records affected by updates are automatically
regenerated by the server using an online zone key.
Update authorization is based
on transaction signatures and an explicit server policy.</para>
@@ -984,8 +1009,8 @@ reload the database. </para></entry>
the complete contents of the updated zone to its zone file.
This is not done immediately after
each dynamic update, because that would be too slow when a large
- zone is updated frequently. Instead, the dump is delayed by 15
- minutes, allowing additional updates to take place.</para>
+ zone is updated frequently. Instead, the dump is delayed by
+ up to 15 minutes, allowing additional updates to take place.</para>
<para>When a server is restarted after a shutdown or crash, it will replay
the journal file to incorporate into the zone any updates that took
@@ -1001,42 +1026,46 @@ reload the database. </para></entry>
is up to date is to run <command>rndc stop</command>.</para>
<para>If you have to make changes to a dynamic zone
- manually, the following procedure will work: Shut down
- the server using <command>rndc stop</command> (sending a signal
- or using <command>rndc halt</command> is <emphasis>not</emphasis>
- sufficient). Wait for the server to exit,
- then <emphasis>remove</emphasis> the zone's
- <filename>.jnl</filename> file, edit the zone file,
- and restart the server. Removing the <filename>.jnl</filename>
- file is necessary because the manual edits will not be
- present in the journal, rendering it inconsistent with the
- contents of the zone file.</para>
+ manually, the following procedure will work: Disable dynamic updates
+ to the zone using
+ <command>rndc freeze <replaceable>zone</replaceable></command>.
+ This will also remove the zone's <filename>.jnl</filename> file
+ and update the master file. Edit the zone file. Run
+ <command>rndc unfreeze <replaceable>zone</replaceable></command>
+ to reload the changed zone and re-enable dynamic updates.</para>
</sect2>
</sect1>
- <sect1 id="incremental_zone_transfers">
- <title>Incremental Zone Transfers (IXFR)</title>
+<sect1 id="incremental_zone_transfers">
+<title>Incremental Zone Transfers (IXFR)</title>
- <para>The incremental zone transfer (IXFR) protocol is a way for
- slave servers to transfer only changed data, instead of having to
- transfer the entire zone. The IXFR protocol is documented in RFC
- 1995. See <xref linkend="proposed_standards"/>.</para>
+<para>The incremental zone transfer (IXFR) protocol is a way for
+slave servers to transfer only changed data, instead of having to
+transfer the entire zone. The IXFR protocol is specified in RFC
+1995. See <xref linkend="proposed_standards"/>.</para>
-<para>When acting as a master, <acronym>BIND</acronym> 9 supports IXFR for those zones
+<para>When acting as a master, <acronym>BIND</acronym> 9
+supports IXFR for those zones
where the necessary change history information is available. These
include master zones maintained by dynamic update and slave zones
-whose data was obtained by IXFR, but not manually maintained master
-zones nor slave zones obtained by performing a full zone transfer
-(AXFR).</para>
-<para>When acting as a slave, <acronym>BIND</acronym> 9 will attempt to use IXFR unless
+whose data was obtained by IXFR. For manually maintained master
+zones, and for slave zones obtained by performing a full zone
+transfer (AXFR), IXFR is supported only if the option
+<command>ixfr-from-differences</command> is set
+to <userinput>yes</userinput>.
+</para>
+
+<para>When acting as a slave, <acronym>BIND</acronym> 9 will
+attempt to use IXFR unless
it is explicitly disabled. For more information about disabling
IXFR, see the description of the <command>request-ixfr</command> clause
-of the <command>server</command> statement.</para></sect1>
+of the <command>server</command> statement.</para>
+</sect1>
<sect1><title>Split DNS</title>
-<para>Setting up different views, or visibility, of DNS space to
+<para>Setting up different views, or visibility, of the DNS space to
internal and external resolvers is usually referred to as a <emphasis>Split
DNS</emphasis> setup. There are several reasons an organization
would want to set up its DNS this way.</para>
@@ -1052,7 +1081,8 @@ space (reserved IP space, as documented in RFC 1918) to resolve DNS
on the Internet. Split DNS can also be used to allow mail from outside
back in to the internal network.</para>
<para>Here is an example of a split DNS setup:</para>
-<para>Let's say a company named <emphasis>Example, Inc.</emphasis> (example.com)
+<para>Let's say a company named <emphasis>Example, Inc.</emphasis>
+(<literal>example.com</literal>)
has several corporate sites that have an internal network with reserved
Internet Protocol (IP) space and an external demilitarized zone (DMZ),
or "outside" section of a network, that is available to the public.</para>
@@ -1062,7 +1092,7 @@ people on the outside. The company also wants its internal resolvers
to have access to certain internal-only zones that are not available
at all outside of the internal network.</para>
<para>In order to accomplish this, the company will set up two sets
-of nameservers. One set will be on the inside network (in the reserved
+of name servers. One set will be on the inside network (in the reserved
IP space) and the other set will be on bastion hosts, which are "proxy"
hosts that can talk to both sides of its network, in the DMZ.</para>
<para>The internal servers will be configured to forward all queries,
@@ -1072,7 +1102,7 @@ DMZ. These internal servers will have complete sets of information
for <filename>site1.example.com</filename>, <filename>site2.example.com</filename>,<emphasis> </emphasis><filename>site1.internal</filename>,
and <filename>site2.internal</filename>.</para>
<para>To protect the <filename>site1.internal</filename> and <filename>site2.internal</filename> domains,
-the internal nameservers must be configured to disallow all queries
+the internal name servers must be configured to disallow all queries
to these domains from any external hosts, including the bastion
hosts.</para>
<para>The external servers, which are on the bastion hosts, will
@@ -1093,13 +1123,13 @@ internal hosts.</para>
network, the bastion hosts will need to know how to deliver mail
to internal hosts. In order for this to work properly, the resolvers on
the bastion hosts will need to be configured to point to the internal
-nameservers for DNS resolution.</para>
+name servers for DNS resolution.</para>
<para>Queries for internal hostnames will be answered by the internal
servers, and queries for external hostnames will be forwarded back
out to the DNS servers on the bastion hosts.</para>
<para>In order for all this to work properly, internal clients will
need to be configured to query <emphasis>only</emphasis> the internal
-nameservers for DNS queries. This could also be enforced via selective
+name servers for DNS queries. This could also be enforced via selective
filtering on the network.</para>
<para>If everything has been set properly, <emphasis>Example, Inc.</emphasis>'s
internal clients will now be able to:</para>
@@ -1156,7 +1186,7 @@ zone "site1.example.com" { // sample master zone
allow-transfer { internals; };
};
-zone "site2.example.com" {
+zone "site2.example.com" { // sample slave zone
type slave;
file "s/site2.example.com";
masters { 172.16.72.3; };
@@ -1235,9 +1265,9 @@ for TSIG.</para>
<para>TSIG might be most useful for dynamic update. A primary
server for a dynamic zone should use access control to control
- updates, but IP-based access control is insufficient. Key-based
- access control is far superior, see <xref
- linkend="proposed_standards"/>. The <command>nsupdate</command>
+ updates, but IP-based access control is insufficient.
+ The cryptographic access control provided by TSIG
+ is far superior. The <command>nsupdate</command>
program supports TSIG via the <option>-k</option> and
<option>-y</option> command line options.</para>
@@ -1285,8 +1315,9 @@ readable, or the key directive be added to a non-world readable
file that is included by <filename>named.conf</filename>.</para>
<para>At this point, the key is recognized. This means that if the
server receives a message signed by this key, it can verify the
-signature. If the signature succeeds, the response is signed by
-the same key.</para></sect2>
+signature. If the signature is successfully verified, the
+response is signed by the same key.</para></sect2>
+
<sect2><title>Instructing the Server to Use the Key</title>
<para>Since keys are shared between two hosts only, the server must
be told when keys are to be used. The following is added to the <filename>named.conf</filename> file
@@ -1355,7 +1386,8 @@ allow-update { key host1-host2. ;};
<para><command>TKEY</command> is a mechanism for automatically
generating a shared secret between two hosts. There are several
"modes" of <command>TKEY</command> that specify how the key is
- generated or assigned. <acronym>BIND</acronym> implements only one of these modes,
+ generated or assigned. <acronym>BIND</acronym> 9
+ implements only one of these modes,
the Diffie-Hellman key exchange. Both hosts are required to have
a Diffie-Hellman KEY record (although this record is not required
to be present in a zone). The <command>TKEY</command> process
@@ -1380,11 +1412,11 @@ allow-update { key host1-host2. ;};
<sect1>
<title>SIG(0)</title>
- <para><acronym>BIND</acronym> 9 partially supports DNSSEC SIG(0) transaction
- signatures as specified in RFC 2535. SIG(0) uses public/private
- keys to authenticate messages. Access control is performed in the
- same manner as TSIG keys; privileges can be granted or denied
- based on the key name.</para>
+ <para><acronym>BIND</acronym> 9 partially supports DNSSEC SIG(0)
+ transaction signatures as specified in RFC 2535 and RFC2931. SIG(0)
+ uses public/private keys to authenticate messages. Access control
+ is performed in the same manner as TSIG keys; privileges can be
+ granted or denied based on the key name.</para>
<para>When a SIG(0) signed message is received, it will only be
verified if the key is known and trusted by the server; the server
@@ -1393,32 +1425,35 @@ allow-update { key host1-host2. ;};
<para>SIG(0) signing of multiple-message TCP streams is not
supported.</para>
- <para><acronym>BIND</acronym> 9 does not ship with any tools that generate SIG(0)
- signed messages.</para>
+ <para>The only tool shipped with <acronym>BIND</acronym> 9 that
+ generates SIG(0) signed messages is <command>nsupdate</command>.</para>
</sect1>
<sect1 id="DNSSEC">
<title>DNSSEC</title>
<para>Cryptographic authentication of DNS information is possible
- through the DNS Security (<emphasis>DNSSEC</emphasis>) extensions,
- defined in RFC 2535. This section describes the creation and use
+ through the DNS Security (<emphasis>DNSSEC-bis</emphasis>) extensions,
+ defined in RFC &lt;TBA&gt;. This section describes the creation and use
of DNSSEC signed zones.</para>
<para>In order to set up a DNSSEC secure zone, there are a series
of steps which must be followed. <acronym>BIND</acronym> 9 ships
with several tools
that are used in this process, which are explained in more detail
- below. In all cases, the "<option>-h</option>" option prints a
+ below. In all cases, the <option>-h</option> option prints a
full list of parameters. Note that the DNSSEC tools require the
- keyset and signedkey files to be in the working directory, and
- that the tools shipped with BIND 9.0.x are not fully compatible
+ keyset files to be in the working directory or the
+ directory specified by the <option>-h</option> option, and
+ that the tools shipped with BIND 9.2.x and earlier are not compatible
with the current ones.</para>
<para>There must also be communication with the administrators of
- the parent and/or child zone to transmit keys and signatures. A
- zone's security status must be indicated by the parent zone for a
- DNSSEC capable resolver to trust its data.</para>
+ the parent and/or child zone to transmit keys. A zone's security
+ status must be indicated by the parent zone for a DNSSEC capable
+ resolver to trust its data. This is done through the presense
+ or absence of a <literal>DS</literal> record at the delegation
+ point.</para>
<para>For other servers to trust data in this zone, they must
either be statically configured with this zone's zone key or the
@@ -1437,20 +1472,19 @@ allow-update { key host1-host2. ;};
<command>ZONE</command>, and must be usable for authentication.
It is recommended that zone keys use a cryptographic algorithm
designated as "mandatory to implement" by the IETF; currently
- these are RSASHA1 (which is not yet supported in BIND 9.2)
- and DSA.</para>
+ the only one is RSASHA1.</para>
- <para>The following command will generate a 768 bit DSA key for
+ <para>The following command will generate a 768 bit RSASHA1 key for
the <filename>child.example</filename> zone:</para>
- <para><userinput>dnssec-keygen -a DSA -b 768 -n ZONE child.example.</userinput></para>
+ <para><userinput>dnssec-keygen -a RSASHA1 -b 768 -n ZONE child.example.</userinput></para>
<para>Two output files will be produced:
- <filename>Kchild.example.+003+12345.key</filename> and
- <filename>Kchild.example.+003+12345.private</filename> (where
+ <filename>Kchild.example.+005+12345.key</filename> and
+ <filename>Kchild.example.+005+12345.private</filename> (where
12345 is an example of a key tag). The key file names contain
the key name (<filename>child.example.</filename>), algorithm (3
- is DSA, 1 is RSA, etc.), and the key tag (12345 in this case).
+ is DSA, 1 is RSAMD5, 5 is RSASHA1, etc.), and the key tag (12345 in this case).
The private key (in the <filename>.private</filename> file) is
used to generate signatures, and the public key (in the
<filename>.key</filename> file) is used for signature
@@ -1459,68 +1493,10 @@ allow-update { key host1-host2. ;};
<para>To generate another key with the same properties (but with
a different key tag), repeat the above command.</para>
- <para>The public keys should be inserted into the zone file with
- <command>$INCLUDE</command> statements, including the
- <filename>.key</filename> files.</para>
-
- </sect2>
- <sect2>
- <title>Creating a Keyset</title>
-
- <para>The <command>dnssec-makekeyset</command> program is used
- to create a key set from one or more keys.</para>
-
- <para>Once the zone keys have been generated, a key set must be
- built for transmission to the administrator of the parent zone,
- so that the parent zone can sign the keys with its own zone key
- and correctly indicate the security status of this zone. When
- building a key set, the list of keys to be included and the TTL
- of the set must be specified, and the desired signature validity
- period of the parent's signature may also be specified.</para>
-
- <para>The list of keys to be inserted into the key set may also
- included non-zone keys present at the top of the zone.
- <command>dnssec-makekeyset</command> may also be used at other
- names in the zone.</para>
-
- <para>The following command generates a key set containing the
- above key and another key similarly generated, with a TTL of
- 3600 and a signature validity period of 10 days starting from
- now.</para>
-
-<para><userinput>dnssec-makekeyset -t 3600 -e +864000 Kchild.example.+003+12345 Kchild.example.+003+23456</userinput></para>
-
- <para>One output file is produced:
- <filename>keyset-child.example.</filename>. This file should be
- transmitted to the parent to be signed. It includes the keys,
- as well as signatures over the key set generated by the zone
- keys themselves, which are used to prove ownership of the
- private keys and encode the desired validity period.</para>
-
- </sect2>
- <sect2>
- <title>Signing the Child's Keyset</title>
-
- <para>The <command>dnssec-signkey</command> program is used to
- sign one child's keyset.</para>
-
- <para>If the <filename>child.example</filename> zone has any
- delegations which are secure, for example,
- <filename>grand.child.example</filename>, the
- <filename>child.example</filename> administrator should receive
- keyset files for each secure subzone. These keys must be signed
- by this zone's zone keys.</para>
-
- <para>The following command signs the child's key set with the
- zone keys:</para>
-
-<para><userinput>dnssec-signkey keyset-grand.child.example. Kchild.example.+003+12345 Kchild.example.+003+23456</userinput></para>
-
- <para>One output file is produced:
- <filename>signedkey-grand.child.example.</filename>. This file
- should be both transmitted back to the child and retained. It
- includes all keys (the child's keys) from the keyset file and
- signatures generated by this zone's zone keys.</para>
+ <para>The public keys should be inserted into the zone file by
+ including the <filename>.key</filename> files using
+ <command>$INCLUDE</command> statements.
+ </para>
</sect2>
<sect2>
@@ -1529,14 +1505,13 @@ allow-update { key host1-host2. ;};
<para>The <command>dnssec-signzone</command> program is used to
sign a zone.</para>
- <para>Any <filename>signedkey</filename> files corresponding to
- secure subzones should be present, as well as a
- <filename>signedkey</filename> file for this zone generated by
- the parent (if there is one). The zone signer will generate
- <literal>NXT</literal> and <literal>SIG</literal> records for
- the zone, as well as incorporate the zone key signature from the
- parent and indicate the security status at all delegation
- points.</para>
+ <para>Any <filename>keyset</filename> files corresponding
+ to secure subzones should be present. The zone signer will
+ generate <literal>NSEC</literal> and <literal>RRSIG</literal>
+ records for the zone, as well as <literal>DS</literal> for
+ the child zones if <literal>'-d'</literal> is specified.
+ If <literal>'-d'</literal> is not specified then DS RRsets for
+ the secure child zones need to be added manually.</para>
<para>The following command signs the zone, assuming it is in a
file called <filename>zone.child.example</filename>. By
@@ -1550,12 +1525,18 @@ allow-update { key host1-host2. ;};
should be referenced by <filename>named.conf</filename> as the
input file for the zone.</para>
+ <para><command>dnssec-signzone</command> will also produce a
+ keyset and dsset files and optionally a dlvset file. These
+ are used to provide the parent zone administators with the
+ <literal>DNSKEYs</literal> (or their corresponding <literal>DS</literal>
+ records) that are the secure entry point to the zone.</para>
+
</sect2>
<sect2><title>Configuring Servers</title>
-<para>Unlike in <acronym>BIND</acronym> 8,
-data is not verified on load in <acronym>BIND</acronym> 9,
+<para>Unlike <acronym>BIND</acronym> 8,
+<acronym>BIND</acronym> 9 does not verify signatures on load,
so zone keys for authoritative zones do not need to be specified
in the configuration file.</para>
@@ -1569,28 +1550,32 @@ statement, as described later in this document. </para>
<sect1>
<title>IPv6 Support in <acronym>BIND</acronym> 9</title>
- <para><acronym>BIND</acronym> 9 fully supports all currently
- defined forms of IPv6 name to address and address to name
- lookups. It will also use IPv6 addresses to make queries when
- running on an IPv6 capable system.</para>
-
- <para>For forward lookups, <acronym>BIND</acronym> 9 supports
- both A6 and AAAA records. The use of A6 records has been moved
- to experimental (RFC 3363) and should be treated as deprecated.</para>
-
- <para>The use of "bitstring" labels for IPv6 has been moved to
- experimental (RFC 3363) reverting to a nibble format. The
- suffix for the IPv6 reverse lookups has also changed from
- <literal>IP6.INT</literal> to <literal>IP6.ARPA</literal> (RFC
- 3152).</para>
-
- <para><acronym>BIND</acronym> 9 now defaults to nibble
- <literal>IP6.ARPA</literal> format lookups.</para>
-
- <para><acronym>BIND</acronym> 9 includes a new lightweight resolver library and
- resolver daemon which new applications may choose to use to avoid
- the complexities of A6 chain following and bitstring labels, see <xref
- linkend="ch05"/>.</para>
+ <para><acronym>BIND</acronym> 9 fully supports all currently defined forms of IPv6
+ name to address and address to name lookups. It will also use
+ IPv6 addresses to make queries when running on an IPv6 capable
+ system.</para>
+
+ <para>For forward lookups, <acronym>BIND</acronym> 9 supports only AAAA
+ records. The use of A6 records is deprecated by RFC 3363, and the
+ support for forward lookups in <acronym>BIND</acronym> 9 is
+ removed accordingly.
+ However, authoritative <acronym>BIND</acronym> 9 name servers still
+ load zone files containing A6 records correctly, answer queries
+ for A6 records, and accept zone transfer for a zone containing A6
+ records.</para>
+
+ <para>For IPv6 reverse lookups, <acronym>BIND</acronym> 9 supports
+ the traditional "nibble" format used in the
+ <emphasis>ip6.arpa</emphasis> domain, as well as the older, deprecated
+ <emphasis>ip6.int</emphasis> domain.
+ <acronym>BIND</acronym> 9 formerly
+ supported the "binary label" (also known as "bitstring") format.
+ The support of binary labels, however, is now completely removed
+ according to the changes in RFC 3363.
+ Any applications in <acronym>BIND</acronym> 9 do not understand
+ the format any more, and will return an error if given.
+ In particular, an authoritative <acronym>BIND</acronym> 9 name
+ server rejects to load a zone file containing binary labels.</para>
<para>For an overview of the format and structure of IPv6 addresses,
see <xref linkend="ipv6addresses"/>.</para>
@@ -1604,23 +1589,27 @@ statement, as described later in this document. </para>
<programlisting>
$ORIGIN example.com.
-host 3600 IN AAAA 3ffe:8050:201:1860:42::1
+host 3600 IN AAAA 2001:db8::1
</programlisting>
+ <para>It is recommended that IPv4-in-IPv6 mapped addresses not
+ be used. If a host has an IPv4 address, use an A record, not
+ a AAAA, with <literal>::ffff:192.168.42.1</literal> as the
+ address.</para>
</sect2>
<sect2>
<title>Address to Name Lookups Using Nibble Format</title>
<para>When looking up an address in nibble format, the address
components are simply reversed, just as in IPv4, and
- <literal>IP6.ARPA.</literal> is appended to the resulting name.
+ <literal>ip6.arpa.</literal> is appended to the resulting name.
For example, the following would provide reverse name lookup for
a host with address
- <literal>3ffe:8050:201:1860:42::1</literal>.</para>
+ <literal>2001:db8::1</literal>.</para>
<programlisting>
-$ORIGIN 0.6.8.1.1.0.2.0.0.5.0.8.e.f.f.3.IP6.ARPA.
-1.0.0.0.0.0.0.0.0.0.0.0.2.4.0.0 14400 IN PTR host.example.com.
+$ORIGIN 0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa.
+1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 14400 IN PTR host.example.com.
</programlisting>
</sect2>
</sect1>
@@ -1631,9 +1620,10 @@ $ORIGIN 0.6.8.1.1.0.2.0.0.5.0.8.e.f.f.3.IP6.ARPA.
<para>Traditionally applications have been linked with a stub resolver
library that sends recursive DNS queries to a local caching name
server.</para>
-<para>IPv6 introduces new complexity into the resolution process,
+<para>IPv6 once introduced new complexity into the resolution process,
such as following A6 chains and DNAME records, and simultaneous
-lookup of IPv4 and IPv6 addresses. These are hard or impossible
+lookup of IPv4 and IPv6 addresses. Though most of the complexity was
+then removed, these are hard or impossible
to implement in a traditional stub resolver.</para>
<para>Instead, <acronym>BIND</acronym> 9 provides resolution services to local clients
using a combination of a lightweight resolver library and a resolver
@@ -1641,21 +1631,22 @@ daemon process running on the local host. These communicate using
a simple UDP-based protocol, the "lightweight resolver protocol"
that is distinct from and simpler than the full DNS protocol.</para></sect1>
<sect1 id="lwresd"><title>Running a Resolver Daemon</title>
+
<para>To use the lightweight resolver interface, the system must
-run the resolver daemon <command>lwresd</command>.</para>
+run the resolver daemon <command>lwresd</command> or a local
+name server configured with a <command>lwres</command> statement.</para>
+
<para>By default, applications using the lightweight resolver library will make
UDP requests to the IPv4 loopback address (127.0.0.1) on port 921. The
address can be overridden by <command>lwserver</command> lines in
-<filename>/etc/resolv.conf</filename>.
-The daemon will try to find the answer to the questions "what are the
-addresses for host
-<literal>foo.example.com</literal>?" and "what are
-the names for IPv4 address 10.1.2.3?"</para>
+<filename>/etc/resolv.conf</filename>.</para>
+
<para>The daemon currently only looks in the DNS, but in the future
it may use other sources such as <filename>/etc/hosts</filename>,
NIS, etc.</para>
+
<para>The <command>lwresd</command> daemon is essentially a
-caching-only name server that answers requests using the lightweight
+caching-only name server that responds to requests using the lightweight
resolver protocol rather than the DNS protocol. Because it needs
to run on each host, it is designed to require no or minimal configuration.
Unless configured otherwise, it uses the name servers listed on
@@ -1671,12 +1662,15 @@ be configured to act as a lightweight resolver daemon using the
</sect1></chapter>
<chapter id="ch06"><title><acronym>BIND</acronym> 9 Configuration Reference</title>
-<para><acronym>BIND</acronym> 9 configuration is broadly similar to <acronym>BIND</acronym> 8.x; however,
-there are a few new areas of configuration, such as views. <acronym>BIND</acronym>
-8.x configuration files should work with few alterations in <acronym>BIND</acronym>
+
+<para><acronym>BIND</acronym> 9 configuration is broadly similar
+to <acronym>BIND</acronym> 8; however, there are a few new areas
+of configuration, such as views. <acronym>BIND</acronym>
+8 configuration files should work with few alterations in <acronym>BIND</acronym>
9, although more complex configurations should be reviewed to check
if they can be more efficiently implemented using the new features
found in <acronym>BIND</acronym> 9.</para>
+
<para><acronym>BIND</acronym> 4 configuration files can be converted to the new format
using the shell script
<filename>contrib/named-bootconf/named-bootconf.sh</filename>.</para>
@@ -1695,7 +1689,9 @@ defined by the <command>acl</command> statement.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para><varname>address_match_list</varname></para></entry>
-<entry colname = "2"><para>A list of one or more <varname>ip_addr</varname>, <varname>ip_prefix</varname>, <varname>key_id</varname>, or <varname>acl_name</varname> elements, see
+<entry colname = "2"><para>A list of one or more <varname>ip_addr</varname>,
+<varname>ip_prefix</varname>, <varname>key_id</varname>,
+or <varname>acl_name</varname> elements, see
<xref linkend="address_match_lists"/>.</para></entry>
</row>
<row rowsep = "0">
@@ -1705,8 +1701,9 @@ a DNS name, for example "<literal>my.test.domain</literal>".</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para><varname>dotted_decimal</varname></para></entry>
-<entry colname = "2"><para>One or more integers valued 0 through
-255 separated only by dots (`.'), such as <command>123</command>, <command>45.67</command> or <command>89.123.45.67</command>.</para></entry>
+<entry colname = "2"><para>One to four integers valued 0 through
+255 separated by dots (`.'), such as <command>123</command>,
+<command>45.67</command> or <command>89.123.45.67</command>.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para><varname>ip4_addr</varname></para></entry>
@@ -1715,7 +1712,21 @@ in <varname>dotted_decimal</varname> notation.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para><varname>ip6_addr</varname></para></entry>
-<entry colname = "2"><para>An IPv6 address, such as <command>fe80::200:f8ff:fe01:9742</command>.</para></entry>
+<entry colname = "2"><para>An IPv6 address, such as <command>2001:db8::1234</command>.
+IPv6 scoped addresses that have ambiguity on their scope zones must be
+disambiguated by an appropriate zone ID with the percent character
+(`%') as delimiter.
+It is strongly recommended to use string zone names rather than
+numeric identifiers, in order to be robust against system
+configuration changes.
+However, since there is no standard mapping for such names and
+identifier values, currently only interface names as link identifiers
+are supported, assuming one-to-one mapping between interfaces and links.
+For example, a link-local address <command>fe80::1</command> on the
+link attached to the interface <command>ne0</command>
+can be specified as <command>fe80::1%ne0</command>.
+Note that on most systems link-local addresses always have the
+ambiguity, and need to be disambiguated.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para><varname>ip_addr</varname></para></entry>
@@ -1724,9 +1735,9 @@ in <varname>dotted_decimal</varname> notation.</para></entry>
<row rowsep = "0">
<entry colname = "1"><para><varname>ip_port</varname></para></entry>
<entry colname = "2"><para>An IP port <varname>number</varname>.
- <varname>number</varname> is limited to 0 through 65535, with values
-below 1024 typically restricted to root-owned processes. In some
-cases an asterisk (`*') character can be used as a placeholder to
+<varname>number</varname> is limited to 0 through 65535, with values
+below 1024 typically restricted to use by processes running as root.
+In some cases an asterisk (`*') character can be used as a placeholder to
select a random high-numbered port.</para></entry>
</row>
<row rowsep = "0">
@@ -1750,7 +1761,7 @@ separated by semicolons and ending with a semicolon.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para><varname>number</varname></para></entry>
-<entry colname = "2"><para>A non-negative 32 bit unsigned integer
+<entry colname = "2"><para>A non-negative 32 bit integer
(i.e., a number between 0 and 4294967295, inclusive).
Its acceptable value might further
be limited by the context in which it is used.</para></entry>
@@ -1773,7 +1784,7 @@ megabytes, and <userinput>G</userinput> or <userinput>g</userinput> for gigabyte
which scale by 1024, 1024*1024, and 1024*1024*1024 respectively.</para>
<para>The value must be representable as a 64-bit unsigned integer
(0 to 18446744073709551615, inclusive).
- Using <varname>unlimited</varname> is the best way
+Using <varname>unlimited</varname> is the best way
to safely set a really large number.</para></entry>
</row>
<row rowsep = "0">
@@ -1804,70 +1815,73 @@ are restricted to slave and stub zones.</para></entry>
</sect3>
<sect3><title>Definition and Usage</title>
<para>Address match lists are primarily used to determine access
-control for various server operations. They are also used to define
-priorities for querying other nameservers and to set the addresses
-on which <command>named</command> will listen for queries. The elements
+control for various server operations. They are also used in
+the <command>listen-on</command> and <command>sortlist</command>
+statements. The elements
which constitute an address match list can be any of the following:</para>
<itemizedlist><listitem>
<simpara>an IP address (IPv4 or IPv6)</simpara></listitem>
<listitem>
- <simpara>an IP prefix (in the `/'-notation)</simpara></listitem>
+ <simpara>an IP prefix (in `/' notation)</simpara></listitem>
<listitem>
- <simpara>a key ID, as defined by the key statement</simpara></listitem>
+ <simpara>a key ID, as defined by the <command>key</command> statement</simpara></listitem>
<listitem>
<simpara>the name of an address match list previously defined with
the <command>acl</command> statement</simpara></listitem>
<listitem>
<simpara>a nested address match list enclosed in braces</simpara></listitem></itemizedlist>
-<para>Elements can be negated with a leading exclamation mark (`!')
-and the match list names "any," "none," "localhost" and "localnets"
+
+<para>Elements can be negated with a leading exclamation mark (`!'),
+and the match list names "any", "none", "localhost", and "localnets"
are predefined. More information on those names can be found in
the description of the acl statement.</para>
+
<para>The addition of the key clause made the name of this syntactic
element something of a misnomer, since security keys can be used
to validate access without regard to a host or network address. Nonetheless,
the term "address match list" is still used throughout the documentation.</para>
+
<para>When a given IP address or prefix is compared to an address
match list, the list is traversed in order until an element matches.
The interpretation of a match depends on whether the list is being used
-for access control, defining listen-on ports, or as a topology,
+for access control, defining listen-on ports, or in a sortlist,
and whether the element was negated.</para>
+
<para>When used as an access control list, a non-negated match allows
access and a negated match denies access. If there is no match,
access is denied. The clauses <command>allow-notify</command>,
<command>allow-query</command>, <command>allow-transfer</command>,
-<command>allow-update</command> and <command>blackhole</command> all
+<command>allow-update</command>, <command>allow-update-forwarding</command>,
+and <command>blackhole</command> all
use address match lists this. Similarly, the listen-on option will cause
the server to not accept queries on any of the machine's addresses
which do not match the list.</para>
-<para>When used with the topology clause, a non-negated match returns
-a distance based on its position on the list (the closer the match
-is to the start of the list, the shorter the distance is between
-it and the server). A negated match will be assigned the maximum
-distance from the server. If there is no match, the address will
-get a distance which is further than any non-negated list element,
-and closer than any negated element.</para>
+
<para>Because of the first-match aspect of the algorithm, an element
that defines a subset of another element in the list should come
before the broader element, regardless of whether either is negated. For
example, in
<command>1.2.3/24; ! 1.2.3.13;</command> the 1.2.3.13 element is
completely useless because the algorithm will match any lookup for
-1.2.3.13 to the 1.2.3/24 element. Using <command>! 1.2.3.13; 1.2.3/24</command> fixes
+1.2.3.13 to the 1.2.3/24 element.
+Using <command>! 1.2.3.13; 1.2.3/24</command> fixes
that problem by having 1.2.3.13 blocked by the negation but all
-other 1.2.3.* hosts fall through.</para></sect3></sect2>
- <sect2>
- <title>Comment Syntax</title>
+other 1.2.3.* hosts fall through.</para>
+</sect3>
+</sect2>
- <para>The <acronym>BIND</acronym> 9 comment syntax allows for comments to appear
- anywhere that white space may appear in a <acronym>BIND</acronym> configuration
- file. To appeal to programmers of all kinds, they can be written
- in C, C++, or shell/perl constructs.</para>
+<sect2>
+<title>Comment Syntax</title>
- <sect3>
- <title>Syntax</title>
+<para>The <acronym>BIND</acronym> 9 comment syntax allows for comments to appear
+anywhere that white space may appear in a <acronym>BIND</acronym> configuration
+file. To appeal to programmers of all kinds, they can be written
+in the C, C++, or shell/perl style.</para>
+
+<sect3>
+<title>Syntax</title>
- <para><programlisting>/* This is a <acronym>BIND</acronym> comment as in C */</programlisting>
+<para><programlisting>/* This is a <acronym>BIND</acronym> comment as in C */</programlisting>
<programlisting>// This is a <acronym>BIND</acronym> comment as in C++</programlisting>
<programlisting># This is a <acronym>BIND</acronym> comment as in common UNIX shells and perl</programlisting>
</para>
@@ -1901,26 +1915,30 @@ comment span multiple lines, each line must use the // pair.</para>
with the character <literal>#</literal> (number sign) and continue to the end of the
physical line, as in C++ comments.</para>
<para>For example:</para>
- <para><programlisting># This is the start of a comment. The next line
+
+<para><programlisting># This is the start of a comment. The next line
# is a new comment, even though it is logically
# part of the previous comment.
-</programlisting></para>
- <warning>
- <para>WARNING: you cannot use the semicolon (`;') character
- to start a comment such as you would in a zone file. The
- semicolon indicates the end of a configuration
- statement.</para>
- </warning>
- </sect3>
- </sect2>
- </sect1>
- <sect1 id="Configuration_File_Grammar">
- <title>Configuration File Grammar</title>
+</programlisting>
+</para>
+
+<warning>
+ <para>You cannot use the semicolon (`;') character
+ to start a comment such as you would in a zone file. The
+ semicolon indicates the end of a configuration
+ statement.</para>
+</warning>
+</sect3>
+</sect2>
+</sect1>
+
+<sect1 id="Configuration_File_Grammar">
+<title>Configuration File Grammar</title>
<para>A <acronym>BIND</acronym> 9 configuration consists of statements and comments.
Statements end with a semicolon. Statements and comments are the
only elements that can appear without enclosing braces. Many
- statements contain a block of substatements, which are also
+ statements contain a block of sub-statements, which are also
terminated with a semicolon.</para>
<para>The following statements are supported:</para>
@@ -1956,6 +1974,16 @@ authentication and authorization using TSIG.</para></entry>
the log messages are sent.</para></entry>
</row>
<row rowsep = "0">
+ <entry colname = "1"><para><command>lwres</command></para></entry>
+ <entry colname = "2"><para>configures <command>named</command> to
+also act as a light weight resolver daemon (<command>lwresd</command>).</para></entry>
+ </row>
+ <row rowsep = "0">
+ <entry colname = "1"><para><command>masters</command></para></entry>
+ <entry colname = "2"><para>defines a named masters list for
+inclusion in stub and slave zone masters clauses.</para></entry>
+ </row>
+ <row rowsep = "0">
<entry colname = "1"><para><command>options</command></para></entry>
<entry colname = "2"><para>controls global server configuration
options and sets defaults for other statements.</para></entry>
@@ -2021,25 +2049,22 @@ Usage</title>
</row>
<row rowsep = "0">
<entry colname = "1"><para><command>localhost</command></para></entry>
-<entry colname = "2"><para>Matches the IPv4 addresses of all network
+<entry colname = "2"><para>Matches the IPv4 and IPv6 addresses of all network
interfaces on the system.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para><command>localnets</command></para></entry>
-<entry colname = "2"><para>Matches any host on an IPv4 network for which
-the system has an interface.</para></entry>
+<entry colname = "2"><para>Matches any host on an IPv4 or IPv6 network
+for which the system has an interface.
+Some systems do not provide a way to determine the prefix lengths of
+local IPv6 addresses.
+In such a case, <command>localnets</command> only matches the local
+IPv6 addresses, just like <command>localhost</command>.
+</para></entry>
</row>
</tbody>
</tgroup></informaltable>
-<para>The <command>localhost</command> and <command>localnets</command>
-ACLs do not currently support IPv6 (that is,
-<command>localhost</command> does not match the host's IPv6 addresses,
-and <command>localnets</command> does not match the host's attached
-IPv6 networks) due to the lack of a standard method of determining the
-complete set of local IPv6 addresses for a host.
-</para>
-
</sect2>
<sect2>
<title><command>controls</command> Statement Grammar</title>
@@ -2055,10 +2080,10 @@ complete set of local IPv6 addresses for a host.
<title><command>controls</command> Statement Definition and Usage</title>
<para>The <command>controls</command> statement declares control
- channels to be used by system administrators to affect the
- operation of the local nameserver. These control channels are
+ channels to be used by system administrators to control the
+ operation of the name server. These control channels are
used by the <command>rndc</command> utility to send commands to
- and retrieve non-DNS results from a nameserver.</para>
+ and retrieve non-DNS results from a name server.</para>
<para>An <command>inet</command> control channel is a TCP
socket listening at the specified
@@ -2075,28 +2100,36 @@ complete set of local IPv6 addresses for a host.
security.
</para>
+ <para>
+ If no port is specified, port 953
+ is used. "<literal>*</literal>" cannot be used for
+ <command>ip_port</command>.</para>
+
<para>The ability to issue commands over the control channel is
restricted by the <command>allow</command> and
- <command>keys</command> clauses. Connections to the control
- channel are permitted based on the address permissions in
- <command>address_match_list</command>. <command>key_id</command>
- members of the <command>address_match_list</command> are
- ignored, and instead are interpreted independently based the
- <command>key_list</command>. Each <command>key_id</command> in
- the <command>key_list</command> is allowed to be used to
- authenticate commands and responses given over the control
- channel by digitally signing each message between the server and
- a command client (See <xref linkend="rndc"/> in
- <xref linkend="admin_tools"/>). All commands to the control channel
- must be signed by one of its specified keys to
- be honored.</para>
+ <command>keys</command> clauses. Connections to the control
+ channel are permitted based on the
+ <command>address_match_list</command>. This is for simple
+ IP address based filtering only; any <command>key_id</command>
+ elements of the <command>address_match_list</command> are
+ ignored.
+ </para>
+
+ <para>The primary authorization mechanism of the command
+ channel is the <command>key_list</command>, which contains
+ a list of <command>key_id</command>s.
+ Each <command>key_id</command> in
+ the <command>key_list</command> is authorized to execute
+ commands over the control channel.
+ See <xref linkend="rndc"/> in
+ <xref linkend="admin_tools"/>) for information about
+ configuring keys in <command>rndc</command>.</para>
<para>
If no <command>controls</command> statement is present,
<command>named</command> will set up a default
control channel listening on the loopback address 127.0.0.1
and its IPv6 counterpart ::1.
-
In this case, and also when the <command>controls</command> statement
is present but does not have a <command>keys</command> clause,
<command>named</command> will attempt to load the command channel key
@@ -2155,12 +2188,12 @@ statement: <command>controls { };</command>.
<title><command>include</command> Statement Definition and Usage</title>
<para>The <command>include</command> statement inserts the
- specified file at the point that the <command>include</command>
+ specified file at the point where the <command>include</command>
statement is encountered. The <command>include</command>
statement facilitates the administration of configuration files
by permitting the reading or writing of some things but not
others. For example, the statement could include private keys
- that are readable only by a nameserver.</para>
+ that are readable only by the name server.</para>
</sect2>
<sect2>
@@ -2176,7 +2209,10 @@ statement: <command>controls { };</command>.
<title><command>key</command> Statement Definition and Usage</title>
<para>The <command>key</command> statement defines a shared
-secret key for use with TSIG, see <xref linkend="tsig"/>.</para>
+secret key for use with TSIG (see <xref linkend="tsig"/>)
+or the command channel
+(see <xref linkend="controls_statement_definition_and_usage"/>).
+</para>
<para>
The <command>key</command> statement can occur at the top level
@@ -2190,7 +2226,8 @@ must be defined at the top level.
<para>The <replaceable>key_id</replaceable>, also known as the
key name, is a domain name uniquely identifying the key. It can
-be used in a "server" statement to cause requests sent to that
+be used in a <command>server</command>
+statement to cause requests sent to that
server to be signed with this key, or in address match lists to
verify that incoming requests have been signed with a key
matching this name, algorithm, and secret.</para>
@@ -2232,7 +2269,7 @@ string.</para>
<title><command>logging</command> Statement Definition and Usage</title>
<para>The <command>logging</command> statement configures a wide
-variety of logging options for the nameserver. Its <command>channel</command> phrase
+variety of logging options for the name server. Its <command>channel</command> phrase
associates output methods, format options and severity levels with
a name that can then be used with the <command>category</command> phrase
to select how various classes of messages are logged.</para>
@@ -2241,8 +2278,8 @@ as many channels and categories as are wanted. If there is no <command>logging</
the logging configuration will be:</para>
<programlisting>logging {
- category "unmatched" { "null"; };
- category "default" { "default_syslog"; "default_debug"; };
+ category default { default_syslog; default_debug; };
+ category unmatched { null; };
};
</programlisting>
@@ -2286,7 +2323,7 @@ of the file <filename>lamers.log</filename> then just before it is opened
<filename>lamers.log.2</filename>, <filename>lamers.log.0</filename> is renamed
to <filename>lamers.log.1</filename>, and <filename>lamers.log</filename> is
renamed to <filename>lamers.log.0</filename>.
-You can say <command>versions unlimited;</command> to not limit
+You can say <command>versions unlimited</command> to not limit
the number of versions.
If a <command>size</command> option is associated with the log file,
then renaming is only done when the file being opened exceeds the
@@ -2306,7 +2343,7 @@ file.</para>
<para>Example usage of the <command>size</command> and
<command>versions</command> options:</para>
-<programlisting>channel "an_example_channel" {
+<programlisting>channel an_example_channel {
file "example.log" versions 3 size 20m;
print-time yes;
print-category yes;
@@ -2331,7 +2368,7 @@ page. If you have a system which uses a very old version of <command>syslog</com
only uses two arguments to the <command>openlog()</command> function,
then this clause is silently ignored.</para>
<para>The <command>severity</command> clause works like <command>syslog</command>'s
-"priorities," except that they can also be used if you are writing
+"priorities", except that they can also be used if you are writing
straight to a file rather than using <command>syslog</command>.
Messages which are not at least of the severity level given will
not be selected for the channel; messages of higher severity levels
@@ -2361,7 +2398,7 @@ can be set to zero, and debugging mode turned off, by running <command>ndc
notrace</command>. All debugging messages in the server have a debug
level, and higher debug levels give more detailed output. Channels
that specify a specific debug severity, for example:</para>
-<programlisting>channel "specific_debug_level" {
+<programlisting>channel specific_debug_level {
file "foo";
severity debug 3;
};
@@ -2369,7 +2406,7 @@ that specify a specific debug severity, for example:</para>
<para>will get debugging output of level 3 or less any time the
server is in debugging mode, regardless of the global debugging
level. Channels with <command>dynamic</command> severity use the
-server's global level to determine what messages to print.</para>
+server's global debug level to determine what messages to print.</para>
<para>If <command>print-time</command> has been turned on, then
the date and time will be logged. <command>print-time</command> may
be specified for a <command>syslog</command> channel, but is usually
@@ -2388,14 +2425,14 @@ are on:</para>
used is described in <xref linkend="the_category_phrase"/>.
</para>
-<programlisting>channel "default_syslog" {
+<programlisting>channel default_syslog {
syslog daemon; // send to syslog's daemon
// facility
severity info; // only send priority info
// and higher
};
-channel "default_debug" {
+channel default_debug {
file "named.run"; // write to named.run in
// the working directory
// Note: stderr is used instead
@@ -2406,13 +2443,13 @@ channel "default_debug" {
// current debug level
};
-channel "default_stderr" { // writes to stderr
- stderr;
+channel default_stderr {
+ stderr; // writes to stderr
severity info; // only send priority info
// and higher
};
-channel "null" {
+channel null {
null; // toss anything sent to
// this channel
};
@@ -2444,23 +2481,23 @@ you don't specify a list of channels for a category, then log messages
in that category will be sent to the <command>default</command> category
instead. If you don't specify a default category, the following
"default default" is used:</para>
-<programlisting>category "default" { "default_syslog"; "default_debug"; };
+<programlisting>category default { default_syslog; default_debug; };
</programlisting>
<para>As an example, let's say you want to log security events to
a file, but you also want keep the default logging behavior. You'd
specify the following:</para>
-<programlisting>channel "my_security_channel" {
+<programlisting>channel my_security_channel {
file "my_security_file";
severity info;
};
-category "security" {
- "my_security_channel";
- "default_syslog";
- "default_debug";
+category security {
+ my_security_channel;
+ default_syslog;
+ default_debug;
};</programlisting>
<para>To discard all messages in a category, specify the <command>null</command> channel:</para>
-<programlisting>category "xfer-out" { "null"; };
-category "notify" { "null"; };
+<programlisting>category xfer-out { null; };
+category notify { null; };
</programlisting>
<para>Following are the available categories and brief descriptions
of the types of log information they contain. More
@@ -2533,8 +2570,26 @@ the <command>null</command> channel.</para></entry>
<entry colname = "2"><para>Dynamic updates.</para></entry>
</row>
<row rowsep = "0">
+<entry colname = "1"><para><command>update-security</command></para></entry>
+<entry colname = "2"><para>Approval and denial of update requests.</para></entry>
+</row>
+<row rowsep = "0">
<entry colname = "1"><para><command>queries</command></para></entry>
-<entry colname = "2"><para>Queries. Using the category <command>queries</command> will enable query logging.</para></entry>
+<entry colname = "2"><para>Specify where queries should be logged to.</para>
+<para>
+At startup, specifing the category <command>queries</command> will also
+enable query logging unless <command>querylog</command> option has been
+specified.
+</para>
+<para>
+The query log entry reports the client's IP address and port number. The
+query name, class and type. It also reports whether the Recursion Desired
+flag was set (+ if set, - if not set), EDNS was in use (E) or if the
+query was signed (S).</para>
+<programlisting><computeroutput>client 127.0.0.1#62536: query: www.example.com IN AAAA +SE</computeroutput>
+<computeroutput>client ::1#62537: query: www.example.net IN AAAA -SE</computeroutput>
+</programlisting>
+</entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para><command>dispatch</command></para></entry>
@@ -2558,7 +2613,7 @@ those servers during resolution.
<entry colname = "1"><para><command>delegation-only</command></para></entry>
<entry colname = "2"><para>Delegation only. Logs queries that have have
been forced to NXDOMAIN as the result of a delegation-only zone or
-a <command>delegation-only</command> in a hint or stub zone declartation.
+a <command>delegation-only</command> in a hint or stub zone declaration.
</para></entry>
</row>
</tbody>
@@ -2614,6 +2669,17 @@ number of dots in a relative domain name that should result in an
exact match lookup before search path elements are appended.</para>
</sect2>
<sect2>
+ <title><command>masters</command> Statement Grammar</title>
+<programlisting>
+<command>masters</command> <replaceable>name</replaceable> <optional>port <replaceable>ip_port</replaceable></optional> { ( <replaceable>masters_list</replaceable> | <replaceable>ip_addr</replaceable> <optional>port <replaceable>ip_port</replaceable></optional> <optional>key <replaceable>key</replaceable></optional> ) ; <optional>...</optional> } ;
+</programlisting>
+</sect2>
+<sect2>
+ <title><command>masters</command> Statement Definition and Usage </title>
+<para><command>masters</command> lists allow for a common set of masters
+to be easily used by multiple stub and slave zones.</para>
+</sect2>
+<sect2>
<title><command>options</command> Statement Grammar</title>
<para>This is the grammar of the <command>options</command>
@@ -2621,7 +2687,10 @@ statement in the <filename>named.conf</filename> file:</para>
<programlisting>options {
<optional> version <replaceable>version_string</replaceable>; </optional>
+ <optional> hostname <replaceable>hostname_string</replaceable>; </optional>
+ <optional> server-id <replaceable>server_id_string</replaceable>; </optional>
<optional> directory <replaceable>path_name</replaceable>; </optional>
+ <optional> key-directory <replaceable>path_name</replaceable>; </optional>
<optional> named-xfer <replaceable>path_name</replaceable>; </optional>
<optional> tkey-domain <replaceable>domainname</replaceable>; </optional>
<optional> tkey-dhkey <replaceable>key_name</replaceable> <replaceable>key_tag</replaceable>; </optional>
@@ -2635,6 +2704,7 @@ statement in the <filename>named.conf</filename> file:</para>
<optional> dialup <replaceable>dialup_option</replaceable>; </optional>
<optional> fake-iquery <replaceable>yes_or_no</replaceable>; </optional>
<optional> fetch-glue <replaceable>yes_or_no</replaceable>; </optional>
+ <optional> flush-zones-on-shutdown <replaceable>yes_or_no</replaceable>; </optional>
<optional> has-old-clients <replaceable>yes_or_no</replaceable>; </optional>
<optional> host-statistics <replaceable>yes_or_no</replaceable>; </optional>
<optional> minimal-responses <replaceable>yes_or_no</replaceable>; </optional>
@@ -2644,15 +2714,22 @@ statement in the <filename>named.conf</filename> file:</para>
<optional> rfc2308-type1 <replaceable>yes_or_no</replaceable>; </optional>
<optional> use-id-pool <replaceable>yes_or_no</replaceable>; </optional>
<optional> maintain-ixfr-base <replaceable>yes_or_no</replaceable>; </optional>
+ <optional> dnssec-enable <replaceable>yes_or_no</replaceable>; </optional>
+ <optional> dnssec-lookaside <replaceable>domain</replaceable> trust-anchor <replaceable>domain</replaceable>; </optional>
+ <optional> dnssec-must-be-secure <replaceable>domain yes_or_no</replaceable>; </optional>
<optional> forward ( <replaceable>only</replaceable> | <replaceable>first</replaceable> ); </optional>
<optional> forwarders { <replaceable>ip_addr</replaceable> <optional>port <replaceable>ip_port</replaceable></optional> ; <optional> <replaceable>ip_addr</replaceable> <optional>port <replaceable>ip_port</replaceable></optional> ; ... </optional> }; </optional>
+ <optional> dual-stack-servers <optional>port <replaceable>ip_port</replaceable></optional> { ( <replaceable>domain_name</replaceable> <optional>port <replaceable>ip_port</replaceable></optional> | <replaceable>ip_addr</replaceable> <optional>port <replaceable>ip_port</replaceable></optional> ) ; ... }; </optional>
<optional> check-names ( <replaceable>master</replaceable> | <replaceable>slave</replaceable> | <replaceable> response</replaceable> )( <replaceable>warn</replaceable> | <replaceable>fail</replaceable> | <replaceable>ignore</replaceable> ); </optional>
<optional> allow-notify { <replaceable>address_match_list</replaceable> }; </optional>
<optional> allow-query { <replaceable>address_match_list</replaceable> }; </optional>
<optional> allow-transfer { <replaceable>address_match_list</replaceable> }; </optional>
<optional> allow-recursion { <replaceable>address_match_list</replaceable> }; </optional>
+ <optional> allow-update-forwarding { <replaceable>address_match_list</replaceable> }; </optional>
<optional> allow-v6-synthesis { <replaceable>address_match_list</replaceable> }; </optional>
<optional> blackhole { <replaceable>address_match_list</replaceable> }; </optional>
+ <optional> avoid-v4-udp-ports { <replaceable>port_list</replaceable> }; </optional>
+ <optional> avoid-v6-udp-ports { <replaceable>port_list</replaceable> }; </optional>
<optional> listen-on <optional> port <replaceable>ip_port</replaceable> </optional> { <replaceable>address_match_list</replaceable> }; </optional>
<optional> listen-on-v6 <optional> port <replaceable>ip_port</replaceable> </optional> { <replaceable>address_match_list</replaceable> }; </optional>
<optional> query-source <optional> address ( <replaceable>ip_addr</replaceable> | <replaceable>*</replaceable> ) </optional> <optional> port ( <replaceable>ip_port</replaceable> | <replaceable>*</replaceable> ) </optional>; </optional>
@@ -2665,16 +2742,21 @@ statement in the <filename>named.conf</filename> file:</para>
<optional> recursive-clients <replaceable>number</replaceable>; </optional>
<optional> serial-query-rate <replaceable>number</replaceable>; </optional>
<optional> serial-queries <replaceable>number</replaceable>; </optional>
+ <optional> tcp-listen-queue <replaceable>number</replaceable>; </optional>
<optional> transfer-format <replaceable>( one-answer | many-answers )</replaceable>; </optional>
<optional> transfers-in <replaceable>number</replaceable>; </optional>
<optional> transfers-out <replaceable>number</replaceable>; </optional>
<optional> transfers-per-ns <replaceable>number</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> alt-transfer-source (<replaceable>ip4_addr</replaceable> | <constant>*</constant>) <optional>port <replaceable>ip_port</replaceable></optional> ; </optional>
+ <optional> alt-transfer-source-v6 (<replaceable>ip6_addr</replaceable> | <constant>*</constant>) <optional>port <replaceable>ip_port</replaceable></optional> ; </optional>
+ <optional> use-alt-transfer-source <replaceable>yes_or_no</replaceable>; </optional>
<optional> notify-source (<replaceable>ip4_addr</replaceable> | <constant>*</constant>) <optional>port <replaceable>ip_port</replaceable></optional> ; </optional>
<optional> notify-source-v6 (<replaceable>ip6_addr</replaceable> | <constant>*</constant>) <optional>port <replaceable>ip_port</replaceable></optional> ; </optional>
<optional> also-notify { <replaceable>ip_addr</replaceable> <optional>port <replaceable>ip_port</replaceable></optional> ; <optional> <replaceable>ip_addr</replaceable> <optional>port <replaceable>ip_port</replaceable></optional> ; ... </optional> }; </optional>
<optional> max-ixfr-log-size <replaceable>number</replaceable>; </optional>
+ <optional> max-journal-size <replaceable>size_spec</replaceable>; </optional>
<optional> coresize <replaceable>size_spec</replaceable> ; </optional>
<optional> datasize <replaceable>size_spec</replaceable> ; </optional>
<optional> files <replaceable>size_spec</replaceable> ; </optional>
@@ -2705,32 +2787,25 @@ statement in the <filename>named.conf</filename> file:</para>
<optional> random-device <replaceable>path_name</replaceable> ; </optional>
<optional> max-cache-size <replaceable>size_spec</replaceable> ; </optional>
<optional> match-mapped-addresses <replaceable>yes_or_no</replaceable>; </optional>
- <optional> root-delegation-only <optional> exclude { <replaceable>namelist
-</replaceable> } </optional> ; </optional>
-
+ <optional> preferred-glue ( <replaceable>A</replaceable> | <replaceable>AAAA</replaceable> | <replaceable>NONE</replaceable> ); </optional>
+ <optional> edns-udp-size <replaceable>number</replaceable>; </optional>
+ <optional> root-delegation-only <optional> exclude { <replaceable>namelist</replaceable> } </optional> ; </optional>
+ <optional> querylog <replaceable>yes_or_no</replaceable> ; </optional>
};
+ <optional> disable-algorithms <replaceable>domain</replaceable> { <replaceable>algorithm</replaceable>; <optional> <replaceable>algorithm</replaceable>; </optional> }; </optional>
</programlisting>
</sect2>
-<sect2><title><command>options</command> Statement Definition and Usage</title>
+<sect2 id="options"><title><command>options</command> Statement Definition and Usage</title>
<para>The <command>options</command> statement sets up global options
to be used by <acronym>BIND</acronym>. This statement may appear only
-once in a configuration file. If more than one occurrence is found,
-the first occurrence determines the actual options used, and a warning
-will be generated. If there is no <command>options</command>
+once in a configuration file. If there is no <command>options</command>
statement, an options block with each option set to its default will
be used.</para>
<variablelist>
-<varlistentry><term><command>version</command></term>
-<listitem><para>The version the server should report
-via a query of name <filename>version.bind</filename> in
-class <command>CHAOS</command>.
-The default is the real version number of this server.</para>
-</listitem></varlistentry>
-
<varlistentry><term><command>directory</command></term>
<listitem><para>The working directory of the server.
Any non-absolute pathnames in the configuration file will be taken
@@ -2741,6 +2816,13 @@ to `<filename>.</filename>', the directory from which the server
was started. The directory specified should be an absolute path.</para>
</listitem></varlistentry>
+<varlistentry><term><command>key-directory</command></term>
+<listitem><para>When performing dynamic update of secure zones, the
+directory where the public and private key files should be found,
+if different than the current working directory. The directory specified
+must be an absolute path.</para>
+</listitem></varlistentry>
+
<varlistentry><term><command>named-xfer</command></term>
<listitem><para><emphasis>This option is obsolete.</emphasis>
It was used in <acronym>BIND</acronym> 8 to
@@ -2781,14 +2863,17 @@ If not specified, the default is <filename>named_dump.db</filename>.</para>
<listitem><para>The pathname of the file the server writes memory
usage statistics to on exit. If not specified,
the default is <filename>named.memstats</filename>.</para>
-<note><para>Not yet implemented in <acronym>BIND</acronym> 9.</para></note>
</listitem></varlistentry>
<varlistentry><term><command>pid-file</command></term>
<listitem><para>The pathname of the file the server writes its process ID
in. If not specified, the default is <filename>/var/run/named.pid</filename>.
The pid-file is used by programs that want to send signals to the running
-nameserver.</para>
+name server. Specifying <command>pid-file none</command> disables the
+use of a PID file &mdash; no file will be written and any
+existing one will be removed. Note that <command>none</command>
+is a keyword, not a file name, and therefore is not enclosed in
+double quotes.</para>
</listitem></varlistentry>
<varlistentry><term><command>statistics-file</command></term>
@@ -2823,9 +2908,17 @@ the initial configuration load at server startup time and
is ignored on subsequent reloads.</para>
</listitem></varlistentry>
+<varlistentry><term><command>preferred-glue</command></term>
+<listitem><para>
+If specified the listed type (A or AAAA) will be emitted before other glue
+in the additional section of a query response.
+The default is not to preference any type (NONE).
+</para>
+</listitem></varlistentry>
+
<varlistentry><term><command>root-delegation-only</command></term>
<listitem><para>
-Turn on enforcment of delegation-only in TLDs and root zones with an optional
+Turn on enforcement of delegation-only in TLDs and root zones with an optional
exclude list.
</para>
<para>
@@ -2837,8 +2930,38 @@ options {
};
</programlisting>
</listitem></varlistentry>
-</variablelist>
+<varlistentry><term><command>disable-algorithms</command></term>
+<listitem><para>
+Disable the specified DNSSEC algorithms at and below the specified name.
+Multiple <command>disable-algorithms</command> statements are allowed.
+Only the most specific will be applied.
+</para></listitem></varlistentry>
+
+<varlistentry><term><command>dnssec-lookaside</command></term>
+<listitem><para>
+When set <command>dnssec-lookaside</command> provides the
+validator with an alternate method to validate DNSKEY records at the
+top of a zone. When a DNSKEY is at or below a domain specified by the
+deepest <command>dnssec-lookaside</command>, and the normal dnssec validation
+has left the key untrusted, the trust-anchor will be append to the key
+name and a DLV record will be looked up to see if it can validate the
+key. If the DLV record validates a DNSKEY (similarly to the way a DS
+record does) the DNSKEY RRset is deemed to be trusted.
+</para></listitem></varlistentry>
+
+<varlistentry><term><command>dnssec-must-be-secure</command></term>
+<listitem><para>
+Specify heirachies which must / may not be secure (signed and validated).
+If <userinput>yes</userinput> then named will only accept answers if they
+are secure.
+If <userinput>no</userinput> then normal dnssec validation applies
+allowing for insecure answers to be accepted.
+The specified domain must be under a <command>trusted-key</command> or
+<command>dnssec-lookaside</command> must be active.
+</para></listitem></varlistentry>
+
+</variablelist>
<sect3 id="boolean_options"><title>Boolean Options</title>
@@ -2871,9 +2994,12 @@ may also be specified in the <command>view</command> and
in which case it overrides the global <command>dialup</command>
option.</para>
<para>If the zone is a master zone then the server will send out a NOTIFY
-request to all the slaves. This will trigger the zone serial number check
-in the slave (providing it supports NOTIFY) allowing the slave to
-verify the zone while the connection is active.</para><para>If the
+request to all the slaves (default). This should trigger the zone serial
+number check in the slave (providing it supports NOTIFY) allowing the slave
+to verify the zone while the connection is active.
+The set of servers to which NOTIFY is sent can be controlled by
+<command>notify</command> and <command>also-notify</command>.</para>
+<para>If the
zone is a slave or stub zone, then the server will suppress the regular
"zone up to date" (refresh) queries and only perform them when the
<command>heartbeat-interval</command> expires in addition to sending
@@ -2881,14 +3007,71 @@ NOTIFY requests.</para><para>Finer control can be achieved by using
<userinput>notify</userinput> which only sends NOTIFY messages,
<userinput>notify-passive</userinput> which sends NOTIFY messages and
suppresses the normal refresh queries, <userinput>refresh</userinput>
-which suppresses normal refresh processing and send refresh queries
-when the <command>heartbeat-interval</command> expires and
+which suppresses normal refresh processing and sends refresh queries
+when the <command>heartbeat-interval</command> expires, and
<userinput>passive</userinput> which just disables normal refresh
-processing.</para></listitem></varlistentry>
+processing.</para>
+
+<informaltable colsep = "0" rowsep = "0">
+<tgroup cols = "4" 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 = "1.150in"/>
+<colspec colname = "3" colnum = "3" colsep = "0" colwidth = "1.150in"/>
+<colspec colname = "4" colnum = "4" colsep = "0" colwidth = "1.150in"/>
+<tbody>
+<row rowsep = "0">
+<entry colname = "1"><para>dialup mode</para></entry>
+<entry colname = "2"><para>normal refresh</para></entry>
+<entry colname = "3"><para>heart-beat refresh</para></entry>
+<entry colname = "4"><para>heart-beat notify</para></entry>
+</row>
+<row rowsep = "0">
+<entry colname = "1"><para><command>no</command> (default)</para></entry>
+<entry colname = "2"><para>yes</para></entry>
+<entry colname = "3"><para>no</para></entry>
+<entry colname = "4"><para>no</para></entry>
+</row>
+<row rowsep = "0">
+<entry colname = "1"><para><command>yes</command></para></entry>
+<entry colname = "2"><para>no</para></entry>
+<entry colname = "3"><para>yes</para></entry>
+<entry colname = "4"><para>yes</para></entry>
+</row>
+<row rowsep = "0">
+<entry colname = "1"><para><command>notify</command></para></entry>
+<entry colname = "2"><para>yes</para></entry>
+<entry colname = "3"><para>no</para></entry>
+<entry colname = "4"><para>yes</para></entry>
+</row>
+<row rowsep = "0">
+<entry colname = "1"><para><command>refresh</command></para></entry>
+<entry colname = "2"><para>no</para></entry>
+<entry colname = "3"><para>yes</para></entry>
+<entry colname = "4"><para>no</para></entry>
+</row>
+<row rowsep = "0">
+<entry colname = "1"><para><command>passive</command></para></entry>
+<entry colname = "2"><para>no</para></entry>
+<entry colname = "3"><para>no</para></entry>
+<entry colname = "4"><para>no</para></entry>
+</row>
+<row rowsep = "0">
+<entry colname = "1"><para><command>notify-passive</command></para></entry>
+<entry colname = "2"><para>no</para></entry>
+<entry colname = "3"><para>no</para></entry>
+<entry colname = "4"><para>yes</para></entry>
+</row>
+</tbody>
+</tgroup></informaltable>
+
+<para>Note that normal NOTIFY processing is not affected by
+<command>dialup</command>.</para>
+
+</listitem></varlistentry>
<varlistentry><term><command>fake-iquery</command></term>
-<listitem><para>In <acronym>BIND</acronym> 8, this option was used to
-enable simulating the obsolete DNS query type
+<listitem><para>In <acronym>BIND</acronym> 8, this option
+enabled simulating the obsolete DNS query type
IQUERY. <acronym>BIND</acronym> 9 never does IQUERY simulation.
</para></listitem></varlistentry>
@@ -2900,6 +3083,12 @@ didn't have when constructing the additional
data section of a response. This is now considered a bad idea
and BIND 9 never does it.</para></listitem></varlistentry>
+<varlistentry><term><command>flush-zones-on-shutdown</command></term>
+<listitem><para>When the nameserver exits due receiving SIGTERM,
+flush / do not flush any pending zone writes. The default is
+<command>flush-zones-on-shutdown</command> <userinput>no</userinput>.
+</para></listitem></varlistentry>
+
<varlistentry><term><command>has-old-clients</command></term>
<listitem><para>This option was incorrectly implemented
in <acronym>BIND</acronym> 8, and is ignored by <acronym>BIND</acronym> 9.
@@ -2912,7 +3101,7 @@ and <command>rfc2308-type1</command> <userinput>no</userinput> instead.
<varlistentry><term><command>host-statistics</command></term>
<listitem><para>In BIND 8, this enables keeping of
-statistics for every host that the nameserver interacts with.
+statistics for every host that the name server interacts with.
Not implemented in BIND 9.
</para></listitem></varlistentry>
@@ -2934,7 +3123,7 @@ The default is <userinput>no</userinput>.
<varlistentry><term><command>multiple-cnames</command></term>
<listitem><para>This option was used in <acronym>BIND</acronym> 8 to allow
-a domain name to allow multiple CNAME records in violation of the
+a domain name to have multiple CNAME records in violation of the
DNS standards. <acronym>BIND</acronym> 9.2 always strictly
enforces the CNAME rules both in master files and dynamic updates.
</para></listitem></varlistentry>
@@ -2963,7 +3152,7 @@ DNS query requests recursion, then the server will attempt to do
all the work required to answer the query. If recursion is off
and the server does not already know the answer, it will return a
referral response. The default is <userinput>yes</userinput>.
-Note that setting <command>recursion no;</command> does not prevent
+Note that setting <command>recursion no</command> does not prevent
clients from getting data from the server's cache; it only
prevents new data from being cached as an effect of client queries.
Caching may still occur as an effect the server's internal
@@ -2984,8 +3173,10 @@ answers. The default is <userinput>no</userinput>.</para>
</para></listitem></varlistentry>
<varlistentry><term><command>zone-statistics</command></term>
-<listitem><para>If <userinput>yes</userinput>, the server will, by default, collect
-statistical data on all zones in the server. These statistics may be accessed
+<listitem><para>If <userinput>yes</userinput>, the server will collect
+statistical data on all zones (unless specifically turned off
+on a per-zone basis by specifying <command>zone-statistics no</command>
+in the <command>zone</command> statement). These statistics may be accessed
using <command>rndc stats</command>, which will dump them to the file listed
in the <command>statistics-file</command>. See also <xref linkend="statsfile"/>.
</para></listitem></varlistentry>
@@ -3052,15 +3243,17 @@ otherwise be provided in the additional section.
<para>
For example, if a query asks for an MX record for host <literal>foo.example.com</literal>,
and the record found is "<literal>MX 10 mail.example.net</literal>", normally the address
-records (A, A6, and AAAA) for <literal>mail.example.net</literal> will be provided as well,
-if known. Setting these options to <command>no</command> disables this behavior.
+records (A and AAAA) for <literal>mail.example.net</literal> will be provided as well,
+if known, even though they are not in the example.com zone.
+Setting these options to <command>no</command> disables this behavior and makes
+the server only search for additional data in the zone it answers from.
</para>
<para>
These options are intended for use in authoritative-only
servers, or in authoritative-only views. Attempts to set
them to <command>no</command> without also specifying
-<command>recursion no;</command> will cause the server to
+<command>recursion no</command> will cause the server to
ignore the options and log a warning message.
</para>
@@ -3098,6 +3291,53 @@ address match lists designed for IPv4 to fail to match.
The use of this option for any other purpose is discouraged.
</para></listitem></varlistentry>
+<varlistentry><term><command>ixfr-from-differences</command></term>
+<listitem>
+<para>
+When 'yes' and the server loads a new version of a master
+zone from its zone file or receives a new version of a slave
+file by a non-incremental zone transfer, it will compare
+the new version to the previous one and calculate a set
+of differences. The differences are then logged in the
+zone's journal file such that the changes can be transmitted
+to downstream slaves as an incremental zone transfer.
+</para><para>
+By allowing incremental zone transfers to be used for
+non-dynamic zones, this option saves bandwidth at the
+expense of increased CPU and memory consumption at the master.
+In particular, if the new version of a zone is completely
+different from the previous one, the set of differences
+will be of a size comparable to the combined size of the
+old and new zone version, and the server will need to
+temporarily allocate memory to hold this complete
+difference set.
+</para></listitem></varlistentry>
+
+<varlistentry><term><command>multi-master</command></term>
+<listitem>
+<para>
+This should be set when you have multiple masters for a zone and the
+addresses refer to different machines. If 'yes' named will not log
+when the serial number on the master is less than what named currently
+has. The default is <userinput>no</userinput>.
+</para></listitem></varlistentry>
+
+<varlistentry><term><command>dnssec-enable</command></term>
+<listitem>
+<para>
+Enable DNSSEC support in named. Unless set to <userinput>yes</userinput>
+named behaves as if it does not support DNSSEC.
+The default is <userinput>no</userinput>.
+</para></listitem></varlistentry>
+
+<varlistentry><term><command>querylog</command></term>
+<listitem>
+<para>
+Specify whether query logging should be started when named start.
+If <command>querylog</command> is not specified then the query logging
+is determined by the presence of the logging category <command>queries</command>.
+</para></listitem></varlistentry>
+
</variablelist>
</sect3>
@@ -3105,7 +3345,7 @@ The use of this option for any other purpose is discouraged.
<sect3><title>Forwarding</title>
<para>The forwarding facility can be used to create a large site-wide
cache on a few servers, reducing traffic over links to external
-nameservers. It can also be used to allow queries by servers that
+name servers. It can also be used to allow queries by servers that
do not have direct access to the Internet, but wish to look up exterior
names anyway. Forwarding occurs only on those queries for which
the server is not authoritative and does not have the answer in
@@ -3135,6 +3375,23 @@ or have a different <command>forward only/first</command> behavior,
or not forward at all, see <xref linkend="zone_statement_grammar"/>.</para>
</sect3>
+<sect3><title>Dual-stack Servers</title>
+<para>Dual-stack servers are used as servers of last resort to work around
+problems in reachability due the lack of support for either IPv4 or IPv6
+on the host machine.</para>
+
+<variablelist>
+<varlistentry><term><command>dual-stack-servers</command></term>
+<listitem><para>Specifies host names / addresses of machines with access to
+both IPv4 and IPv6 transports. If a hostname is used the server must be able
+to resolve the name using only the transport it has. If the machine is dual
+stacked then the <command>dual-stack-servers</command> have no effect unless
+access to a transport has been disabled on the command line
+(e.g. <command>named -4</command>).</para></listitem>
+</varlistentry>
+</variablelist>
+</sect3>
+
<sect3 id="access_control"><title>Access Control</title>
<para>Access to the server can be restricted based on the IP address
@@ -3145,7 +3402,8 @@ details on how to specify IP address lists.</para>
<varlistentry><term><command>allow-notify</command></term>
<listitem><para>Specifies which hosts are allowed to
-notify slaves of a zone change in addition to the zone masters.
+notify this server, a slave, of zone changes in addition
+to the zone masters.
<command>allow-notify</command> may also be specified in the
<command>zone</command> statement, in which case it overrides the
<command>options allow-notify</command> statement. It is only meaningful
@@ -3155,7 +3413,7 @@ only from a zone's master.</para>
<varlistentry><term><command>allow-query</command></term>
<listitem><para>Specifies which hosts are allowed to
-ask ordinary questions. <command>allow-query</command> may also
+ask ordinary DNS questions. <command>allow-query</command> may also
be specified in the <command>zone</command> statement, in which
case it overrides the <command>options allow-query</command> statement. If
not specified, the default is to allow queries from all hosts.</para>
@@ -3171,10 +3429,29 @@ host from retrieving data that is already in the server's cache.
</para>
</listitem></varlistentry>
+<varlistentry><term><command>allow-update-forwarding</command></term>
+<listitem><para>Specifies which hosts are allowed to
+submit Dynamic DNS updates to slave zones to be forwarded to the
+master. The default is <userinput>{ none; }</userinput>, which
+means that no update forwarding will be performed. To enable
+update forwarding, specify
+<userinput>allow-update-forwarding { any; };</userinput>.
+Specifying values other than <userinput>{ none; }</userinput> or
+<userinput>{ any; }</userinput> is usually counterproductive, since
+the responsibility for update access control should rest with the
+master server, not the slaves.</para>
+<para>Note that enabling the update forwarding feature on a slave server
+may expose master servers relying on insecure IP address based
+access control to attacks; see <xref linkend="dynamic_update_security"/>
+for more details.</para>
+</listitem></varlistentry>
+
<varlistentry><term><command>allow-v6-synthesis</command></term>
-<listitem><para>Specifies which hosts are to receive
-synthetic responses to IPv6 queries as described in
-<xref linkend="synthesis"/>.
+<listitem><para>This option was introduced for the smooth transition from AAAA
+to A6 and from "nibble labels" to binary labels.
+However, since both A6 and binary labels were then deprecated,
+this option was also deprecated.
+It is now ignored with some warning messages.
</para>
</listitem></varlistentry>
@@ -3209,7 +3486,7 @@ For example,</para>
listen-on port 1234 { !1.2.3.4; 1.2/16; };
</programlisting>
-<para>will enable the nameserver on port 53 for the IP address
+<para>will enable the name server on port 53 for the IP address
5.6.7.8, and on port 1234 of an address on the machine in net
1.2 that is not 1.2.3.4.</para>
@@ -3217,37 +3494,52 @@ listen-on port 1234 { !1.2.3.4; 1.2/16; };
server will listen on port 53 on all interfaces.</para>
<para>The <command>listen-on-v6</command> option is used to
-specify the ports on which the server will listen for incoming
-queries sent using IPv6.</para>
-
-<para>The server does not bind a separate socket to each IPv6
-interface address as it does for IPv4. Instead, it always
-listens on the IPv6 wildcard address. Therefore, the only
-values allowed for the <varname>address_match_list</varname>
-argument to the <command>listen-on-v6</command> statement are
-<programlisting>{ any; }</programlisting> and
-<programlisting>{ none;}</programlisting></para>
-
-<para>Multiple <command>listen-on-v6</command> options can be
-used to listen on multiple ports:</para>
-
-<programlisting>listen-on-v6 port 53 { any; };
-listen-on-v6 port 1234 { any; };
+specify the interfaces and the ports on which the server will listen
+for incoming queries sent using IPv6.</para>
+
+<para>When <programlisting>{ any; }</programlisting> is specified
+as the <varname>address_match_list</varname> for the
+<command>listen-on-v6</command> option,
+the server does not bind a separate socket to each IPv6 interface
+address as it does for IPv4 if the operating system has enough API
+support for IPv6 (specifically if it conforms to RFC 3493 and RFC 3542).
+Instead, it listens on the IPv6 wildcard address.
+If the system only has incomplete API support for IPv6, however,
+the behavior is the same as that for IPv4.</para>
+
+<para>A list of particular IPv6 addresses can also be specified, in which case
+the server listens on a separate socket for each specified address,
+regardless of whether the desired API is supported by the system.</para>
+
+<para>Multiple <command>listen-on-v6</command> options can be used.
+For example,</para>
+
+<programlisting>listen-on-v6 { any; };
+listen-on-v6 port 1234 { !2001:db8::/32; any; };
</programlisting>
+
+<para>will enable the name server on port 53 for any IPv6 addresses
+(with a single wildcard socket),
+and on port 1234 of IPv6 addresses that is not in the prefix
+2001:db8::/32 (with separate sockets for each matched address.)</para>
+
<para>To make the server not listen on any IPv6 address, use</para>
<programlisting>listen-on-v6 { none; };
</programlisting>
-<para>If no <command>listen-on-v6</command> statement is specified,
+<para>If no <command>listen-on-v6</command> option is specified,
the server will not listen on any IPv6 address.</para></sect3>
+
<sect3><title>Query Address</title>
<para>If the server doesn't know the answer to a question, it will
-query other nameservers. <command>query-source</command> specifies
+query other name servers. <command>query-source</command> specifies
the address and port used for such queries. For queries sent over
IPv6, there is a separate <command>query-source-v6</command> option.
- If <command>address</command> is <command>*</command> or is omitted,
+If <command>address</command> is <command>*</command> or is omitted,
a wildcard IP address (<command>INADDR_ANY</command>) will be used.
If <command>port</command> is <command>*</command> or is omitted,
-a random unprivileged port will be used. The defaults are</para>
+a random unprivileged port will be used, <command>avoid-v4-udp-ports</command>
+and <command>avoid-v6-udp-ports</command> can be used to prevent named
+from selecting certain ports. The defaults are</para>
<programlisting>query-source address * port *;
query-source-v6 address * port *;
</programlisting>
@@ -3255,7 +3547,11 @@ query-source-v6 address * port *;
<para>The address specified in the <command>query-source</command> option
is used for both UDP and TCP queries, but the port applies only to
UDP queries. TCP queries always use a random
-unprivileged port.</para></note></sect3>
+unprivileged port.</para></note>
+<note>
+<para>See also <command>transfer-source</command> and
+<command>notify-source</command>.</para></note>
+</sect3>
<sect3 id="zone_transfers"><title>Zone Transfers</title>
<para><acronym>BIND</acronym> has mechanisms in place to facilitate zone transfers
@@ -3280,25 +3576,25 @@ list (no global notification list).</para>
<varlistentry><term><command>max-transfer-time-in</command></term>
<listitem><para>Inbound zone transfers running longer than
this many minutes will be terminated. The default is 120 minutes
-(2 hours).</para>
+(2 hours). The maximum value is 28 days (40320 minutes).</para>
</listitem></varlistentry>
<varlistentry><term><command>max-transfer-idle-in</command></term>
<listitem><para>Inbound zone transfers making no progress
in this many minutes will be terminated. The default is 60 minutes
-(1 hour).</para>
+(1 hour). The maximum value is 28 days (40320 minutes).</para>
</listitem></varlistentry>
<varlistentry><term><command>max-transfer-time-out</command></term>
<listitem><para>Outbound zone transfers running longer than
this many minutes will be terminated. The default is 120 minutes
-(2 hours).</para>
+(2 hours). The maximum value is 28 days (40320 minutes).</para>
</listitem></varlistentry>
<varlistentry><term><command>max-transfer-idle-out</command></term>
<listitem><para>Outbound zone transfers making no progress
in this many minutes will be terminated. The default is 60 minutes (1
-hour).</para>
+hour). The maximum value is 28 days (40320 minutes).</para>
</listitem></varlistentry>
<varlistentry><term><command>serial-query-rate</command></term>
@@ -3360,10 +3656,10 @@ of the limit will be refused. The default value is <literal>10</literal>.</para>
<varlistentry><term><command>transfers-per-ns</command></term>
<listitem><para>The maximum number of inbound zone transfers
-that can be concurrently transferring from a given remote nameserver.
+that can be concurrently transferring from a given remote name server.
The default value is <literal>2</literal>. Increasing <command>transfers-per-ns</command> may
speed up the convergence of slave zones, but it also may increase
-the load on the remote nameserver. <command>transfers-per-ns</command> may
+the load on the remote name server. <command>transfers-per-ns</command> may
be overridden on a per-server basis by using the <command>transfers</command> phrase
of the <command>server</command> statement.</para>
</listitem></varlistentry>
@@ -3390,6 +3686,24 @@ in the configuration file.</para>
except zone transfers are performed using IPv6.</para>
</listitem></varlistentry>
+<varlistentry><term><command>alt-transfer-source</command></term>
+<listitem><para>An alternate transfer source if the one listed in
+<command>transfer-source</command> fails and
+<command>use-alt-transfer-source</command> is set.</para>
+ </listitem></varlistentry>
+
+<varlistentry><term><command>alt-transfer-source-v6</command></term>
+<listitem><para>An alternate transfer source if the one listed in
+<command>transfer-source-v6</command> fails and
+<command>use-alt-transfer-source</command> is set.</para>
+ </listitem></varlistentry>
+
+<varlistentry><term><command>use-alt-transfer-source</command></term>
+<listitem><para>Use the alternate transfer sources or not. If views are
+specified this defaults to <command>no</command> otherwise it defaults to
+<command>yes</command> (for BIND 8 compatibility).</para>
+</listitem></varlistentry>
+
<varlistentry><term><command>notify-source</command></term>
<listitem><para><command>notify-source</command> determines
which local source address, and optionally UDP port, will be used to
@@ -3412,6 +3726,19 @@ but applies to notify messages sent to IPv6 addresses.</para>
</sect3>
<sect3>
+<title>Bad UDP Port Lists</title>
+<para>
+<command>avoid-v4-udp-ports</command> and <command>avoid-v6-udp-ports</command>
+specify a list of IPv4 and IPv6 UDP ports that will not be used as system
+assigned source ports for UDP sockets. These lists prevent named
+from choosing as its random source port a port that is blocked by
+your firewall. If a query went out with such a source port, the
+answer would not get by the firewall and the name server would have
+to query again.
+</para>
+</sect3>
+
+<sect3>
<title>Operating System Resource Limits</title>
<para>The server's usage of many system resources can be limited.
@@ -3479,7 +3806,18 @@ server rather than the operating system.</para>
<varlistentry><term><command>max-ixfr-log-size</command></term>
<listitem><para>This option is obsolete; it is accepted
-and ignored for BIND 8 compatibility.</para>
+and ignored for BIND 8 compatibility. The option
+<command>max-journal-size</command> performs a similar
+function in BIND 8.
+</para>
+</listitem></varlistentry>
+
+<varlistentry><term><command>max-journal-size</command></term>
+<listitem><para>Sets a maximum size for each journal file
+(<xref linkend="journal"/>). When the journal file approaches
+the specified size, some of the oldest transactions in the journal
+will be automatically removed. The default is
+<literal>unlimited</literal>.</para>
</listitem></varlistentry>
<varlistentry><term><command>recursive-clients</command></term>
@@ -3509,6 +3847,15 @@ records are purged from the cache only when their TTLs expire.
</para>
</listitem></varlistentry>
+<varlistentry><term><command>tcp-listen-queue</command></term>
+<listitem><para>The listen queue depth. The default and minimum is 3.
+If the kernel supports the accept filter "dataready" this also controls how
+many TCP connections that will be queued in kernel space waiting for
+some data before being passed to accept. Values less than 3 will be
+silently raised.
+</para>
+</listitem></varlistentry>
+
</variablelist>
</sect3>
@@ -3520,7 +3867,7 @@ records are purged from the cache only when their TTLs expire.
<varlistentry><term><command>cleaning-interval</command></term>
<listitem><para>The server will remove expired resource records
from the cache every <command>cleaning-interval</command> minutes.
-The default is 60 minutes.
+The default is 60 minutes. The maximum value is 28 days (40320 minutes).
If set to 0, no periodic cleaning will occur.</para>
</listitem></varlistentry>
@@ -3528,23 +3875,27 @@ If set to 0, no periodic cleaning will occur.</para>
<listitem><para>The server will perform zone maintenance tasks
for all zones marked as <command>dialup</command> whenever this
interval expires. The default is 60 minutes. Reasonable values are up
-to 1 day (1440 minutes). If set to 0, no zone maintenance for these zones will occur.</para>
+to 1 day (1440 minutes). The maximum value is 28 days (40320 minutes).
+If set to 0, no zone maintenance for these zones will occur.</para>
</listitem></varlistentry>
<varlistentry><term><command>interface-interval</command></term>
<listitem><para>The server will scan the network interface list
every <command>interface-interval</command> minutes. The default
-is 60 minutes. If set to 0, interface scanning will only occur when
-the configuration file is loaded. After the scan, listeners will be
-started on any new interfaces (provided they are allowed by the
-<command>listen-on</command> configuration). Listeners on interfaces
-that have gone away will be cleaned up.</para>
+is 60 minutes. The maximum value is 28 days (40320 minutes).
+If set to 0, interface scanning will only occur when
+the configuration file is loaded. After the scan, the server will
+begin listening for queries on any newly discovered
+interfaces (provided they are allowed by the
+<command>listen-on</command> configuration), and will
+stop listening on interfaces that have gone away.</para>
</listitem></varlistentry>
<varlistentry><term><command>statistics-interval</command></term>
-<listitem><para>Nameserver statistics will be logged
+<listitem><para>Name server statistics will be logged
every <command>statistics-interval</command> minutes. The default is
-60. If set to 0, no statistics will be logged.</para><note>
+60. The maximum value is 28 days (40320 minutes).
+If set to 0, no statistics will be logged.</para><note>
<simpara>Not yet implemented in <acronym>BIND</acronym>9.</simpara></note>
</listitem></varlistentry>
@@ -3554,8 +3905,8 @@ every <command>statistics-interval</command> minutes. The default is
<sect3 id="topology"><title>Topology</title>
-<para>All other things being equal, when the server chooses a nameserver
-to query from a list of nameservers, it prefers the one that is
+<para>All other things being equal, when the server chooses a name server
+to query from a list of name servers, it prefers the one that is
topologically closest to itself. The <command>topology</command> statement
takes an <command>address_match_list</command> and interprets it
in a special way. Each top-level list element is assigned a distance.
@@ -3598,7 +3949,7 @@ that is, using any addresses on the local net in preference to other addresses.
However, not all resolvers can do this or are correctly configured.
When a client is using a local server the sorting can be performed
in the server, based on the client's address. This only requires
-configuring the nameservers, not all the clients.</para>
+configuring the name servers, not all the clients.</para>
<para>The <command>sortlist</command> statement (see below) takes
an <command>address_match_list</command> and interprets it even
@@ -3713,48 +4064,9 @@ they are not combined &mdash; the last one applies.</para>
<note>
<simpara>The <command>rrset-order</command> statement
-is not yet implemented in <acronym>BIND</acronym> 9.
-BIND 9 currently supports only a "random-cyclic" ordering,
-where the server randomly chooses a starting point within
-the RRset and returns the records in order starting at
-that point, wrapping around the end of the RRset if
-necessary.</simpara></note>
-</sect3>
-
-<sect3 id="synthesis"><title>Synthetic IPv6 responses</title>
-
-<para>Many existing stub resolvers support IPv6 DNS lookups as defined in
-RFC1886, using AAAA records for forward lookups and "nibble labels" in
-the <literal>IP6.INT</literal> domain for reverse lookups, but do not support
-RFC2874-style lookups (using A6 records and binary labels in the
-<literal>IP6.ARPA</literal> domain).</para>
-
-<para>For those who wish to continue to use such stub resolvers rather than
-switching to the BIND 9 lightweight resolver, BIND 9 provides a way
-to automatically convert RFC1886-style lookups into
-RFC2874-style lookups and return the results as "synthetic" AAAA and
-PTR records.</para>
-
-<para>This feature is disabled by default and can be enabled on a per-client
-basis by adding a
-<command>allow-v6-synthesis { <replaceable>address_match_list</replaceable> };</command>
-clause to the <command>options</command> or <command>view</command> statement.
-When it is enabled, recursive
-AAAA queries cause the server to first try an A6 lookup and if that
-fails, an AAAA lookups. No matter which one succeeds, the results are
-returned as a set of synthetic AAAA records. Similarly, recursive PTR
-queries in <literal>IP6.INT</literal> will cause a
-lookup in <literal>IP6.ARPA</literal> using binary
-labels, and if that fails, another lookup in <literal>IP6.INT</literal>.
-The results are returned as a synthetic PTR record in
-<literal>ip6.int</literal>.</para>
-
-<para>The synthetic records have a TTL of zero. DNSSEC validation of
-synthetic responses is not currently supported; therefore responses
-containing synthetic RRs will not have the AD flag set.</para>
-
-<note><para><command>allow-v6-synthesis</command> is only performed for
-clients that are supplied recursive service.</para></note>
+is not yet fully implemented in <acronym>BIND</acronym> 9.
+BIND 9 currently does not support "fixed" ordering.
+</simpara></note>
</sect3>
<sect3 id="tuning"><title>Tuning</title>
@@ -3791,14 +4103,15 @@ answers. The default is one week (7 days).</para>
is required for a request for the root servers to be accepted. Default
is <userinput>2</userinput>.</para>
<note>
-<simpara>Not yet implemented in <acronym>BIND</acronym>9.</simpara></note>
+<simpara>Not implemented in <acronym>BIND</acronym>9.</simpara></note>
</listitem></varlistentry>
<varlistentry><term><command>sig-validity-interval</command></term>
<listitem><para>Specifies the number of days into the
future when DNSSEC signatures automatically generated as a result
of dynamic updates (<xref linkend="dynamic_update"/>)
-will expire. The default is <literal>30</literal> days. The signature
+will expire. The default is <literal>30</literal> days.
+The maximum value is 10 years (3660 days). The signature
inception time is unconditionally set to one hour before the current time
to allow for a limited amount of clock skew.</para>
</listitem></varlistentry>
@@ -3816,11 +4129,77 @@ are set by the master, giving slave server administrators little
control over their contents.
</para><para>
These options allow the administrator to set a minimum and maximum
-refresh and retry time either per-zone, per-view or globally.
-These options are valid for slave and stub zones,
+refresh and retry time either per-zone, per-view, or globally.
+These options are valid for slave and stub zones,
and clamp the SOA refresh and retry times to the specified values.
</para></listitem></varlistentry>
+<varlistentry>
+<term><command>edns-udp-size</command></term>
+<listitem><para>
+<command>edns-udp-size</command> sets the advertised EDNS UDP buffer
+size. Valid values are 512 to 4096 (values outside this range will be
+silently adjusted). The default value is 4096. The usual reason for
+setting edns-udp-size to a non default value it to get UDP answers to
+pass through broken firewalls that block fragmented packets and/or
+block UDP packets that are greater than 512 bytes.
+</para></listitem></varlistentry>
+</variablelist>
+
+</sect3>
+
+<sect3 id="builtin">
+<title>Built-in server information zones</title>
+
+<para>The server provides some helpful diagnostic information
+through a number of built-in zones under the
+pseudo-top-level-domain <literal>bind</literal> in the
+<command>CHAOS</command> class. These zones are part of a
+built-in view (see <xref linkend="view_statement_grammar"/>) of class
+<command>CHAOS</command> which is separate from the default view of
+class <command>IN</command>; therefore, any global server options
+such as <command>allow-query</command> do not apply the these zones.
+If you feel the need to disable these zones, use the options
+below, or hide the built-in <command>CHAOS</command> view by
+defining an explicit view of class <command>CHAOS</command>
+that matches all clients.</para>
+
+<variablelist>
+
+<varlistentry><term><command>version</command></term>
+<listitem><para>The version the server should report
+via a query of the name <literal>version.bind</literal>
+with type <command>TXT</command>, class <command>CHAOS</command>.
+The default is the real version number of this server.
+Specifying <command>version none</command>
+disables processing of the queries.</para>
+</listitem></varlistentry>
+
+<varlistentry><term><command>hostname</command></term>
+<listitem><para>The hostname the server should report via a query of
+the name <filename>hostname.bind</filename>
+with type <command>TXT</command>, class <command>CHAOS</command>.
+This defaults to the hostname of the machine hosting the name server as
+found by gethostname(). The primary purpose of such queries is to
+identify which of a group of anycast servers is actually
+answering your queries. Specifying <command>hostname none;</command>
+disables processing of the queries.</para>
+</listitem></varlistentry>
+
+<varlistentry><term><command>server-id</command></term>
+<listitem><para>The ID of the server should report via a query of
+the name <filename>ID.SERVER</filename>
+with type <command>TXT</command>, class <command>CHAOS</command>.
+The primary purpose of such queries is to
+identify which of a group of anycast servers is actually
+answering your queries. Specifying <command>server-id none;</command>
+disables processing of the queries.
+Specifying <command>server-id hostname;</command> will cause named to
+use the hostname as found by gethostname().
+The default <command>server-id</command> is <command>none</command>.
+</para>
+</listitem></varlistentry>
+
</variablelist>
</sect3>
@@ -3853,8 +4232,8 @@ number is identical to the number in the beginning line.</para>
<entry colname = "1"><para><command>success</command></para></entry>
<entry colname = "2"><para>The number of
successful queries made to the server or zone. A successful query
-is defined as query which returns a NOERROR response other than
-a referral response.</para></entry>
+is defined as query which returns a NOERROR response with at least
+one answer RR.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para><command>referral</command></para></entry>
@@ -3872,15 +4251,15 @@ NOERROR responses with no data.</para></entry>
of queries which resulted in NXDOMAIN responses.</para></entry>
</row>
<row rowsep = "0">
-<entry colname = "1"><para><command>recursion</command></para></entry>
-<entry colname = "2"><para>The number of queries which caused the server
-to perform 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>The number of queries which resulted in a
failure response other than those above.</para></entry>
</row>
+<row rowsep = "0">
+<entry colname = "1"><para><command>recursion</command></para></entry>
+<entry colname = "2"><para>The number of queries which caused the server
+to perform recursion in order to find the final answer.</para></entry>
+</row>
</tbody>
</tgroup></informaltable>
@@ -3910,6 +4289,8 @@ to be incremented, and may additionally cause the
<optional> transfers <replaceable>number</replaceable> ; </optional>
<optional> transfer-format <replaceable>( one-answer | many-answers )</replaceable> ; ]</optional>
<optional> keys <replaceable>{ string ; <optional> string ; <optional>...</optional></optional> }</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>
};
</programlisting>
@@ -3919,7 +4300,7 @@ to be incremented, and may additionally cause the
<title><command>server</command> Statement Definition and Usage</title>
<para>The <command>server</command> statement defines characteristics
-to be associated with a remote nameserver.</para>
+to be associated with a remote name server.</para>
<para>
The <command>server</command> statement can occur at the top level of the
@@ -3940,7 +4321,7 @@ the local server, acting as master, will respond with an incremental
zone transfer when the given remote server, a slave, requests it.
If set to <command>yes</command>, incremental transfer will be provided
whenever possible. If set to <command>no</command>, all transfers
-to the remote server will be nonincremental. If not set, the value
+to the remote server will be non-incremental. If not set, the value
of the <command>provide-ixfr</command> option in the view or
global options block is used as a default.</para>
@@ -3972,16 +4353,17 @@ more efficient, but is only known to be understood by <acronym>BIND</acronym> 9,
to use for a server with the <command>transfer-format</command> option.
If <command>transfer-format</command> is not specified, the <command>transfer-format</command> specified
by the <command>options</command> statement will be used.</para>
+
<para><command>transfers</command> is used to limit the number of
concurrent inbound zone transfers from the specified server. If
no <command>transfers</command> clause is specified, the limit is
set according to the <command>transfers-per-ns</command> option.</para>
-<para>The <command>keys</command> clause is used to identify a <command>key_id</command> defined
-by the <command>key</command> statement, to be used for transaction
-security when talking to the remote server. The <command>key</command> statement
-must come before the <command>server</command> statement that references
-it. When a request is sent to the remote server, a request signature
+<para>The <command>keys</command> clause identifies a
+<command>key_id</command> defined by the <command>key</command> statement,
+to be used for transaction security (TSIG, <xref linkend="tsig"/>)
+when talking to the remote server.
+When a request is sent to the remote server, a request signature
will be generated using the key specified here and appended to the
message. A request originating from the remote server is not required
to be signed by this key.</para>
@@ -3990,6 +4372,18 @@ to be signed by this key.</para>
allows for multiple keys, only a single key per server is currently
supported.</para>
+<para>The <command>transfer-source</command> and
+<command>transfer-source-v6</command> clauses specify the IPv4 and IPv6 source
+address to be used for zone transfer with the remote server, respectively.
+For an IPv4 remote server, only <command>transfer-source</command> can
+be specified.
+Similarly, for an IPv6 remote server, only
+<command>transfer-source-v6</command> can be specified.
+Form more details, see the description of
+<command>transfer-source</command> and
+<command>transfer-source-v6</command> in
+<xref linkend="zone_transfers"/>.</para>
+
</sect2>
<sect2><title><command>trusted-keys</command> Statement Grammar</title>
@@ -4004,7 +4398,7 @@ and Usage</title>
<para>The <command>trusted-keys</command> statement defines DNSSEC
security roots. DNSSEC is described in <xref linkend="DNSSEC"/>. A security root is defined when the public key for a non-authoritative
zone is known, but cannot be securely obtained through DNS, either
-because it is the DNS root zone or its parent zone is unsigned.
+because it is the DNS root zone or because its parent zone is unsigned.
Once a key has been configured as a trusted key, it is treated as
if it had been validated and proven secure. The resolver attempts
DNSSEC validation on all DNS data in subdomains of a security root.</para>
@@ -4012,13 +4406,15 @@ DNSSEC validation on all DNS data in subdomains of a security root.</para>
multiple key entries, each consisting of the key's domain name,
flags, protocol, algorithm, and the base-64 representation of the
key data.</para></sect2>
-<sect2><title><command>view</command> Statement Grammar</title>
-<programlisting>view <replaceable>view_name</replaceable> <optional><replaceable>class</replaceable></optional> {
+
+<sect2 id="view_statement_grammar">
+<title><command>view</command> Statement Grammar</title>
+<programlisting>view <replaceable>view_name</replaceable>
+ <optional><replaceable>class</replaceable></optional> {
match-clients { <replaceable>address_match_list</replaceable> } ;
match-destinations { <replaceable>address_match_list</replaceable> } ;
match-recursive-only <replaceable>yes_or_no</replaceable> ;
<optional> <replaceable>view_option</replaceable>; ...</optional>
- <optional> zone-statistics <replaceable>yes_or_no</replaceable> ; </optional>
<optional> <replaceable>zone_statement</replaceable>; ...</optional>
};
</programlisting></sect2>
@@ -4037,10 +4433,13 @@ a view if its source IP address matches the
the <varname>address_match_list</varname> of the view's
<command>match-destinations</command> clause. If not specified, both
<command>match-clients</command> and <command>match-destinations</command>
-default to matching all addresses. A view can also be specified
+default to matching all addresses. In addition to checking IP addresses
+<command>match-clients</command> and <command>match-destinations</command>
+can also take <command>keys</command> which provide an mechanism for the
+client to select the view. A view can also be specified
as <command>match-recursive-only</command>, which means that only recursive
requests from matching clients will match that view.
-The order of the <command>view</command> statements is significant &mdash;
+The order of the <command>view</command> statements is significant &mdash;
a client request will be resolved in the context of the first
<command>view</command> that it matches.</para>
@@ -4064,32 +4463,39 @@ since only the IN class has compiled-in default hints.</para>
<para>If there are no <command>view</command> statements in the config
file, a default view that matches any client is automatically created
-in class IN, and any <command>zone</command> statements specified on
+in class IN. Any <command>zone</command> statements specified on
the top level of the configuration file are considered to be part of
-this default view. If any explicit <command>view</command> statements
-are present, all <command>zone</command> statements must occur inside
-<command>view</command> statements.</para>
+this default view, and the <command>options</command> statement will
+apply to the default view. If any explicit <command>view</command>
+statements are present, all <command>zone</command> statements must
+occur inside <command>view</command> statements.</para>
<para>Here is an example of a typical split DNS setup implemented
using <command>view</command> statements.</para>
<programlisting>view "internal" {
- // This should match our internal networks.
+ // This should match our internal networks.
match-clients { 10.0.0.0/8; };
- // Provide recursive service to internal clients only.
+
+ // Provide recursive service to internal clients only.
recursion yes;
- // Provide a complete view of the example.com zone
- // including addresses of internal hosts.
+
+ // Provide a complete view of the example.com zone
+ // including addresses of internal hosts.
zone "example.com" {
type master;
file "example-internal.db";
};
};
+
view "external" {
+ // Match all clients not matched by the previous view.
match-clients { any; };
- // Refuse recursive service to external clients.
+
+ // Refuse recursive service to external clients.
recursion no;
- // Provide a restricted view of the example.com zone
- // containing only publicly accessible hosts.
+
+ // Provide a restricted view of the example.com zone
+ // containing only publicly accessible hosts.
zone "example.com" {
type master;
file "example-external.db";
@@ -4117,7 +4523,7 @@ Statement Grammar</title>
<optional> ixfr-base <replaceable>string</replaceable> ; </optional>
<optional> ixfr-tmp-file <replaceable>string</replaceable> ; </optional>
<optional> maintain-ixfr-base <replaceable>yes_or_no</replaceable> ; </optional>
- <optional> masters <optional>port <replaceable>ip_port</replaceable></optional> { <replaceable>ip_addr</replaceable> <optional>port <replaceable>ip_port</replaceable></optional> <optional>key <replaceable>key</replaceable></optional>; <optional>...</optional> } ; </optional>
+ <optional> masters <optional>port <replaceable>ip_port</replaceable></optional> { ( <replaceable>masters_list</replaceable> | <replaceable>ip_addr</replaceable> <optional>port <replaceable>ip_port</replaceable></optional> <optional>key <replaceable>key</replaceable></optional> ) ; <optional>...</optional> } ; </optional>
<optional> max-ixfr-log-size <replaceable>number</replaceable> ; </optional>
<optional> max-transfer-idle-in <replaceable>number</replaceable> ; </optional>
<optional> max-transfer-idle-out <replaceable>number</replaceable> ; </optional>
@@ -4127,6 +4533,9 @@ 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> alt-transfer-source (<replaceable>ip4_addr</replaceable> | <constant>*</constant>) <optional>port <replaceable>ip_port</replaceable></optional> ; </optional>
+ <optional> alt-transfer-source-v6 (<replaceable>ip6_addr</replaceable> | <constant>*</constant>) <optional>port <replaceable>ip_port</replaceable></optional> ; </optional>
+ <optional> use-alt-transfer-source <replaceable>yes_or_no</replaceable>; </optional>
<optional> notify-source (<replaceable>ip4_addr</replaceable> | <constant>*</constant>) <optional>port <replaceable>ip_port</replaceable></optional> ; </optional>
<optional> notify-source-v6 (<replaceable>ip6_addr</replaceable> | <constant>*</constant>) <optional>port <replaceable>ip_port</replaceable></optional> ; </optional>
<optional> zone-statistics <replaceable>yes_or_no</replaceable> ; </optional>
@@ -4136,6 +4545,8 @@ Statement Grammar</title>
<optional> max-refresh-time <replaceable>number</replaceable> ; </optional>
<optional> min-retry-time <replaceable>number</replaceable> ; </optional>
<optional> max-retry-time <replaceable>number</replaceable> ; </optional>
+ <optional> multi-master <replaceable>yes_or_no</replaceable> ; </optional>
+ <optional> key-directory <replaceable>path_name</replaceable>; </optional>
}</optional>;
</programlisting>
@@ -4159,6 +4570,7 @@ it.</para></entry>
<entry colname = "2"><para>A slave zone is a replica of a master
zone. The <command>masters</command> list specifies one or more IP addresses
of master servers that the slave contacts to update its copy of the zone.
+Masters list elements can also be names of other masters lists.
By default, transfers are made from port 53 on the servers; this can
be changed for all servers by specifying a port number before the
list of IP addresses, or on a per-server basis after the IP address.
@@ -4174,7 +4586,8 @@ a slave server for the zone <literal>example.com</literal> might place
the zone contents into a file called
<filename>ex/example.com</filename> where <filename>ex/</filename> is
just the first two letters of the zone name. (Most operating systems
-behave very slowly if you put 100K files into a single directory.)</para></entry>
+behave very slowly if you put 100 000 files into
+a single directory.)</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para><varname>stub</varname></para></entry>
@@ -4221,15 +4634,15 @@ any forwarders in the <command>options</command> statement. Thus
if you want to use this type of zone to change the behavior of the
global <command>forward</command> option (that is, "forward first
to", then "forward only", or vice versa, but want to use the same
-servers as set globally) you need to respecify the global forwarders.</para>
+servers as set globally) you need to re-specify the global forwarders.</para>
</entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para><varname>hint</varname></para></entry>
-<entry colname = "2"><para>The initial set of root nameservers is
+<entry colname = "2"><para>The initial set of root name servers is
specified using a "hint zone". When the server starts up, it uses
-the root hints to find a root nameserver and get the most recent
-list of root nameservers. If no hint zone is specified for class
+the root hints to find a root name server and get the most recent
+list of root name servers. If no hint zone is specified for class
IN, the server uses a compiled-in default set of root servers hints.
Classes other than IN have no built-in defaults hints.</para></entry>
</row>
@@ -4237,7 +4650,7 @@ Classes other than IN have no built-in defaults hints.</para></entry>
<entry colname = "1"><para><varname>delegation-only</varname></para></entry>
<entry colname = "2"><para>This is used to enforce the delegation only
status of infrastructure zones (e.g. COM, NET, ORG). Any answer that
-is received without a explicit or implict delegation in the authority
+is received without a explicit or implicit delegation in the authority
section will be treated as NXDOMAIN. This does not apply to the zone
apex. This SHOULD NOT be applied to leaf zones.</para>
<para><varname>delegation-only</varname> has no effect on answers received
@@ -4282,7 +4695,10 @@ in <xref linkend="access_control"/>.</para>
<varlistentry><term><command>allow-update</command></term>
<listitem><para>Specifies which hosts are allowed to
submit Dynamic DNS updates for master zones. The default is to deny
-updates from all hosts.</para>
+updates from all hosts. Note that allowing updates based
+on the requestor's IP address is insecure; see
+<xref linkend="dynamic_update_security"/> for details.
+</para>
</listitem></varlistentry>
<varlistentry><term><command>update-policy</command></term>
@@ -4291,27 +4707,15 @@ updates from all hosts.</para>
</listitem></varlistentry>
<varlistentry><term><command>allow-update-forwarding</command></term>
-<listitem><para>Specifies which hosts are allowed to
-submit Dynamic DNS updates to slave zones to be forwarded to the
-master. The default is <userinput>{ none; }</userinput>, which
-means that no update forwarding will be performed. To enable
-update forwarding, specify
-<userinput>allow-update-forwarding { any; };</userinput>.
-Specifying values other than <userinput>{ none; }</userinput> or
-<userinput>{ any; }</userinput> is usually counterproductive, since
-the responsibility for update access control should rest with the
-master server, not the slaves.</para>
-<para>Note that enabling the update forwarding feature on a slave server
-may expose master servers relying on insecure IP address based
-access control to attacks; see <xref linkend="dynamic_update_security"/>
-for more details.</para>
+<listitem><para>See the description of <command>allow-update-forwarding</command>
+in <xref linkend="access_control"/>.</para>
</listitem></varlistentry>
<varlistentry><term><command>also-notify</command></term>
<listitem><para>Only meaningful if <command>notify</command> is
active for this zone. The set of machines that will receive a
<literal>DNS NOTIFY</literal> message
-for this zone is made up of all the listed nameservers (other than
+for this zone is made up of all the listed name servers (other than
the primary master) for the zone plus any IP addresses specified
with <command>also-notify</command>. A port may be specified
with each <command>also-notify</command> address to send the notify
@@ -4322,10 +4726,9 @@ The default is the empty list.</para>
<varlistentry><term><command>check-names</command></term>
<listitem><para>
-This option was used in BIND 8 to restrict the character set of
-domain names in master files and/or DNS responses received from the
-network. BIND 9 does not restrict the character set of domain names
-and does not implement the <command>check-names</command> option.
+This option is used to restrict the character set and syntax of
+certain domain names in master files and/or DNS responses received from the
+network.
</para>
</listitem></varlistentry>
@@ -4410,7 +4813,7 @@ Ignored in <acronym>BIND</acronym> 9.</para>
<listitem><para>In <acronym>BIND</acronym> 8, this option was intended for specifying
a public zone key for verification of signatures in DNSSEC signed
zones when they are loaded from disk. <acronym>BIND</acronym> 9 does not verify signatures
-on loading and ignores the option.</para>
+on load and ignores the option.</para>
</listitem></varlistentry>
<varlistentry><term><command>zone-statistics</command></term>
@@ -4436,6 +4839,25 @@ information for this zone, which can be dumped to the
</para>
</listitem></varlistentry>
+<varlistentry><term><command>alt-transfer-source</command></term>
+<listitem><para>See the description of
+<command>alt-transfer-source</command> in <xref linkend="zone_transfers"/>
+</para>
+</listitem></varlistentry>
+
+<varlistentry><term><command>alt-transfer-source-v6</command></term>
+<listitem><para>See the description of
+<command>alt-transfer-source-v6</command> in <xref linkend="zone_transfers"/>
+</para>
+</listitem></varlistentry>
+
+<varlistentry><term><command>use-alt-transfer-source</command></term>
+<listitem><para>See the description of
+<command>use-alt-transfer-source</command> in <xref linkend="zone_transfers"/>
+</para>
+</listitem></varlistentry>
+
+
<varlistentry><term><command>notify-source</command></term>
<listitem><para>See the description of
<command>notify-source</command> in <xref linkend="zone_transfers"/>
@@ -4457,6 +4879,21 @@ information for this zone, which can be dumped to the
See the description in <xref linkend="tuning"/>.
</para></listitem></varlistentry>
+<varlistentry><term><command>ixfr-from-differences</command></term>
+<listitem><para>See the description of
+<command>ixfr-from-differences</command> in <xref linkend="boolean_options"/>.</para>
+</listitem></varlistentry>
+
+<varlistentry><term><command>key-directory</command></term>
+<listitem><para>See the description of
+<command>key-directory</command> in <xref linkend="options"/></para>
+</listitem></varlistentry>
+
+<varlistentry><term><command>multi-master</command></term>
+<listitem><para>See the description of
+<command>multi-master</command> in <xref linkend="boolean_options"/>.</para>
+</listitem></varlistentry>
+
</variablelist>
</sect3>
@@ -4488,10 +4925,21 @@ examines the signer of a message; the source address is not relevant.</para>
successfully matched a rule, the operation is immediately granted
or denied and no further rules are examined. A rule is matched
when the signer matches the identity field, the name matches the
-name field, and the type is specified in the type field.</para>
-<para>The identity field specifies a name or a wildcard name. The
-nametype field has 4 values: <varname>name</varname>, <varname>subdomain</varname>, <varname>wildcard</varname>,
-and <varname>self</varname>
+name field in accordance with the nametype field, and the type matches
+the types specified in the type field.</para>
+
+<para>The identity field specifies a name or a wildcard name. Normally, this
+is the name of the TSIG or SIG(0) key used to sign the update request. When a
+TKEY exchange has been used to create a shared secret, the identity of the
+shared secret is the same as the identity of the key used to authenticate the
+TKEY exchange. When the <replaceable>identity</replaceable> field specifies a
+wildcard name, it is subject to DNS wildcard expansion, so the rule will apply
+to multiple identities. The <replaceable>identity</replaceable> field must
+contain a fully qualified domain name.</para>
+
+<para>The <replaceable>nametype</replaceable> field has 4 values:
+<varname>name</varname>, <varname>subdomain</varname>,
+<varname>wildcard</varname>, and <varname>self</varname>.
</para>
<informaltable>
<tgroup cols = "2" colsep = "0"
@@ -4501,29 +4949,44 @@ and <varname>self</varname>
<tbody>
<row rowsep = "0">
<entry colname = "1"><para><varname>name</varname></para></entry>
-<entry colname = "2"><para>Matches when the updated name is the
-same as the name in the name field.</para></entry>
+<entry colname = "2"><para>Exact-match semantics. This rule matches when the
+name being updated is identical to the contents of the
+<replaceable>name</replaceable> field.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para><varname>subdomain</varname></para></entry>
-<entry colname = "2"><para>Matches when the updated name is a subdomain
-of the name in the name field (which includes the name itself).</para></entry>
+<entry colname = "2"><para>This rule matches when the name being updated
+is a subdomain of, or identical to, the contents of the
+<replaceable>name</replaceable> field.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para><varname>wildcard</varname></para></entry>
-<entry colname = "2"><para>Matches when the updated name is a valid
-expansion of the wildcard name in the name field.</para></entry>
+<entry colname = "2"><para>The <replaceable>name</replaceable> field is
+subject to DNS wildcard expansion, and this rule matches when the name
+being updated name is a valid expansion of the wildcard.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para><varname>self</varname></para></entry>
-<entry colname = "2"><para>Matches when the updated name is the
-same as the message signer. The name field is ignored.</para></entry>
+<entry colname = "2"><para>This rule matches when the name being updated
+matches the contents of the <replaceable>identity</replaceable> field.
+The <replaceable>name</replaceable> field is ignored, but should be
+the same as the <replaceable>identity</replaceable> field. The
+<varname>self</varname> nametype is most useful when allowing using
+one key per name to update, where the key has the same name as the name
+to be updated. The <replaceable>identity</replaceable> would be
+specified as <constant>*</constant> in this case.</para></entry>
</row>
</tbody>
</tgroup></informaltable>
-<para>If no types are specified, the rule matches all types except
+
+<para>In all cases, the <replaceable>name</replaceable> field must
+specify a fully qualified domain name.</para>
+
+<para>If no types are explicitly specified, this rule matches all types except
SIG, NS, SOA, and NXT. Types may be specified by name, including
"ANY" (ANY matches all types except NXT, which can never be updated).
+Note that when an attempt is made to delete all records associated with a
+name, the rules are checked for each existing record type.
</para>
</sect3>
</sect2>
@@ -4543,7 +5006,7 @@ and implemented in the DNS. These are also included.</para>
resource information, which may be empty. The set of resource
information associated with a particular name is composed of
separate RRs. The order of RRs in a set is not significant and
- need not be preserved by nameservers, resolvers, or other
+ need not be preserved by name servers, resolvers, or other
parts of the DNS. However, sorting of multiple RRs is
permitted for optimization purposes, for example, to specify
that a particular nearby server be tried first. See <xref
@@ -4564,8 +5027,7 @@ and implemented in the DNS. These are also included.</para>
<row rowsep = "0">
<entry colname = "1"><para>type</para></entry>
<entry colname = "2"><para>an encoded 16 bit value that specifies
-the type of the resource in this resource record. Types refer to
-abstract resources.</para></entry>
+the type of the resource record.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>TTL</para></entry>
@@ -4581,14 +5043,12 @@ a protocol family or instance of a protocol.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>RDATA</para></entry>
-<entry colname = "2"><para>the type and sometimes class-dependent
-data that describes the resource.</para></entry>
+<entry colname = "2"><para>the resource data. The format of the
+data is type (and sometimes class) specific.</para></entry>
</row>
</tbody>
</tgroup></informaltable>
-<para>The following are <emphasis>types</emphasis> of valid RRs
-(some of these listed, although not obsolete, are experimental (x)
-or historical (h) and no longer in general use):</para>
+<para>The following are <emphasis>types</emphasis> of valid RRs:</para>
<informaltable colsep = "0"
rowsep = "0"><tgroup cols = "2" colsep = "0"
rowsep = "0" tgroupstyle = "4Level-table">
@@ -4597,135 +5057,154 @@ or historical (h) and no longer in general use):</para>
<tbody>
<row rowsep = "0">
<entry colname = "1"><para>A</para></entry>
-<entry colname = "2"><para>a host address.</para></entry>
+<entry colname = "2"><para>a host address. In the IN class, this is a
+32-bit IP address. Described in RFC 1035.</para></entry>
</row>
<row rowsep = "0">
-<entry colname = "1"><para>A6</para></entry>
-<entry colname = "2"><para>an IPv6 address.</para></entry>
+<entry colname = "1"><para>AAAA</para></entry>
+<entry colname = "2"><para>IPv6 address. Described in RFC 1886.</para></entry>
</row>
<row rowsep = "0">
-<entry colname = "1"><para>AAAA</para></entry>
-<entry colname = "2"><para>Obsolete format of IPv6 address</para></entry>
+<entry colname = "1"><para>A6</para></entry>
+<entry colname = "2"><para>IPv6 address. This can be a partial
+address (a suffix) and an indirection to the name where the rest of the
+address (the prefix) can be found. Experimental. Described in RFC 2874.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>AFSDB</para></entry>
-<entry colname = "2"><para>(x) location of AFS database servers.
-Experimental.</para></entry>
+<entry colname = "2"><para>location of AFS database servers.
+Experimental. Described in RFC 1183.</para></entry>
+</row>
+<row rowsep = "0">
+<entry colname = "1"><para>APL</para></entry>
+<entry colname = "2"><para>address prefix list. Experimental.
+Described in RFC 3123.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>CERT</para></entry>
-<entry colname = "2"><para>holds a digital certificate.</para></entry>
+<entry colname = "2"><para>holds a digital certificate.
+Described in RFC 2538.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>CNAME</para></entry>
-<entry colname = "2"><para>identifies the canonical name of an alias.</para></entry>
+<entry colname = "2"><para>identifies the canonical name of an alias.
+Described in RFC 1035.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>DNAME</para></entry>
-<entry colname = "2"><para>for delegation of reverse addresses.
-Replaces the domain name specified with another name to be looked
-up. Described in RFC 2672.</para></entry>
+<entry colname = "2"><para>Replaces the domain name specified with
+another name to be looked up, effectively aliasing an entire
+subtree of the domain name space rather than a single record
+as in the case of the CNAME RR.
+Described in RFC 2672.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>GPOS</para></entry>
-<entry colname = "2"><para>Specifies the global position. Superseded by LOC.</para></entry>
+<entry colname = "2"><para>Specifies the global position. Superseded by LOC.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>HINFO</para></entry>
-<entry colname = "2"><para>identifies the CPU and OS used by a host.</para></entry>
+<entry colname = "2"><para>identifies the CPU and OS used by a host.
+Described in RFC 1035.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>ISDN</para></entry>
-<entry colname = "2"><para>(x) representation of ISDN addresses.
-Experimental.</para></entry>
+<entry colname = "2"><para>representation of ISDN addresses.
+Experimental. Described in RFC 1183.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>KEY</para></entry>
<entry colname = "2"><para>stores a public key associated with a
-DNS name.</para></entry>
+DNS name. Described in RFC 2535.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>KX</para></entry>
<entry colname = "2"><para>identifies a key exchanger for this
-DNS name.</para></entry>
+DNS name. Described in RFC 2230.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>LOC</para></entry>
-<entry colname = "2"><para>(x) for storing GPS info. See RFC 1876.
+<entry colname = "2"><para>for storing GPS info. Described in RFC 1876.
Experimental.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>MX</para></entry>
<entry colname = "2"><para>identifies a mail exchange for the domain.
- See RFC 974 for details.</para></entry>
+a 16 bit preference value (lower is better)
+followed by the host name of the mail exchange.
+Described in RFC 974, RFC 1035.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>NAPTR</para></entry>
-<entry colname = "2"><para>name authority pointer.</para></entry>
+<entry colname = "2"><para>name authority pointer. Described in RFC 2915.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>NSAP</para></entry>
-<entry colname = "2"><para>a network service access point.</para></entry>
+<entry colname = "2"><para>a network service access point.
+Described in RFC 1706.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>NS</para></entry>
-<entry colname = "2"><para>the authoritative nameserver for the
-domain.</para></entry>
+<entry colname = "2"><para>the authoritative name server for the
+domain. Described in RFC 1035.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>NXT</para></entry>
<entry colname = "2"><para>used in DNSSEC to securely indicate that
RRs with an owner name in a certain name interval do not exist in
a zone and indicate what RR types are present for an existing name.
-See RFC 2535 for details.</para></entry>
+Described in RFC 2535.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>PTR</para></entry>
<entry colname = "2"><para>a pointer to another part of the domain
-name space.</para></entry>
+name space. Described in RFC 1035.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>PX</para></entry>
<entry colname = "2"><para>provides mappings between RFC 822 and X.400
-addresses.</para></entry>
+addresses. Described in RFC 2163.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>RP</para></entry>
-<entry colname = "2"><para>(x) information on persons responsible
-for the domain. Experimental.</para></entry>
+<entry colname = "2"><para>information on persons responsible
+for the domain. Experimental. Described in RFC 1183.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>RT</para></entry>
-<entry colname = "2"><para>(x) route-through binding for hosts that
-do not have their own direct wide area network addresses. Experimental.</para></entry>
+<entry colname = "2"><para>route-through binding for hosts that
+do not have their own direct wide area network addresses.
+Experimental. Described in RFC 1183.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>SIG</para></entry>
<entry colname = "2"><para>("signature") contains data authenticated
-in the secure DNS. See RFC 2535 for details.</para></entry>
+in the secure DNS. Described in RFC 2535.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>SOA</para></entry>
-<entry colname = "2"><para>identifies the start of a zone of authority.</para></entry>
+<entry colname = "2"><para>identifies the start of a zone of authority.
+Described in RFC 1035.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>SRV</para></entry>
<entry colname = "2"><para>information about well known network
-services (replaces WKS).</para></entry>
+services (replaces WKS). Described in RFC 2782.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>TXT</para></entry>
-<entry colname = "2"><para>text records.</para></entry>
+<entry colname = "2"><para>text records. Described in RFC 1035.</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>WKS</para></entry>
-<entry colname = "2"><para>(h) information about which well known
-network services, such as SMTP, that a domain supports. Historical,
-replaced by newer RR SRV.</para></entry>
+<entry colname = "2"><para>information about which well known
+network services, such as SMTP, that a domain supports. Historical.
+</para></entry>
</row>
<row rowsep = "0">
<entry colname = "1"><para>X25</para></entry>
-<entry colname = "2"><para>(x) representation of X.25 network addresses. Experimental.</para></entry>
+<entry colname = "2"><para>representation of X.25 network addresses.
+Experimental. Described in RFC 1183.</para></entry>
</row>
</tbody>
</tgroup></informaltable>
@@ -4736,65 +5215,37 @@ are currently valid in the DNS:</para><informaltable colsep = "0"
<colspec colname = "1" colnum = "1" colsep = "0" colwidth = "0.875in"/>
<colspec colname = "2" colnum = "2" colsep = "0" colwidth = "3.625in"/>
<tbody>
+
<row rowsep = "0">
<entry colname = "1"><para>IN</para></entry>
-<entry colname = "2"><para>the Internet system.</para></entry>
-</row>
-<row rowsep = "0">
-<entry nameend = "2" namest = "1"><para>For information about other,
-older classes of RRs, see <xref linkend="classes_of_resource_records"/>.</para></entry>
-</row>
-</tbody>
-</tgroup></informaltable>
-<para><emphasis>RDATA</emphasis> is the type-dependent or class-dependent
-data that describes the resource:</para><informaltable colsep = "0"
- rowsep = "0"><tgroup cols = "2" colsep = "0" rowsep = "0"
- tgroupstyle = "4Level-table">
-<colspec colname = "1" colnum = "1" colsep = "0" colwidth = "0.875in"/>
-<colspec colname = "2" colnum = "2" colsep = "0" colwidth = "3.625in"/>
-<tbody>
-<row rowsep = "0">
-<entry colname = "1"><para>A</para></entry>
-<entry colname = "2"><para>for the IN class, a 32 bit IP address.</para></entry>
-</row>
-<row rowsep = "0">
-<entry colname = "1"><para>A6</para></entry>
-<entry colname = "2"><para>maps a domain name to an IPv6 address,
-with a provision for indirection for leading "prefix" bits.</para></entry>
-</row>
-<row rowsep = "0">
-<entry colname = "1"><para>CNAME</para></entry>
-<entry colname = "2"><para>a domain name.</para></entry>
-</row>
-<row rowsep = "0">
-<entry colname = "1"><para>DNAME</para></entry>
-<entry colname = "2"><para>provides alternate naming to an entire
-subtree of the domain name space, rather than to a single node.
- It causes some suffix of a queried name to be substituted with
-a name from the DNAME record's RDATA.</para></entry>
-</row>
-<row rowsep = "0">
-<entry colname = "1"><para>MX</para></entry>
-<entry colname = "2"><para>a 16 bit preference value (lower is better)
-followed by a host name willing to act as a mail exchange for the
-owner domain.</para></entry>
-</row>
-<row rowsep = "0">
-<entry colname = "1"><para>NS</para></entry>
-<entry colname = "2"><para>a fully qualified domain name.</para></entry>
+<entry colname = "2"><para>The Internet.</para></entry>
</row>
+
<row rowsep = "0">
-<entry colname = "1"><para>PTR</para></entry>
-<entry colname = "2"><para>a fully qualified domain name.</para></entry>
+<entry colname = "1"><para>CH</para></entry>
+<entry colname = "2"><para>
+CHAOSnet, a LAN protocol created at MIT in the mid-1970s.
+Rarely used for its historical purpose, but reused for BIND's
+built-in server information zones, e.g.,
+<literal>version.bind</literal>.
+</para></entry>
</row>
+
<row rowsep = "0">
-<entry colname = "1"><para>SOA</para></entry>
-<entry colname = "2"><para>several fields.</para></entry>
+<entry colname = "1"><para>HS</para></entry>
+<entry colname = "2"><para>
+Hesiod, an information service
+developed by MIT's Project Athena. It is used to share information
+about various systems databases, such as users, groups, printers
+and so on.
+</para></entry>
</row>
+
</tbody>
</tgroup></informaltable>
+
<para>The owner name is often implicit, rather than forming an integral
-part of the RR. For example, many nameservers internally form tree
+part of the RR. For example, many name servers internally form tree
or hash structures for the name space, and chain RRs off nodes.
The remaining RR parts are the fixed header (type, class, TTL)
which is consistent for all RRs, and a variable part (RDATA) that
@@ -4816,7 +5267,7 @@ used as "pointers" to other data in the DNS.</para></sect3>
<sect3><title>Textual expression of RRs</title>
<para>RRs are represented in binary form in the packets of the DNS
protocol, and are usually represented in highly encoded form when
-stored in a nameserver or resolver. In the examples provided in
+stored in a name server or resolver. In the examples provided in
RFC 1034, a style similar to that used in master files was employed
in order to show the contents of RRs. In this format, most RRs
are shown on a single line, although continuation lines are possible
@@ -5084,7 +5535,7 @@ This could be construed as a deviation from RFC 1035, a feature, or both.
with undefined TTLs. Valid TTLs are of the range 0-2147483647 seconds.</para>
<para><command>$TTL</command> is defined in RFC 2308.</para></sect3></sect2>
<sect2><title><acronym>BIND</acronym> Master File Extension: the <command>$GENERATE</command> Directive</title>
- <para>Syntax: <command>$GENERATE</command> <replaceable>range</replaceable> <replaceable>lhs</replaceable> <replaceable>type</replaceable> <replaceable>rhs</replaceable> <optional> <replaceable>comment</replaceable> </optional></para>
+ <para>Syntax: <command>$GENERATE</command> <replaceable>range</replaceable> <replaceable>lhs</replaceable> <optional><replaceable>ttl</replaceable></optional> <optional><replaceable>class</replaceable></optional> <replaceable>type</replaceable> <replaceable>rhs</replaceable> <optional> <replaceable>comment</replaceable> </optional></para>
<para><command>$GENERATE</command> is used to create a series of
resource records that only differ from each other by an iterator. <command>$GENERATE</command> can
be used to easily generate the sets of records required to support
@@ -5121,7 +5572,7 @@ value.
To get a $ in the output you need to escape the <command>$</command>
using a backslash <command>\</command>,
e.g. <command>\$</command>. The <command>$</command> may optionally be followed
-by modifiers which change the offset from the interator, field width and base.
+by modifiers which change the offset from the iterator, field width and base.
Modifiers are introduced by a <command>{</command> immediately following the
<command>$</command> as <command>${offset[,width[,base]]}</command>.
e.g. <command>${-20,3,d}</command> which subtracts 20 from the current value,
@@ -5133,9 +5584,25 @@ If the <command>lhs</command> is not
absolute, the current <command>$ORIGIN</command> is appended to
the name.</para>
<para>For compatibility with earlier versions <command>$$</command> is still
-recognised a indicating a literal $ in the output.</para></entry>
+recognized a indicating a literal $ in the output.</para></entry>
</row>
<row rowsep = "0">
+ <entry colname = "1"><para><command>ttl</command></para></entry>
+ <entry colname = "2"><para><command>ttl</command> specifies the
+ ttl of the generated records. If not specified this will be
+ inherited using the normal ttl inheritance rules.</para>
+ <para><command>class</command> and <command>ttl</command> can be
+ entered in either order.</para></entry>
+ </row>
+ <row rowsep = "0">
+ <entry colname = "1"><para><command>class</command></para></entry>
+ <entry colname = "2"><para><command>class</command> specifies the
+ class of the generated records. This must match the zone class if
+ it is specified.</para>
+ <para><command>class</command> and <command>ttl</command> can be
+ entered in either order.</para></entry>
+ </row>
+ <row rowsep = "0">
<entry colname = "1"><para><command>type</command></para></entry>
<entry colname = "2"><para>At present the only supported types are
PTR, CNAME, DNAME, A, AAAA and NS.</para></entry>
@@ -5149,6 +5616,7 @@ similarly to lhs.</para></entry>
</tgroup></informaltable>
<para>The <command>$GENERATE</command> directive is a <acronym>BIND</acronym> extension
and not part of the standard zone file format.</para>
+ <para>BIND 8 does not support the optional TTL and CLASS fields.</para>
</sect2>
</sect1>
</chapter>
@@ -5160,7 +5628,7 @@ you can set up and nickname for future use in <command>allow-notify</command>,
<command>blackhole</command>, <command>allow-transfer</command>,
etc.</para>
<para>Using ACLs allows you to have finer control over who can access
-your nameserver, without cluttering up your config files with huge
+your name server, without cluttering up your config files with huge
lists of IP addresses.</para>
<para>It is a <emphasis>good idea</emphasis> to use ACLs, and to
control access to your server. Limiting access to your server by
@@ -5198,10 +5666,10 @@ UNIX servers)</title>
<para>On UNIX servers, it is possible to run <acronym>BIND</acronym> in a <emphasis>chrooted</emphasis> environment
(<command>chroot()</command>) by specifying the "<option>-t</option>"
option. This can help improve system security by placing <acronym>BIND</acronym> in
-a "sandbox," which will limit the damage done if a server is compromised.</para>
+a "sandbox", which will limit the damage done if a server is compromised.</para>
<para>Another useful feature in the UNIX version of <acronym>BIND</acronym> is the
-ability to run the daemon as a nonprivileged user ( <option>-u</option> <replaceable>user</replaceable> ).
-We suggest running as a nonprivileged user when using the <command>chroot</command> feature.</para>
+ability to run the daemon as an unprivileged user ( <option>-u</option> <replaceable>user</replaceable> ).
+We suggest running as an unprivileged user when using the <command>chroot</command> feature.</para>
<para>Here is an example command line to load <acronym>BIND</acronym> in a <command>chroot()</command> sandbox,
<command>/var/named</command>, and to run <command>named</command> <command>setuid</command> to
user 202:</para>
@@ -5239,8 +5707,8 @@ the <command>touch</command> utility (to change file access and
modification times) or the <command>chown</command> utility (to
set the user id and/or group id) on files
to which you want <acronym>BIND</acronym>
-to write. Note that if the <command>named</command> daemon is running as a
-nonprivileged user, it will not be able to bind to new restricted ports if the
+to write. Note that if the <command>named</command> daemon is running as an
+unprivileged user, it will not be able to bind to new restricted ports if the
server is reloaded.</para>
</sect2>
</sect1>
@@ -5337,7 +5805,7 @@ all.</para>
<appendix id="ch09">
<title>Appendices</title>
<sect1>
- <title>Acknowledgements</title>
+ <title>Acknowledgments</title>
<sect2>
<title>A Brief History of the <acronym>DNS</acronym> and <acronym>BIND</acronym></title>
@@ -5350,13 +5818,13 @@ all.</para>
operational network environment. New RFCs were written and
published in 1987 that modified the original documents to
incorporate improvements based on the working model. RFC 1034,
- "Domain Names-Concepts and Facilities," and RFC 1035, "Domain
+ "Domain Names-Concepts and Facilities", and RFC 1035, "Domain
Names-Implementation and Specification" were published and
became the standards upon which all <acronym>DNS</acronym> implementations are
built.
</para>
- <para>The first working domain name server, called "Jeeves," was
+ <para>The first working domain name server, called "Jeeves", was
written in 1983-84 by Paul Mockapetris for operation on DEC Tops-20
machines located at the University of Southern California's Information
Sciences Institute (USC-ISI) and SRI International's Network Information
@@ -5393,30 +5861,11 @@ of several corporations, and by the tireless work efforts of numerous
individuals.</para>
</sect2>
</sect1>
- <sect1 id="historical_dns_information">
- <title>Historical <acronym>DNS</acronym> Information</title>
- <sect2 id="classes_of_resource_records">
- <title>Classes of Resource Records</title>
- <sect3>
- <title>HS = hesiod</title>
- <para>The <optional>hesiod</optional> class is an information service
-developed by MIT's Project Athena. It is used to share information
-about various systems databases, such as users, groups, printers
-and so on. The keyword <command>hs</command> is a synonym for
-hesiod.</para>
- </sect3>
- <sect3>
- <title>CH = chaos</title>
- <para>The <command>chaos</command> class is used to specify zone
-data for the MIT-developed CHAOSnet, a LAN protocol created in the
-mid-1970s.</para>
- </sect3>
- </sect2>
- </sect1>
- <sect1>
- <title>General <acronym>DNS</acronym> Reference Information</title>
+<sect1 id="historical_dns_information">
+
+<title>General <acronym>DNS</acronym> Reference Information</title>
<sect2 id="ipv6addresses">
- <title>IPv6 addresses (A6)</title>
+ <title>IPv6 addresses (AAAA)</title>
<para>IPv6 addresses are 128-bit identifiers for interfaces and
sets of interfaces which were introduced in the <acronym>DNS</acronym> to facilitate
scalable Internet routing. There are three types of addresses: <emphasis>Unicast</emphasis>,
@@ -5523,41 +5972,6 @@ IPv6, addresses belong to interfaces rather than machines.)</para>
<para>The subnetting capability of IPv6 is much more flexible than
that of IPv4: subnetting can now be carried out on bit boundaries,
in much the same way as Classless InterDomain Routing (CIDR).</para>
-<para>The internal structure of the Public Topology for an A6 global
-unicast address consists of:</para>
-<informaltable colsep = "0" rowsep = "0"><tgroup cols = "4"
- colsep = "0" rowsep = "0" tgroupstyle = "2Level-table">
-<colspec colname = "1" colnum = "1" colsep = "0" colwidth = "0.506in"/>
-<colspec colname = "2" colnum = "2" colsep = "0" colwidth = "0.662in"/>
-<colspec colname = "3" colnum = "3" colsep = "0" colwidth = "0.556in"/>
-<colspec colname = "4" colnum = "4" colsep = "0" colwidth = "0.825in"/>
-<tbody>
-<row rowsep = "0">
-<entry colname = "1" colsep = "1" rowsep = "1"><para>3</para></entry>
-<entry colname = "2" colsep = "1" rowsep = "1"><para>13</para></entry>
-<entry colname = "3" colsep = "1" rowsep = "1"><para>8</para></entry>
-<entry colname = "4" rowsep = "1"><para>24</para></entry>
-</row>
-<row rowsep = "0">
-<entry colname = "1" colsep = "1"><para>FP</para></entry>
-<entry colname = "2" colsep = "1"><para>TLA ID</para></entry>
-<entry colname = "3" colsep = "1"><para>RES</para></entry>
-<entry colname = "4"><para>NLA ID</para></entry>
-</row>
-</tbody>
-</tgroup></informaltable>
-<para>A 3 bit FP (Format Prefix) of 001 indicates this is a global
-Unicast address. FP lengths for other types of addresses may vary.</para>
-<para>13 TLA (Top Level Aggregator) bits give the prefix of your
-top-level IP backbone carrier.</para>
-<para>8 Reserved bits</para>
-<para>24 bits for Next Level Aggregators. This allows organizations
-with a TLA to hand out portions of their IP space to client organizations,
-so that the client can then split up the network further by filling
-in more NLA bits, and hand out IPv6 prefixes to their clients, and
-so forth.</para>
-<para>There is no particular structure for the Site topology section.
-Organizations can allocate these bits in any way they desire.</para>
<para>The Interface Identifier must be unique on that network. On
ethernet networks, one way to ensure this is to set the address
to the first three bytes of the hardware address, "FFFE", then the
@@ -5565,7 +5979,7 @@ last three bytes of the hardware address. The lowest significant
bit of the first byte should then be complemented. Addresses are
written as 32-bit blocks separated with a colon, and leading zeros
of a block may be omitted, for example:</para>
-<para><command>3ffe:8050:201:9:a00:20ff:fe81:2b32</command></para>
+<para><command>2001:db8:201:9:a00:20ff:fe81:2b32</command></para>
<para>IPv6 address specifications are likely to contain long strings
of zeros, so the architects have included a shorthand for specifying
them. The double colon (`::') indicates the longest possible string
@@ -5988,15 +6402,6 @@ Conformant Global Address Mapping</title>
<pubdate>February 1996</pubdate>
</biblioentry>
<biblioentry>
- <abbrev>RFC1912</abbrev>
- <author>
- <surname>Barr</surname>
- <firstname>D.</firstname>
- </author>
- <title>Common <acronym>DNS</acronym> Operational and Configuration Errors</title>
- <pubdate>February 1996</pubdate>
- </biblioentry>
- <biblioentry>
<abbrev>RFC2010</abbrev>
<authorgroup>
<author>
diff --git a/usr.sbin/bind/doc/arm/Bv9ARM.ch03.html b/usr.sbin/bind/doc/arm/Bv9ARM.ch03.html
index 2b0b1b3e7ac..204d64ced91 100644
--- a/usr.sbin/bind/doc/arm/Bv9ARM.ch03.html
+++ b/usr.sbin/bind/doc/arm/Bv9ARM.ch03.html
@@ -1,11 +1,11 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML
><HEAD
><TITLE
->Nameserver Configuration</TITLE
+>Name Server Configuration</TITLE
><META
NAME="GENERATOR"
-CONTENT="Modular DocBook HTML Stylesheet Version 1.73
-"><LINK
+CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="BIND 9 Administrator Reference Manual"
HREF="Bv9ARM.html"><LINK
@@ -13,7 +13,7 @@ REL="PREVIOUS"
TITLE="BIND Resource Requirements"
HREF="Bv9ARM.ch02.html"><LINK
REL="NEXT"
-TITLE="Advanced Concepts"
+TITLE="Advanced DNS Features"
HREF="Bv9ARM.ch04.html"></HEAD
><BODY
CLASS="chapter"
@@ -70,8 +70,8 @@ CLASS="chapter"
><H1
><A
NAME="ch03"
->Chapter 3. Nameserver Configuration</A
-></H1
+></A
+>Chapter 3. Name Server Configuration</H1
><DIV
CLASS="TOC"
><DL
@@ -86,18 +86,13 @@ HREF="Bv9ARM.ch03.html#sample_configuration"
></DT
><DT
>3.2. <A
-HREF="Bv9ARM.ch03.html#AEN281"
+HREF="Bv9ARM.ch03.html#AEN268"
>Load Balancing</A
></DT
><DT
>3.3. <A
-HREF="Bv9ARM.ch03.html#notify"
->Notify</A
-></DT
-><DT
->3.4. <A
-HREF="Bv9ARM.ch03.html#AEN369"
->Nameserver Operations</A
+HREF="Bv9ARM.ch03.html#AEN345"
+>Name Server Operations</A
></DT
></DL
></DIV
@@ -118,24 +113,26 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN271"
->3.1.1. A Caching-only Nameserver</A
+NAME="AEN257"
+>3.1.1. A Caching-only Name Server</A
></H2
><P
>The following sample configuration is appropriate for a caching-only
name server for use by clients internal to a corporation. All queries
-from outside clients are refused.</P
+from outside clients are refused using the <B
+CLASS="command"
+>allow-query</B
+>
+option. Alternatively, the same effect could be achieved using suitable
+firewall rules.</P
><PRE
CLASS="programlisting"
>&#13;// Two corporate subnets we wish to allow queries from.
-acl "corpnets" { 192.168.4.0/24; 192.168.7.0/24; };
+acl corpnets { 192.168.4.0/24; 192.168.7.0/24; };
options {
directory "/etc/namedb"; // Working directory
- pid-file "named.pid"; // Put pid file in working dir
- allow-query { "corpnets"; };
+ allow-query { corpnets; };
};
-// Root server hints
-zone "." { type hint; file "root.hint"; };
// Provide a reverse mapping for the loopback address 127.0.0.1
zone "0.0.127.in-addr.arpa" {
type master;
@@ -149,8 +146,8 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN275"
->3.1.2. An Authoritative-only Nameserver</A
+NAME="AEN262"
+>3.1.2. An Authoritative-only Name Server</A
></H2
><P
>This sample configuration is for an authoritative-only server
@@ -166,12 +163,9 @@ CLASS="filename"
CLASS="programlisting"
>&#13;options {
directory "/etc/namedb"; // Working directory
- pid-file "named.pid"; // Put pid file in working dir
allow-query { any; }; // This is the default
recursion no; // Do not provide recursive service
};
-// Root server hints
-zone "." { type hint; file "root.hint"; };
// Provide a reverse mapping for the loopback address 127.0.0.1
zone "0.0.127.in-addr.arpa" {
@@ -204,15 +198,15 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
-NAME="AEN281"
+NAME="AEN268"
>3.2. Load Balancing</A
></H1
><P
->Primitive load balancing can be achieved in <SPAN
+>A primitive form of load balancing can be achieved in
+the <ACRONYM
CLASS="acronym"
->DNS</SPAN
-> using multiple
-A records for one name.</P
+>DNS</ACRONYM
+> by using multiple A records for one name.</P
><P
>For example, if you have three WWW servers with network addresses
of 10.0.0.1, 10.0.0.2 and 10.0.0.3, a set of records such as the
@@ -220,11 +214,11 @@ following means that clients will connect to each machine one third
of the time:</P
><DIV
CLASS="informaltable"
-><A
-NAME="AEN286"
-></A
><P
></P
+><A
+NAME="AEN273"
+></A
><TABLE
CELLPADDING="3"
BORDER="1"
@@ -232,188 +226,128 @@ CLASS="CALSTABLE"
><TBODY
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Name</P
></TD
><TD
-WIDTH="48"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>TTL</P
></TD
><TD
-WIDTH="72"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>CLASS</P
></TD
><TD
-WIDTH="72"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>TYPE</P
></TD
><TD
-WIDTH="195"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Resource Record (RR) Data</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->www</TT
+>www</VAR
></P
></TD
><TD
-WIDTH="48"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->600</TT
+>600</VAR
></P
></TD
><TD
-WIDTH="72"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->IN</TT
+>IN</VAR
></P
></TD
><TD
-WIDTH="72"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->A</TT
+>A</VAR
></P
></TD
><TD
-WIDTH="195"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->10.0.0.1</TT
+>10.0.0.1</VAR
></P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
></P
></TD
><TD
-WIDTH="48"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->600</TT
+>600</VAR
></P
></TD
><TD
-WIDTH="72"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->IN</TT
+>IN</VAR
></P
></TD
><TD
-WIDTH="72"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->A</TT
+>A</VAR
></P
></TD
><TD
-WIDTH="195"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->10.0.0.2</TT
+>10.0.0.2</VAR
></P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
></P
></TD
><TD
-WIDTH="48"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->600</TT
+>600</VAR
></P
></TD
><TD
-WIDTH="72"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->IN</TT
+>IN</VAR
></P
></TD
><TD
-WIDTH="72"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->A</TT
+>A</VAR
></P
></TD
><TD
-WIDTH="195"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->10.0.0.3</TT
+>10.0.0.3</VAR
></P
></TD
></TR
@@ -423,9 +357,9 @@ CLASS="literal"
></P
></DIV
><P
->When a resolver queries for these records, <SPAN
+>When a resolver queries for these records, <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> will rotate
them and respond to the query with the records in a different
order. In the example above, clients will randomly receive
@@ -448,9 +382,9 @@ HREF="Bv9ARM.ch06.html#rrset_ordering"
></A
>.
This substatement is not supported in
- <SPAN
+ <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9, and only the ordering scheme described above is
available.</P
></DIV
@@ -459,63 +393,21 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
-NAME="notify"
->3.3. Notify</A
-></H1
-><P
-><SPAN
-CLASS="acronym"
->DNS</SPAN
-> Notify is a mechanism that allows master nameservers to
- notify their slave servers of changes to a zone's data. In
- response to a <B
-CLASS="command"
->NOTIFY</B
-> from a master server, the
- slave will check to see that its version of the zone is the
- current version and, if not, initiate a transfer.</P
-><P
-><SPAN
-CLASS="acronym"
->DNS</SPAN
->
- Notify is fully documented in RFC 1996. See also the description
- of the zone option <B
-CLASS="command"
->also-notify</B
->, see
- <A
-HREF="Bv9ARM.ch06.html#zone_transfers"
->Section 6.2.14.6</A
->. For more information about
- <B
-CLASS="command"
->notify</B
->, see <A
-HREF="Bv9ARM.ch06.html#boolean_options"
->Section 6.2.14.1</A
->.</P
-></DIV
-><DIV
-CLASS="sect1"
-><H1
-CLASS="sect1"
-><A
-NAME="AEN369"
->3.4. Nameserver Operations</A
+NAME="AEN345"
+>3.3. Name Server Operations</A
></H1
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN371"
->3.4.1. Tools for Use With the Nameserver Daemon</A
+NAME="AEN347"
+>3.3.1. Tools for Use With the Name Server Daemon</A
></H2
><P
>There are several indispensable diagnostic, administrative
and monitoring tools available to the system administrator for controlling
-and debugging the nameserver daemon. We describe several in this
+and debugging the name server daemon. We describe several in this
section </P
><DIV
CLASS="sect3"
@@ -523,9 +415,24 @@ CLASS="sect3"
CLASS="sect3"
><A
NAME="diagnostic_tools"
->3.4.1.1. Diagnostic Tools</A
+>3.3.1.1. Diagnostic Tools</A
></H3
><P
+>The <B
+CLASS="command"
+>dig</B
+>, <B
+CLASS="command"
+>host</B
+>, and
+<B
+CLASS="command"
+>nslookup</B
+> programs are all command line tools
+for manually querying name servers. They differ in style and
+output format.
+</P
+><P
></P
><DIV
CLASS="variablelist"
@@ -540,9 +447,9 @@ CLASS="command"
>The domain information groper (<B
CLASS="command"
>dig</B
->) is
-a command line tool that can be used to gather information from
-the Domain Name System servers. Dig has two modes: simple interactive
+>)
+is the most versatile and complete of these lookup tools.
+It has two modes: simple interactive
mode for a single query, and batch mode which executes a query for
each in a list of several query lines. All query options are accessible
from the command line.</P
@@ -550,41 +457,27 @@ from the command line.</P
><B
CLASS="command"
>dig</B
-> [@<TT
+> [@<VAR
CLASS="replaceable"
-><I
->server</I
-></TT
->] <TT
+>server</VAR
+>] <VAR
CLASS="replaceable"
-><I
->domain</I
-></TT
-> [<TT
+>domain</VAR
+> [<VAR
CLASS="replaceable"
-><I
->query-type</I
-></TT
->] [<TT
+>query-type</VAR
+>] [<VAR
CLASS="replaceable"
-><I
->query-class</I
-></TT
->] [+<TT
+>query-class</VAR
+>] [+<VAR
CLASS="replaceable"
-><I
->query-option</I
-></TT
->] [-<TT
+>query-option</VAR
+>] [-<VAR
CLASS="replaceable"
-><I
->dig-option</I
-></TT
->] [%<TT
+>dig-option</VAR
+>] [%<VAR
CLASS="replaceable"
-><I
->comment</I
-></TT
+>comment</VAR
>]</P
><P
>The usual simple use of dig will take the form</P
@@ -610,53 +503,35 @@ CLASS="command"
>The <B
CLASS="command"
>host</B
-> utility
-provides a simple <SPAN
-CLASS="acronym"
->DNS</SPAN
-> lookup using a command-line interface for
-looking up Internet hostnames. By default, the utility converts
+> utility emphasizes simplicity
+and ease of use. By default, it converts
between host names and Internet addresses, but its functionality
can be extended with the use of options.</P
><P
><B
CLASS="command"
>host</B
-> [-aCdlrTwv] [-c <TT
+> [-aCdlrTwv] [-c <VAR
CLASS="replaceable"
-><I
->class</I
-></TT
->] [-N <TT
+>class</VAR
+>] [-N <VAR
CLASS="replaceable"
-><I
->ndots</I
-></TT
->] [-t <TT
+>ndots</VAR
+>] [-t <VAR
CLASS="replaceable"
-><I
->type</I
-></TT
->] [-W <TT
+>type</VAR
+>] [-W <VAR
CLASS="replaceable"
-><I
->timeout</I
-></TT
->] [-R <TT
+>timeout</VAR
+>] [-R <VAR
CLASS="replaceable"
-><I
->retries</I
-></TT
->] <TT
+>retries</VAR
+>] <VAR
CLASS="replaceable"
-><I
->hostname</I
-></TT
-> [<TT
+>hostname</VAR
+> [<VAR
CLASS="replaceable"
-><I
->server</I
-></TT
+>server</VAR
>]</P
><P
>For more information and a list of available commands and
@@ -675,12 +550,8 @@ CLASS="command"
><B
CLASS="command"
>nslookup</B
-> is a program used to query Internet
-domain nameservers. <B
-CLASS="command"
->nslookup</B
> has two modes: interactive
-and non-interactive. Interactive mode allows the user to query nameservers
+and non-interactive. Interactive mode allows the user to query name servers
for information about various hosts and domains or to print a list
of hosts in a domain. Non-interactive mode is used to print just
the name and requested information for a host or domain.</P
@@ -688,21 +559,19 @@ the name and requested information for a host or domain.</P
><B
CLASS="command"
>nslookup</B
-> [-option...] [<TT
+> [-option...] [<VAR
CLASS="replaceable"
-><I
->host-to-find</I
-></TT
+>host-to-find</VAR
> | - [server]]</P
><P
>Interactive mode is entered when no arguments are given (the
-default nameserver will be used) or when the first argument is a
+default name server will be used) or when the first argument is a
hyphen (`-') and the second argument is the host name or Internet address
-of a nameserver.</P
+of a name server.</P
><P
>Non-interactive mode is used when the name or Internet address
of the host to be looked up is given as the first argument. The
-optional second argument specifies the host name or address of a nameserver.</P
+optional second argument specifies the host name or address of a name server.</P
><P
>Due to its arcane user interface and frequently inconsistent
behavior, we do not recommend the use of <B
@@ -723,7 +592,7 @@ CLASS="sect3"
CLASS="sect3"
><A
NAME="admin_tools"
->3.4.1.2. Administrative Tools</A
+>3.3.1.2. Administrative Tools</A
></H3
><P
>Administrative tools play an integral part in the management
@@ -736,10 +605,10 @@ CLASS="variablelist"
><DT
><A
NAME="named-checkconf"
+></A
><B
CLASS="command"
>named-checkconf</B
-></A
></DT
><DD
><P
@@ -755,25 +624,21 @@ CLASS="filename"
><B
CLASS="command"
>named-checkconf</B
-> [-t <TT
+> [-t <VAR
CLASS="replaceable"
-><I
->directory</I
-></TT
->] [<TT
+>directory</VAR
+>] [<VAR
CLASS="replaceable"
-><I
->filename</I
-></TT
+>filename</VAR
>]</P
></DD
><DT
><A
NAME="named-checkzone"
+></A
><B
CLASS="command"
>named-checkzone</B
-></A
></DT
><DD
><P
@@ -786,30 +651,24 @@ CLASS="command"
><B
CLASS="command"
>named-checkzone</B
-> [-dq] [-c <TT
+> [-dq] [-c <VAR
CLASS="replaceable"
-><I
->class</I
-></TT
->] <TT
+>class</VAR
+>] <VAR
CLASS="replaceable"
-><I
->zone</I
-></TT
-> [<TT
+>zone</VAR
+> [<VAR
CLASS="replaceable"
-><I
->filename</I
-></TT
+>filename</VAR
>]</P
></DD
><DT
><A
NAME="rndc"
+></A
><B
CLASS="command"
>rndc</B
-></A
></DT
><DD
><P
@@ -818,7 +677,7 @@ CLASS="command"
CLASS="command"
>rndc</B
>) program allows the system
- administrator to control the operation of a nameserver.
+ administrator to control the operation of a name server.
If you run <B
CLASS="command"
>rndc</B
@@ -828,36 +687,24 @@ CLASS="command"
><B
CLASS="command"
>rndc</B
-> [-c <TT
+> [-c <VAR
CLASS="replaceable"
-><I
->config</I
-></TT
->] [-s <TT
+>config</VAR
+>] [-s <VAR
CLASS="replaceable"
-><I
->server</I
-></TT
->] [-p <TT
+>server</VAR
+>] [-p <VAR
CLASS="replaceable"
-><I
->port</I
-></TT
->] [-y <TT
+>port</VAR
+>] [-y <VAR
CLASS="replaceable"
-><I
->key</I
-></TT
->] <TT
+>key</VAR
+>] <VAR
CLASS="replaceable"
-><I
->command</I
-></TT
-> [<TT
+>command</VAR
+> [<VAR
CLASS="replaceable"
-><I
->command</I
-></TT
+>command</VAR
>...]</P
><P
><B
@@ -870,90 +717,155 @@ CLASS="command"
CLASS="variablelist"
><DL
><DT
-><TT
+><KBD
CLASS="userinput"
-><B
->reload</B
-></TT
+>reload</KBD
></DT
><DD
><P
>Reload configuration file and zones.</P
></DD
><DT
-><TT
+><KBD
CLASS="userinput"
-><B
->reload <TT
+>reload <VAR
CLASS="replaceable"
-><I
->zone</I
-></TT
+>zone</VAR
>
[<SPAN
CLASS="optional"
-><TT
+><VAR
CLASS="replaceable"
-><I
->class</I
-></TT
+>class</VAR
>
[<SPAN
CLASS="optional"
-><TT
+><VAR
CLASS="replaceable"
-><I
->view</I
-></TT
+>view</VAR
></SPAN
>]</SPAN
->]</B
-></TT
+>]</KBD
></DT
><DD
><P
>Reload the given zone.</P
></DD
><DT
-><TT
+><KBD
CLASS="userinput"
-><B
->refresh <TT
+>refresh <VAR
CLASS="replaceable"
-><I
->zone</I
-></TT
+>zone</VAR
>
[<SPAN
CLASS="optional"
-><TT
+><VAR
CLASS="replaceable"
-><I
->class</I
-></TT
+>class</VAR
>
[<SPAN
CLASS="optional"
-><TT
+><VAR
CLASS="replaceable"
-><I
->view</I
-></TT
+>view</VAR
></SPAN
>]</SPAN
->]</B
-></TT
+>]</KBD
></DT
><DD
><P
>Schedule zone maintenance for the given zone.</P
></DD
><DT
-><TT
+><KBD
CLASS="userinput"
-><B
->reconfig</B
-></TT
+>retransfer <VAR
+CLASS="replaceable"
+>zone</VAR
+>
+ [<SPAN
+CLASS="optional"
+><VAR
+CLASS="replaceable"
+>class</VAR
+>
+ [<SPAN
+CLASS="optional"
+><VAR
+CLASS="replaceable"
+>view</VAR
+></SPAN
+>]</SPAN
+>]</KBD
+></DT
+><DD
+><P
+>Retransfer the given zone from the master.</P
+></DD
+><DT
+><KBD
+CLASS="userinput"
+>freeze <VAR
+CLASS="replaceable"
+>zone</VAR
+>
+ [<SPAN
+CLASS="optional"
+><VAR
+CLASS="replaceable"
+>class</VAR
+>
+ [<SPAN
+CLASS="optional"
+><VAR
+CLASS="replaceable"
+>view</VAR
+></SPAN
+>]</SPAN
+>]</KBD
+></DT
+><DD
+><P
+>Suspend updates to a dynamic zone. This allows manual
+ edits to be made to a zone normally updated by dynamic update. It
+ also causes changes in the journal file to be synced into the master
+ and the journal file to be removed. All dynamic update attempts will
+ be refused while the zone is frozen.</P
+></DD
+><DT
+><KBD
+CLASS="userinput"
+>unfreeze <VAR
+CLASS="replaceable"
+>zone</VAR
+>
+ [<SPAN
+CLASS="optional"
+><VAR
+CLASS="replaceable"
+>class</VAR
+>
+ [<SPAN
+CLASS="optional"
+><VAR
+CLASS="replaceable"
+>view</VAR
+></SPAN
+>]</SPAN
+>]</KBD
+></DT
+><DD
+><P
+>Enable updates to a frozen dynamic zone. This causes
+ the server to reload the zone from disk, and re-enables dynamic updates
+ after the load has completed. After a zone is unfrozen, dynamic updates
+ will no longer be refused.</P
+></DD
+><DT
+><KBD
+CLASS="userinput"
+>reconfig</KBD
></DT
><DD
><P
@@ -968,22 +880,18 @@ CLASS="command"
</P
></DD
><DT
-><TT
+><KBD
CLASS="userinput"
-><B
->stats</B
-></TT
+>stats</KBD
></DT
><DD
><P
>Write server statistics to the statistics file.</P
></DD
><DT
-><TT
+><KBD
CLASS="userinput"
-><B
->querylog</B
-></TT
+>querylog</KBD
></DT
><DD
><P
@@ -1009,22 +917,18 @@ CLASS="filename"
>.</P
></DD
><DT
-><TT
+><KBD
CLASS="userinput"
-><B
->dumpdb</B
-></TT
+>dumpdb</KBD
></DT
><DD
><P
>Dump the server's caches to the dump file. </P
></DD
><DT
-><TT
+><KBD
CLASS="userinput"
-><B
->stop</B
-></TT
+>stop</KBD
></DT
><DD
><P
@@ -1034,11 +938,9 @@ CLASS="userinput"
of the updated zones.</P
></DD
><DT
-><TT
+><KBD
CLASS="userinput"
-><B
->halt</B
-></TT
+>halt</KBD
></DT
><DD
><P
@@ -1048,27 +950,21 @@ CLASS="userinput"
is restarted.</P
></DD
><DT
-><TT
+><KBD
CLASS="userinput"
-><B
->trace</B
-></TT
+>trace</KBD
></DT
><DD
><P
>Increment the servers debugging level by one. </P
></DD
><DT
-><TT
+><KBD
CLASS="userinput"
-><B
->trace <TT
+>trace <VAR
CLASS="replaceable"
-><I
->level</I
-></TT
-></B
-></TT
+>level</VAR
+></KBD
></DT
><DD
><P
@@ -1076,33 +972,27 @@ CLASS="replaceable"
value.</P
></DD
><DT
-><TT
+><KBD
CLASS="userinput"
-><B
->notrace</B
-></TT
+>notrace</KBD
></DT
><DD
><P
>Sets the server's debugging level to 0.</P
></DD
><DT
-><TT
+><KBD
CLASS="userinput"
-><B
->flush</B
-></TT
+>flush</KBD
></DT
><DD
><P
>Flushes the server's cache.</P
></DD
><DT
-><TT
+><KBD
CLASS="userinput"
-><B
->status</B
-></TT
+>status</KBD
></DT
><DD
><P
@@ -1120,9 +1010,9 @@ explicit root zone configured.</P
></DL
></DIV
><P
->In <SPAN
+>In <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9.2, <B
CLASS="command"
>rndc</B
@@ -1134,7 +1024,11 @@ CLASS="command"
utility except <B
CLASS="command"
>ndc start</B
->, which was also
+> and
+<B
+CLASS="command"
+>ndc restart</B
+>, which were also
not supported in <B
CLASS="command"
>ndc</B
@@ -1153,9 +1047,9 @@ CLASS="command"
CLASS="filename"
>/etc/rndc.conf</TT
>, but an alternate
-location can be specified with the <TT
+location can be specified with the <VAR
CLASS="option"
->-c</TT
+>-c</VAR
>
option. If the configuration file is not found,
<B
@@ -1166,13 +1060,13 @@ CLASS="command"
CLASS="filename"
>/etc/rndc.key</TT
> (or whatever
-<TT
+<VAR
CLASS="varname"
->sysconfdir</TT
+>sysconfdir</VAR
> was defined when
-the <SPAN
+the <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> build was configured).
The <TT
CLASS="filename"
@@ -1232,16 +1126,16 @@ CLASS="command"
>default-server</B
> takes a
host name or address argument and represents the server that will
-be contacted if no <TT
+be contacted if no <VAR
CLASS="option"
->-s</TT
+>-s</VAR
>
option is provided on the command line.
<B
CLASS="command"
>default-key</B
> takes
-the name of key as its argument, as defined by a <B
+the name of a key as its argument, as defined by a <B
CLASS="command"
>key</B
> statement.
@@ -1262,14 +1156,28 @@ CLASS="command"
>The <B
CLASS="command"
>key</B
-> statement names a key with its
-string argument. The string is required by the server to be a valid
+> statement defines an key to be used
+by <B
+CLASS="command"
+>rndc</B
+> when authenticating with
+<B
+CLASS="command"
+>named</B
+>. Its syntax is identical to the
+<B
+CLASS="command"
+>key</B
+> statement in named.conf.
+The keyword <KBD
+CLASS="userinput"
+>key</KBD
+> is
+followed by a key name, which must be a valid
domain name, though it need not actually be hierarchical; thus,
-a string like "<TT
+a string like "<KBD
CLASS="userinput"
-><B
->rndc_key</B
-></TT
+>rndc_key</KBD
>" is a valid name.
The <B
CLASS="command"
@@ -1283,40 +1191,49 @@ CLASS="command"
>secret</B
>.
While the configuration parser will accept any string as the argument
-to algorithm, currently only the string "<TT
+to algorithm, currently only the string "<KBD
CLASS="userinput"
-><B
->hmac-md5</B
-></TT
+>hmac-md5</KBD
>"
has any meaning. The secret is a base-64 encoded string.</P
><P
>The <B
CLASS="command"
>server</B
-> statement uses the key clause
-to associate a <B
+> statement associates a key
+defined using the <B
CLASS="command"
>key</B
->-defined key with a server.
-The argument to the <B
+> statement with a server.
+The keyword <KBD
+CLASS="userinput"
+>server</KBD
+> is followed by a
+host name or address. The <B
CLASS="command"
>server</B
-> statement is a
-host name or address (addresses must be double quoted). The argument
-to the key clause is the name of the key as defined by the <B
+> statement
+has two clauses: <B
CLASS="command"
>key</B
-> statement.
+> and <B
+CLASS="command"
+>port</B
+>.
The <B
CLASS="command"
+>key</B
+> clause specifies the name of the key
+to be used when communicating with this server, and the
+<B
+CLASS="command"
>port</B
-> clause can be used to
-specify the port to which <B
+> clause can be used to
+specify the port <B
CLASS="command"
>rndc</B
> should connect
-on the given server.</P
+to on the server.</P
><P
>A sample minimal configuration file is as follows:</P
><PRE
@@ -1326,7 +1243,7 @@ CLASS="programlisting"
secret "c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K";
};
options {
- default-server localhost;
+ default-server 127.0.0.1;
default-key rndc_key;
};
</PRE
@@ -1337,18 +1254,16 @@ CLASS="filename"
>,
would allow the command:</P
><P
-><TT
+><SAMP
CLASS="prompt"
->$ </TT
-><TT
+>$ </SAMP
+><KBD
CLASS="userinput"
-><B
->rndc reload</B
-></TT
+>rndc reload</KBD
></P
><P
->to connect to 127.0.0.1 port 953 and cause the nameserver
-to reload, if a nameserver on the local machine were running with
+>to connect to 127.0.0.1 port 953 and cause the name server
+to reload, if a name server on the local machine were running with
following controls statements:</P
><PRE
CLASS="programlisting"
@@ -1358,9 +1273,9 @@ CLASS="programlisting"
</PRE
><P
>and it had an identical key statement for
-<TT
+<VAR
CLASS="literal"
->rndc_key</TT
+>rndc_key</VAR
>.</P
><P
>Running the <B
@@ -1403,8 +1318,8 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN663"
->3.4.2. Signals</A
+NAME="AEN679"
+>3.3.2. Signals</A
></H2
><P
>Certain UNIX signals cause the name server to take specific
@@ -1415,11 +1330,11 @@ CLASS="command"
> command.</P
><DIV
CLASS="informaltable"
-><A
-NAME="AEN667"
-></A
><P
></P
+><A
+NAME="AEN683"
+></A
><TABLE
CELLPADDING="3"
BORDER="1"
@@ -1427,9 +1342,6 @@ CLASS="CALSTABLE"
><TBODY
><TR
><TD
-WIDTH="108"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -1437,9 +1349,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="384"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Causes the server to read <TT
CLASS="filename"
@@ -1450,9 +1359,6 @@ reload the database. </P
></TR
><TR
><TD
-WIDTH="108"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -1460,18 +1366,12 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="384"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Causes the server to clean up and exit.</P
></TD
></TR
><TR
><TD
-WIDTH="108"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
>&#13;<P
><B
CLASS="command"
@@ -1480,9 +1380,6 @@ CLASS="command"
>
</TD
><TD
-WIDTH="384"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Causes the server to clean up and exit.</P
></TD
@@ -1539,9 +1436,9 @@ ACCESSKEY="N"
WIDTH="33%"
ALIGN="left"
VALIGN="top"
-><SPAN
+><ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> Resource Requirements</TD
><TD
WIDTH="34%"
@@ -1552,7 +1449,7 @@ VALIGN="top"
WIDTH="33%"
ALIGN="right"
VALIGN="top"
->Advanced Concepts</TD
+>Advanced DNS Features</TD
></TR
></TABLE
></DIV
diff --git a/usr.sbin/bind/doc/arm/Bv9ARM.ch04.html b/usr.sbin/bind/doc/arm/Bv9ARM.ch04.html
index 2e00c1d7056..a1f90b4c512 100644
--- a/usr.sbin/bind/doc/arm/Bv9ARM.ch04.html
+++ b/usr.sbin/bind/doc/arm/Bv9ARM.ch04.html
@@ -1,16 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML
><HEAD
><TITLE
->Advanced Concepts</TITLE
+>Advanced DNS Features</TITLE
><META
NAME="GENERATOR"
-CONTENT="Modular DocBook HTML Stylesheet Version 1.73
-"><LINK
+CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="BIND 9 Administrator Reference Manual"
HREF="Bv9ARM.html"><LINK
REL="PREVIOUS"
-TITLE="Nameserver Configuration"
+TITLE="Name Server Configuration"
HREF="Bv9ARM.ch03.html"><LINK
REL="NEXT"
TITLE="The BIND 9 Lightweight Resolver"
@@ -70,8 +70,8 @@ CLASS="chapter"
><H1
><A
NAME="ch04"
->Chapter 4. Advanced Concepts</A
-></H1
+></A
+>Chapter 4. Advanced DNS Features</H1
><DIV
CLASS="TOC"
><DL
@@ -81,45 +81,50 @@ CLASS="TOC"
></DT
><DT
>4.1. <A
+HREF="Bv9ARM.ch04.html#notify"
+>Notify</A
+></DT
+><DT
+>4.2. <A
HREF="Bv9ARM.ch04.html#dynamic_update"
>Dynamic Update</A
></DT
><DT
->4.2. <A
+>4.3. <A
HREF="Bv9ARM.ch04.html#incremental_zone_transfers"
>Incremental Zone Transfers (IXFR)</A
></DT
><DT
->4.3. <A
-HREF="Bv9ARM.ch04.html#AEN727"
+>4.4. <A
+HREF="Bv9ARM.ch04.html#AEN757"
>Split DNS</A
></DT
><DT
->4.4. <A
+>4.5. <A
HREF="Bv9ARM.ch04.html#tsig"
>TSIG</A
></DT
><DT
->4.5. <A
-HREF="Bv9ARM.ch04.html#AEN887"
+>4.6. <A
+HREF="Bv9ARM.ch04.html#AEN917"
>TKEY</A
></DT
><DT
->4.6. <A
-HREF="Bv9ARM.ch04.html#AEN902"
+>4.7. <A
+HREF="Bv9ARM.ch04.html#AEN932"
>SIG(0)</A
></DT
><DT
->4.7. <A
+>4.8. <A
HREF="Bv9ARM.ch04.html#DNSSEC"
>DNSSEC</A
></DT
><DT
->4.8. <A
-HREF="Bv9ARM.ch04.html#AEN987"
->IPv6 Support in <SPAN
+>4.9. <A
+HREF="Bv9ARM.ch04.html#AEN1001"
+>IPv6 Support in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9</A
></DT
></DL
@@ -129,13 +134,64 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
+NAME="notify"
+>4.1. Notify</A
+></H1
+><P
+><ACRONYM
+CLASS="acronym"
+>DNS</ACRONYM
+> NOTIFY is a mechanism that allows master
+servers to notify their slave servers of changes to a zone's data. In
+response to a <B
+CLASS="command"
+>NOTIFY</B
+> from a master server, the
+slave will check to see that its version of the zone is the
+current version and, if not, initiate a zone transfer.</P
+><P
+><ACRONYM
+CLASS="acronym"
+>DNS</ACRONYM
+>
+For more information about
+<B
+CLASS="command"
+>NOTIFY</B
+>, see the description of the
+<B
+CLASS="command"
+>notify</B
+> option in <A
+HREF="Bv9ARM.ch06.html#boolean_options"
+>Section 6.2.16.1</A
+> and
+the description of the zone option <B
+CLASS="command"
+>also-notify</B
+> in
+<A
+HREF="Bv9ARM.ch06.html#zone_transfers"
+>Section 6.2.16.7</A
+>. The <B
+CLASS="command"
+>NOTIFY</B
+>
+protocol is specified in RFC 1996.
+</P
+></DIV
+><DIV
+CLASS="sect1"
+><H1
+CLASS="sect1"
+><A
NAME="dynamic_update"
->4.1. Dynamic Update</A
+>4.2. Dynamic Update</A
></H1
><P
->Dynamic update is the term used for the ability under
- certain specified conditions to add, modify or delete records or
- RRsets in the master zone files. Dynamic update is fully described
+>Dynamic Update is a method for adding, replacing or deleting
+ records in a master server by sending it a special form of DNS
+ messages. The format and meaning of these messages is specified
in RFC 2136.</P
><P
>Dynamic update is enabled on a zone-by-zone basis, by
@@ -153,7 +209,7 @@ CLASS="command"
> statement.</P
><P
>Updating of secure zones (zones using DNSSEC) follows
- RFC 3007: SIG and NXT records affected by updates are automatically
+ RFC 3007: RRSIG and NSEC records affected by updates are automatically
regenerated by the server using an online zone key.
Update authorization is based
on transaction signatures and an explicit server policy.</P
@@ -163,7 +219,7 @@ CLASS="sect2"
CLASS="sect2"
><A
NAME="journal"
->4.1.1. The journal file</A
+>4.2.1. The journal file</A
></H2
><P
>All changes made to a zone using dynamic update are stored in the
@@ -181,8 +237,8 @@ CLASS="filename"
the complete contents of the updated zone to its zone file.
This is not done immediately after
each dynamic update, because that would be too slow when a large
- zone is updated frequently. Instead, the dump is delayed by 15
- minutes, allowing additional updates to take place.</P
+ zone is updated frequently. Instead, the dump is delayed by
+ up to 15 minutes, allowing additional updates to take place.</P
><P
>When a server is restarted after a shutdown or crash, it will replay
the journal file to incorporate into the zone any updates that took
@@ -201,40 +257,28 @@ CLASS="command"
>.</P
><P
>If you have to make changes to a dynamic zone
- manually, the following procedure will work: Shut down
- the server using <B
-CLASS="command"
->rndc stop</B
-> (sending a signal
- or using <B
+ manually, the following procedure will work: Disable dynamic updates
+ to the zone using
+ <B
CLASS="command"
->rndc halt</B
-> is <SPAN
-CLASS="emphasis"
-><I
-CLASS="emphasis"
->not</I
-></SPAN
->
- sufficient). Wait for the server to exit,
- then <SPAN
-CLASS="emphasis"
-><I
-CLASS="emphasis"
->remove</I
-></SPAN
-> the zone's
- <TT
-CLASS="filename"
->.jnl</TT
-> file, edit the zone file,
- and restart the server. Removing the <TT
+>rndc freeze <VAR
+CLASS="replaceable"
+>zone</VAR
+></B
+>.
+ This will also remove the zone's <TT
CLASS="filename"
>.jnl</TT
+> file
+ and update the master file. Edit the zone file. Run
+ <B
+CLASS="command"
+>rndc unfreeze <VAR
+CLASS="replaceable"
+>zone</VAR
+></B
>
- file is necessary because the manual edits will not be
- present in the journal, rendering it inconsistent with the
- contents of the zone file.</P
+ to reload the changed zone and re-enable dynamic updates.</P
></DIV
></DIV
><DIV
@@ -243,31 +287,42 @@ CLASS="sect1"
CLASS="sect1"
><A
NAME="incremental_zone_transfers"
->4.2. Incremental Zone Transfers (IXFR)</A
+>4.3. Incremental Zone Transfers (IXFR)</A
></H1
><P
>The incremental zone transfer (IXFR) protocol is a way for
- slave servers to transfer only changed data, instead of having to
- transfer the entire zone. The IXFR protocol is documented in RFC
- 1995. See <A
+slave servers to transfer only changed data, instead of having to
+transfer the entire zone. The IXFR protocol is specified in RFC
+1995. See <A
HREF="Bv9ARM.ch09.html#proposed_standards"
>Proposed Standards</A
>.</P
><P
->When acting as a master, <SPAN
+>When acting as a master, <ACRONYM
CLASS="acronym"
->BIND</SPAN
-> 9 supports IXFR for those zones
+>BIND</ACRONYM
+> 9
+supports IXFR for those zones
where the necessary change history information is available. These
include master zones maintained by dynamic update and slave zones
-whose data was obtained by IXFR, but not manually maintained master
-zones nor slave zones obtained by performing a full zone transfer
-(AXFR).</P
+whose data was obtained by IXFR. For manually maintained master
+zones, and for slave zones obtained by performing a full zone
+transfer (AXFR), IXFR is supported only if the option
+<B
+CLASS="command"
+>ixfr-from-differences</B
+> is set
+to <KBD
+CLASS="userinput"
+>yes</KBD
+>.
+</P
><P
->When acting as a slave, <SPAN
+>When acting as a slave, <ACRONYM
CLASS="acronym"
->BIND</SPAN
-> 9 will attempt to use IXFR unless
+>BIND</ACRONYM
+> 9 will
+attempt to use IXFR unless
it is explicitly disabled. For more information about disabling
IXFR, see the description of the <B
CLASS="command"
@@ -283,11 +338,11 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
-NAME="AEN727"
->4.3. Split DNS</A
+NAME="AEN757"
+>4.4. Split DNS</A
></H1
><P
->Setting up different views, or visibility, of DNS space to
+>Setting up different views, or visibility, of the DNS space to
internal and external resolvers is usually referred to as a <SPAN
CLASS="emphasis"
><I
@@ -319,7 +374,11 @@ CLASS="emphasis"
CLASS="emphasis"
>Example, Inc.</I
></SPAN
-> (example.com)
+>
+(<VAR
+CLASS="literal"
+>example.com</VAR
+>)
has several corporate sites that have an internal network with reserved
Internet Protocol (IP) space and an external demilitarized zone (DMZ),
or "outside" section of a network, that is available to the public.</P
@@ -337,7 +396,7 @@ to have access to certain internal-only zones that are not available
at all outside of the internal network.</P
><P
>In order to accomplish this, the company will set up two sets
-of nameservers. One set will be on the inside network (in the reserved
+of name servers. One set will be on the inside network (in the reserved
IP space) and the other set will be on bastion hosts, which are "proxy"
hosts that can talk to both sides of its network, in the DMZ.</P
><P
@@ -385,7 +444,7 @@ CLASS="filename"
CLASS="filename"
>site2.internal</TT
> domains,
-the internal nameservers must be configured to disallow all queries
+the internal name servers must be configured to disallow all queries
to these domains from any external hosts, including the bastion
hosts.</P
><P
@@ -430,16 +489,16 @@ internal hosts.</P
>Here's an example of a wildcard MX record:</P
><PRE
CLASS="programlisting"
-><TT
+><VAR
CLASS="literal"
->* IN MX 10 external1.example.com.</TT
+>* IN MX 10 external1.example.com.</VAR
></PRE
><P
>Now that they accept mail on behalf of anything in the internal
network, the bastion hosts will need to know how to deliver mail
to internal hosts. In order for this to work properly, the resolvers on
the bastion hosts will need to be configured to point to the internal
-nameservers for DNS resolution.</P
+name servers for DNS resolution.</P
><P
>Queries for internal hostnames will be answered by the internal
servers, and queries for external hostnames will be forwarded back
@@ -453,7 +512,7 @@ CLASS="emphasis"
>only</I
></SPAN
> the internal
-nameservers for DNS queries. This could also be enforced via selective
+name servers for DNS queries. This could also be enforced via selective
filtering on the network.</P
><P
>If everything has been set properly, <SPAN
@@ -469,24 +528,24 @@ internal clients will now be able to:</P
><UL
><LI
><P
->Look up any hostnames in the <TT
+>Look up any hostnames in the <VAR
CLASS="literal"
->site1</TT
+>site1</VAR
> and
-<TT
+<VAR
CLASS="literal"
->site2.example.com</TT
+>site2.example.com</VAR
> zones.</P
></LI
><LI
><P
->Look up any hostnames in the <TT
+>Look up any hostnames in the <VAR
CLASS="literal"
->site1.internal</TT
+>site1.internal</VAR
> and
-<TT
+<VAR
CLASS="literal"
->site2.internal</TT
+>site2.internal</VAR
> domains.</P
></LI
><LI
@@ -505,24 +564,24 @@ CLASS="literal"
><UL
><LI
><P
->Look up any hostnames in the <TT
+>Look up any hostnames in the <VAR
CLASS="literal"
->site1</TT
+>site1</VAR
> and
-<TT
+<VAR
CLASS="literal"
->site2.example.com</TT
+>site2.example.com</VAR
> zones.</P
></LI
><LI
><P
->Exchange mail with anyone in the <TT
+>Exchange mail with anyone in the <VAR
CLASS="literal"
->site1</TT
+>site1</VAR
> and
-<TT
+<VAR
CLASS="literal"
->site2.example.com</TT
+>site2.example.com</VAR
> zones.</P
></LI
></UL
@@ -540,9 +599,9 @@ CLASS="programlisting"
>&#13;
acl internals { 172.16.72.0/24; 192.168.1.0/24; };
-acl externals { <TT
+acl externals { <VAR
CLASS="varname"
->bastion-ips-go-here</TT
+>bastion-ips-go-here</VAR
>; };
options {
@@ -550,9 +609,9 @@ options {
...
forward only;
forwarders { // forward to external servers
- <TT
+ <VAR
CLASS="varname"
->bastion-ips-go-here</TT
+>bastion-ips-go-here</VAR
>;
};
allow-transfer { none; }; // sample allow-transfer (no one)
@@ -571,7 +630,7 @@ zone "site1.example.com" { // sample master zone
allow-transfer { internals; };
};
-zone "site2.example.com" {
+zone "site2.example.com" { // sample slave zone
type slave;
file "s/site2.example.com";
masters { 172.16.72.3; };
@@ -650,57 +709,55 @@ CLASS="sect1"
CLASS="sect1"
><A
NAME="tsig"
->4.4. TSIG</A
+>4.5. TSIG</A
></H1
><P
>This is a short guide to setting up Transaction SIGnatures
-(TSIG) based transaction security in <SPAN
+(TSIG) based transaction security in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
>. It describes changes
to the configuration file as well as what changes are required for
different features, including the process of creating transaction
-keys and using transaction signatures with <SPAN
+keys and using transaction signatures with <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
>.</P
><P
-><SPAN
+><ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> primarily supports TSIG for server to server communication.
This includes zone transfer, notify, and recursive query messages.
-Resolvers based on newer versions of <SPAN
+Resolvers based on newer versions of <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 8 have limited support
for TSIG.</P
><P
>TSIG might be most useful for dynamic update. A primary
server for a dynamic zone should use access control to control
- updates, but IP-based access control is insufficient. Key-based
- access control is far superior, see <A
-HREF="Bv9ARM.ch09.html#proposed_standards"
->Proposed Standards</A
->. The <B
+ updates, but IP-based access control is insufficient.
+ The cryptographic access control provided by TSIG
+ is far superior. The <B
CLASS="command"
>nsupdate</B
>
- program supports TSIG via the <TT
+ program supports TSIG via the <VAR
CLASS="option"
->-k</TT
+>-k</VAR
> and
- <TT
+ <VAR
CLASS="option"
->-y</TT
+>-y</VAR
> command line options.</P
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN818"
->4.4.1. Generate Shared Keys for Each Pair of Hosts</A
+NAME="AEN848"
+>4.5.1. Generate Shared Keys for Each Pair of Hosts</A
></H2
><P
>A shared secret is generated to be shared between <SPAN
@@ -723,8 +780,8 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
-NAME="AEN823"
->4.4.1.1. Automatic Generation</A
+NAME="AEN853"
+>4.5.1.1. Automatic Generation</A
></H3
><P
>The following command will generate a 128 bit (16 byte) HMAC-MD5
@@ -733,11 +790,9 @@ are easier to read. Note that the maximum key length is 512 bits;
keys longer than that will be digested with MD5 to produce a 128
bit key.</P
><P
-><TT
+><KBD
CLASS="userinput"
-><B
->dnssec-keygen -a hmac-md5 -b 128 -n HOST host1-host2.</B
-></TT
+>dnssec-keygen -a hmac-md5 -b 128 -n HOST host1-host2.</KBD
></P
><P
>The key is in the file <TT
@@ -745,18 +800,18 @@ CLASS="filename"
>Khost1-host2.+157+00000.private</TT
>.
Nothing directly uses this file, but the base-64 encoded string
-following "<TT
+following "<VAR
CLASS="literal"
->Key:</TT
+>Key:</VAR
>"
can be extracted from the file and used as a shared secret:</P
><PRE
CLASS="programlisting"
>Key: La/E5CjG9O+os1jq0a2jdA==</PRE
><P
->The string "<TT
+>The string "<VAR
CLASS="literal"
->La/E5CjG9O+os1jq0a2jdA==</TT
+>La/E5CjG9O+os1jq0a2jdA==</VAR
>" can
be used as the shared secret.</P
></DIV
@@ -765,8 +820,8 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
-NAME="AEN834"
->4.4.1.2. Manual Generation</A
+NAME="AEN864"
+>4.5.1.2. Manual Generation</A
></H3
><P
>The shared secret is simply a random sequence of bits, encoded
@@ -786,8 +841,8 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN839"
->4.4.2. Copying the Shared Secret to Both Machines</A
+NAME="AEN869"
+>4.5.2. Copying the Shared Secret to Both Machines</A
></H2
><P
>This is beyond the scope of DNS. A secure transport mechanism
@@ -798,8 +853,8 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN842"
->4.4.3. Informing the Servers of the Key's Existence</A
+NAME="AEN872"
+>4.5.3. Informing the Servers of the Key's Existence</A
></H2
><P
>Imagine <SPAN
@@ -827,9 +882,9 @@ CLASS="programlisting"
};
</PRE
><P
->The algorithm, hmac-md5, is the only one supported by <SPAN
+>The algorithm, hmac-md5, is the only one supported by <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
>.
The secret is the one generated above. Since this is a secret, it
is recommended that either <TT
@@ -844,16 +899,16 @@ CLASS="filename"
><P
>At this point, the key is recognized. This means that if the
server receives a message signed by this key, it can verify the
-signature. If the signature succeeds, the response is signed by
-the same key.</P
+signature. If the signature is successfully verified, the
+response is signed by the same key.</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN854"
->4.4.4. Instructing the Server to Use the Key</A
+NAME="AEN884"
+>4.5.4. Instructing the Server to Use the Key</A
></H2
><P
>Since keys are shared between two hosts only, the server must
@@ -936,13 +991,13 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN870"
->4.4.5. TSIG Key Based Access Control</A
+NAME="AEN900"
+>4.5.5. TSIG Key Based Access Control</A
></H2
><P
-><SPAN
+><ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> allows IP addresses and ranges to be specified in ACL
definitions and
<B
@@ -974,7 +1029,7 @@ CLASS="command"
>update-policy</B
> statement in <A
HREF="Bv9ARM.ch06.html#dynamic_update_policies"
->Section 6.2.22.4</A
+>Section 6.2.24.4</A
>.</P
></DIV
><DIV
@@ -982,8 +1037,8 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN883"
->4.4.6. Errors</A
+NAME="AEN913"
+>4.5.6. Errors</A
></H2
><P
>The processing of TSIG signed messages can result in
@@ -1011,8 +1066,8 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
-NAME="AEN887"
->4.5. TKEY</A
+NAME="AEN917"
+>4.6. TKEY</A
></H1
><P
><B
@@ -1024,10 +1079,11 @@ CLASS="command"
CLASS="command"
>TKEY</B
> that specify how the key is
- generated or assigned. <SPAN
+ generated or assigned. <ACRONYM
CLASS="acronym"
->BIND</SPAN
-> implements only one of these modes,
+>BIND</ACRONYM
+> 9
+ implements only one of these modes,
the Diffie-Hellman key exchange. Both hosts are required to have
a Diffie-Hellman KEY record (although this record is not required
to be present in a zone). The <B
@@ -1077,18 +1133,18 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
-NAME="AEN902"
->4.6. SIG(0)</A
+NAME="AEN932"
+>4.7. SIG(0)</A
></H1
><P
-><SPAN
+><ACRONYM
CLASS="acronym"
->BIND</SPAN
-> 9 partially supports DNSSEC SIG(0) transaction
- signatures as specified in RFC 2535. SIG(0) uses public/private
- keys to authenticate messages. Access control is performed in the
- same manner as TSIG keys; privileges can be granted or denied
- based on the key name.</P
+>BIND</ACRONYM
+> 9 partially supports DNSSEC SIG(0)
+ transaction signatures as specified in RFC 2535 and RFC2931. SIG(0)
+ uses public/private keys to authenticate messages. Access control
+ is performed in the same manner as TSIG keys; privileges can be
+ granted or denied based on the key name.</P
><P
>When a SIG(0) signed message is received, it will only be
verified if the key is known and trusted by the server; the server
@@ -1097,11 +1153,14 @@ CLASS="acronym"
>SIG(0) signing of multiple-message TCP streams is not
supported.</P
><P
-><SPAN
+>The only tool shipped with <ACRONYM
CLASS="acronym"
->BIND</SPAN
-> 9 does not ship with any tools that generate SIG(0)
- signed messages.</P
+>BIND</ACRONYM
+> 9 that
+ generates SIG(0) signed messages is <B
+CLASS="command"
+>nsupdate</B
+>.</P
></DIV
><DIV
CLASS="sect1"
@@ -1109,7 +1168,7 @@ CLASS="sect1"
CLASS="sect1"
><A
NAME="DNSSEC"
->4.7. DNSSEC</A
+>4.8. DNSSEC</A
></H1
><P
>Cryptographic authentication of DNS information is possible
@@ -1117,32 +1176,41 @@ NAME="DNSSEC"
CLASS="emphasis"
><I
CLASS="emphasis"
->DNSSEC</I
+>DNSSEC-bis</I
></SPAN
>) extensions,
- defined in RFC 2535. This section describes the creation and use
+ defined in RFC &#60;TBA&#62;. This section describes the creation and use
of DNSSEC signed zones.</P
><P
>In order to set up a DNSSEC secure zone, there are a series
- of steps which must be followed. <SPAN
+ of steps which must be followed. <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 ships
with several tools
that are used in this process, which are explained in more detail
- below. In all cases, the "<TT
+ below. In all cases, the <VAR
CLASS="option"
->-h</TT
->" option prints a
+>-h</VAR
+> option prints a
full list of parameters. Note that the DNSSEC tools require the
- keyset and signedkey files to be in the working directory, and
- that the tools shipped with BIND 9.0.x are not fully compatible
+ keyset files to be in the working directory or the
+ directory specified by the <VAR
+CLASS="option"
+>-h</VAR
+> option, and
+ that the tools shipped with BIND 9.2.x and earlier are not compatible
with the current ones.</P
><P
>There must also be communication with the administrators of
- the parent and/or child zone to transmit keys and signatures. A
- zone's security status must be indicated by the parent zone for a
- DNSSEC capable resolver to trust its data.</P
+ the parent and/or child zone to transmit keys. A zone's security
+ status must be indicated by the parent zone for a DNSSEC capable
+ resolver to trust its data. This is done through the presense
+ or absence of a <VAR
+CLASS="literal"
+>DS</VAR
+> record at the delegation
+ point.</P
><P
>For other servers to trust data in this zone, they must
either be statically configured with this zone's zone key or the
@@ -1152,8 +1220,8 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN919"
->4.7.1. Generating Keys</A
+NAME="AEN952"
+>4.8.1. Generating Keys</A
></H2
><P
>The <B
@@ -1172,37 +1240,34 @@ CLASS="command"
>, and must be usable for authentication.
It is recommended that zone keys use a cryptographic algorithm
designated as "mandatory to implement" by the IETF; currently
- these are RSASHA1 (which is not yet supported in BIND 9.2)
- and DSA.</P
+ the only one is RSASHA1.</P
><P
->The following command will generate a 768 bit DSA key for
+>The following command will generate a 768 bit RSASHA1 key for
the <TT
CLASS="filename"
>child.example</TT
> zone:</P
><P
-><TT
+><KBD
CLASS="userinput"
-><B
->dnssec-keygen -a DSA -b 768 -n ZONE child.example.</B
-></TT
+>dnssec-keygen -a RSASHA1 -b 768 -n ZONE child.example.</KBD
></P
><P
>Two output files will be produced:
<TT
CLASS="filename"
->Kchild.example.+003+12345.key</TT
+>Kchild.example.+005+12345.key</TT
> and
<TT
CLASS="filename"
->Kchild.example.+003+12345.private</TT
+>Kchild.example.+005+12345.private</TT
> (where
12345 is an example of a key tag). The key file names contain
the key name (<TT
CLASS="filename"
>child.example.</TT
>), algorithm (3
- is DSA, 1 is RSA, etc.), and the key tag (12345 in this case).
+ is DSA, 1 is RSAMD5, 5 is RSASHA1, etc.), and the key tag (12345 in this case).
The private key (in the <TT
CLASS="filename"
>.private</TT
@@ -1217,126 +1282,24 @@ CLASS="filename"
>To generate another key with the same properties (but with
a different key tag), repeat the above command.</P
><P
->The public keys should be inserted into the zone file with
- <B
-CLASS="command"
->$INCLUDE</B
-> statements, including the
- <TT
+>The public keys should be inserted into the zone file by
+ including the <TT
CLASS="filename"
>.key</TT
-> files.</P
-></DIV
-><DIV
-CLASS="sect2"
-><H2
-CLASS="sect2"
-><A
-NAME="AEN939"
->4.7.2. Creating a Keyset</A
-></H2
-><P
->The <B
-CLASS="command"
->dnssec-makekeyset</B
-> program is used
- to create a key set from one or more keys.</P
-><P
->Once the zone keys have been generated, a key set must be
- built for transmission to the administrator of the parent zone,
- so that the parent zone can sign the keys with its own zone key
- and correctly indicate the security status of this zone. When
- building a key set, the list of keys to be included and the TTL
- of the set must be specified, and the desired signature validity
- period of the parent's signature may also be specified.</P
-><P
->The list of keys to be inserted into the key set may also
- included non-zone keys present at the top of the zone.
+> files using
<B
CLASS="command"
->dnssec-makekeyset</B
-> may also be used at other
- names in the zone.</P
-><P
->The following command generates a key set containing the
- above key and another key similarly generated, with a TTL of
- 3600 and a signature validity period of 10 days starting from
- now.</P
-><P
-><TT
-CLASS="userinput"
-><B
->dnssec-makekeyset -t 3600 -e +864000 Kchild.example.+003+12345 Kchild.example.+003+23456</B
-></TT
-></P
-><P
->One output file is produced:
- <TT
-CLASS="filename"
->keyset-child.example.</TT
->. This file should be
- transmitted to the parent to be signed. It includes the keys,
- as well as signatures over the key set generated by the zone
- keys themselves, which are used to prove ownership of the
- private keys and encode the desired validity period.</P
-></DIV
-><DIV
-CLASS="sect2"
-><H2
-CLASS="sect2"
-><A
-NAME="AEN951"
->4.7.3. Signing the Child's Keyset</A
-></H2
-><P
->The <B
-CLASS="command"
->dnssec-signkey</B
-> program is used to
- sign one child's keyset.</P
-><P
->If the <TT
-CLASS="filename"
->child.example</TT
-> zone has any
- delegations which are secure, for example,
- <TT
-CLASS="filename"
->grand.child.example</TT
->, the
- <TT
-CLASS="filename"
->child.example</TT
-> administrator should receive
- keyset files for each secure subzone. These keys must be signed
- by this zone's zone keys.</P
-><P
->The following command signs the child's key set with the
- zone keys:</P
-><P
-><TT
-CLASS="userinput"
-><B
->dnssec-signkey keyset-grand.child.example. Kchild.example.+003+12345 Kchild.example.+003+23456</B
-></TT
-></P
-><P
->One output file is produced:
- <TT
-CLASS="filename"
->signedkey-grand.child.example.</TT
->. This file
- should be both transmitted back to the child and retained. It
- includes all keys (the child's keys) from the keyset file and
- signatures generated by this zone's zone keys.</P
+>$INCLUDE</B
+> statements.
+ </P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN964"
->4.7.4. Signing the Zone</A
+NAME="AEN972"
+>4.8.2. Signing the Zone</A
></H2
><P
>The <B
@@ -1347,24 +1310,29 @@ CLASS="command"
><P
>Any <TT
CLASS="filename"
->signedkey</TT
-> files corresponding to
- secure subzones should be present, as well as a
- <TT
-CLASS="filename"
->signedkey</TT
-> file for this zone generated by
- the parent (if there is one). The zone signer will generate
- <TT
+>keyset</TT
+> files corresponding
+ to secure subzones should be present. The zone signer will
+ generate <VAR
CLASS="literal"
->NXT</TT
-> and <TT
+>NSEC</VAR
+> and <VAR
+CLASS="literal"
+>RRSIG</VAR
+>
+ records for the zone, as well as <VAR
+CLASS="literal"
+>DS</VAR
+> for
+ the child zones if <VAR
+CLASS="literal"
+>'-d'</VAR
+> is specified.
+ If <VAR
CLASS="literal"
->SIG</TT
-> records for
- the zone, as well as incorporate the zone key signature from the
- parent and indicate the security status at all delegation
- points.</P
+>'-d'</VAR
+> is not specified then DS RRsets for
+ the secure child zones need to be added manually.</P
><P
>The following command signs the zone, assuming it is in a
file called <TT
@@ -1374,11 +1342,9 @@ CLASS="filename"
default, all zone keys which have an available private key are
used to generate signatures.</P
><P
-><TT
+><KBD
CLASS="userinput"
-><B
->dnssec-signzone -o child.example zone.child.example</B
-></TT
+>dnssec-signzone -o child.example zone.child.example</KBD
></P
><P
>One output file is produced:
@@ -1391,24 +1357,39 @@ CLASS="filename"
>named.conf</TT
> as the
input file for the zone.</P
+><P
+><B
+CLASS="command"
+>dnssec-signzone</B
+> will also produce a
+ keyset and dsset files and optionally a dlvset file. These
+ are used to provide the parent zone administators with the
+ <VAR
+CLASS="literal"
+>DNSKEYs</VAR
+> (or their corresponding <VAR
+CLASS="literal"
+>DS</VAR
+>
+ records) that are the secure entry point to the zone.</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN980"
->4.7.5. Configuring Servers</A
+NAME="AEN994"
+>4.8.3. Configuring Servers</A
></H2
><P
->Unlike in <SPAN
+>Unlike <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 8,
-data is not verified on load in <SPAN
+<ACRONYM
CLASS="acronym"
->BIND</SPAN
-> 9,
+>BIND</ACRONYM
+> 9 does not verify signatures on load,
so zone keys for authoritative zones do not need to be specified
in the configuration file.</P
><P
@@ -1425,71 +1406,88 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
-NAME="AEN987"
->4.8. IPv6 Support in <SPAN
+NAME="AEN1001"
+>4.9. IPv6 Support in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9</A
></H1
><P
-><SPAN
+><ACRONYM
CLASS="acronym"
->BIND</SPAN
-> 9 fully supports all currently
- defined forms of IPv6 name to address and address to name
- lookups. It will also use IPv6 addresses to make queries when
- running on an IPv6 capable system.</P
+>BIND</ACRONYM
+> 9 fully supports all currently defined forms of IPv6
+ name to address and address to name lookups. It will also use
+ IPv6 addresses to make queries when running on an IPv6 capable
+ system.</P
><P
->For forward lookups, <SPAN
+>For forward lookups, <ACRONYM
CLASS="acronym"
->BIND</SPAN
-> 9 supports
- both A6 and AAAA records. The use of A6 records has been moved
- to experimental (RFC 3363) and should be treated as deprecated.</P
-><P
->The use of "bitstring" labels for IPv6 has been moved to
- experimental (RFC 3363) reverting to a nibble format. The
- suffix for the IPv6 reverse lookups has also changed from
- <TT
-CLASS="literal"
->IP6.INT</TT
-> to <TT
-CLASS="literal"
->IP6.ARPA</TT
-> (RFC
- 3152).</P
-><P
-><SPAN
+>BIND</ACRONYM
+> 9 supports only AAAA
+ records. The use of A6 records is deprecated by RFC 3363, and the
+ support for forward lookups in <ACRONYM
CLASS="acronym"
->BIND</SPAN
-> 9 now defaults to nibble
- <TT
-CLASS="literal"
->IP6.ARPA</TT
-> format lookups.</P
+>BIND</ACRONYM
+> 9 is
+ removed accordingly.
+ However, authoritative <ACRONYM
+CLASS="acronym"
+>BIND</ACRONYM
+> 9 name servers still
+ load zone files containing A6 records correctly, answer queries
+ for A6 records, and accept zone transfer for a zone containing A6
+ records.</P
><P
-><SPAN
+>For IPv6 reverse lookups, <ACRONYM
CLASS="acronym"
->BIND</SPAN
-> 9 includes a new lightweight resolver library and
- resolver daemon which new applications may choose to use to avoid
- the complexities of A6 chain following and bitstring labels, see <A
-HREF="Bv9ARM.ch05.html"
->Chapter 5</A
->.</P
+>BIND</ACRONYM
+> 9 supports
+ the traditional "nibble" format used in the
+ <SPAN
+CLASS="emphasis"
+><I
+CLASS="emphasis"
+>ip6.arpa</I
+></SPAN
+> domain, as well as the older, deprecated
+ <SPAN
+CLASS="emphasis"
+><I
+CLASS="emphasis"
+>ip6.int</I
+></SPAN
+> domain.
+ <ACRONYM
+CLASS="acronym"
+>BIND</ACRONYM
+> 9 formerly
+ supported the "binary label" (also known as "bitstring") format.
+ The support of binary labels, however, is now completely removed
+ according to the changes in RFC 3363.
+ Any applications in <ACRONYM
+CLASS="acronym"
+>BIND</ACRONYM
+> 9 do not understand
+ the format any more, and will return an error if given.
+ In particular, an authoritative <ACRONYM
+CLASS="acronym"
+>BIND</ACRONYM
+> 9 name
+ server rejects to load a zone file containing binary labels.</P
><P
>For an overview of the format and structure of IPv6 addresses,
see <A
HREF="Bv9ARM.ch09.html#ipv6addresses"
->Section A.3.1</A
+>Section A.2.1</A
>.</P
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN1005"
->4.8.1. Address Lookups Using AAAA Records</A
+NAME="AEN1019"
+>4.9.1. Address Lookups Using AAAA Records</A
></H2
><P
>The AAAA record is a parallel to the IPv4 A record. It
@@ -1498,34 +1496,42 @@ NAME="AEN1005"
><PRE
CLASS="programlisting"
>&#13;$ORIGIN example.com.
-host 3600 IN AAAA 3ffe:8050:201:1860:42::1
+host 3600 IN AAAA 2001:db8::1
</PRE
+><P
+>It is recommended that IPv4-in-IPv6 mapped addresses not
+ be used. If a host has an IPv4 address, use an A record, not
+ a AAAA, with <VAR
+CLASS="literal"
+>::ffff:192.168.42.1</VAR
+> as the
+ address.</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN1009"
->4.8.2. Address to Name Lookups Using Nibble Format</A
+NAME="AEN1025"
+>4.9.2. Address to Name Lookups Using Nibble Format</A
></H2
><P
>When looking up an address in nibble format, the address
components are simply reversed, just as in IPv4, and
- <TT
+ <VAR
CLASS="literal"
->IP6.ARPA.</TT
+>ip6.arpa.</VAR
> is appended to the resulting name.
For example, the following would provide reverse name lookup for
a host with address
- <TT
+ <VAR
CLASS="literal"
->3ffe:8050:201:1860:42::1</TT
+>2001:db8::1</VAR
>.</P
><PRE
CLASS="programlisting"
->&#13;$ORIGIN 0.6.8.1.1.0.2.0.0.5.0.8.e.f.f.3.IP6.ARPA.
-1.0.0.0.0.0.0.0.0.0.0.0.2.4.0.0 14400 IN PTR host.example.com.
+>&#13;$ORIGIN 0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa.
+1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 14400 IN PTR host.example.com.
</PRE
></DIV
></DIV
@@ -1574,7 +1580,7 @@ ACCESSKEY="N"
WIDTH="33%"
ALIGN="left"
VALIGN="top"
->Nameserver Configuration</TD
+>Name Server Configuration</TD
><TD
WIDTH="34%"
ALIGN="center"
@@ -1584,9 +1590,9 @@ VALIGN="top"
WIDTH="33%"
ALIGN="right"
VALIGN="top"
->The <SPAN
+>The <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 Lightweight Resolver</TD
></TR
></TABLE
diff --git a/usr.sbin/bind/doc/arm/Bv9ARM.ch05.html b/usr.sbin/bind/doc/arm/Bv9ARM.ch05.html
index 29bf4d59160..2ae7f2ec130 100644
--- a/usr.sbin/bind/doc/arm/Bv9ARM.ch05.html
+++ b/usr.sbin/bind/doc/arm/Bv9ARM.ch05.html
@@ -1,16 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML
><HEAD
><TITLE
>The BIND 9 Lightweight Resolver</TITLE
><META
NAME="GENERATOR"
-CONTENT="Modular DocBook HTML Stylesheet Version 1.73
-"><LINK
+CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="BIND 9 Administrator Reference Manual"
HREF="Bv9ARM.html"><LINK
REL="PREVIOUS"
-TITLE="Advanced Concepts"
+TITLE="Advanced DNS Features"
HREF="Bv9ARM.ch04.html"><LINK
REL="NEXT"
TITLE="BIND 9 Configuration Reference"
@@ -70,11 +70,11 @@ CLASS="chapter"
><H1
><A
NAME="ch05"
->Chapter 5. The <SPAN
+></A
+>Chapter 5. The <ACRONYM
CLASS="acronym"
->BIND</SPAN
-> 9 Lightweight Resolver</A
-></H1
+>BIND</ACRONYM
+> 9 Lightweight Resolver</H1
><DIV
CLASS="TOC"
><DL
@@ -84,7 +84,7 @@ CLASS="TOC"
></DT
><DT
>5.1. <A
-HREF="Bv9ARM.ch05.html#AEN1018"
+HREF="Bv9ARM.ch05.html#AEN1034"
>The Lightweight Resolver Library</A
></DT
><DT
@@ -99,7 +99,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
-NAME="AEN1018"
+NAME="AEN1034"
>5.1. The Lightweight Resolver Library</A
></H1
><P
@@ -107,14 +107,15 @@ NAME="AEN1018"
library that sends recursive DNS queries to a local caching name
server.</P
><P
->IPv6 introduces new complexity into the resolution process,
+>IPv6 once introduced new complexity into the resolution process,
such as following A6 chains and DNAME records, and simultaneous
-lookup of IPv4 and IPv6 addresses. These are hard or impossible
+lookup of IPv4 and IPv6 addresses. Though most of the complexity was
+then removed, these are hard or impossible
to implement in a traditional stub resolver.</P
><P
->Instead, <SPAN
+>Instead, <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 provides resolution services to local clients
using a combination of a lightweight resolver library and a resolver
daemon process running on the local host. These communicate using
@@ -134,7 +135,11 @@ NAME="lwresd"
run the resolver daemon <B
CLASS="command"
>lwresd</B
->.</P
+> or a local
+name server configured with a <B
+CLASS="command"
+>lwres</B
+> statement.</P
><P
>By default, applications using the lightweight resolver library will make
UDP requests to the IPv4 loopback address (127.0.0.1) on port 921. The
@@ -145,14 +150,7 @@ CLASS="command"
<TT
CLASS="filename"
>/etc/resolv.conf</TT
->.
-The daemon will try to find the answer to the questions "what are the
-addresses for host
-<TT
-CLASS="literal"
->foo.example.com</TT
->?" and "what are
-the names for IPv4 address 10.1.2.3?"</P
+>.</P
><P
>The daemon currently only looks in the DNS, but in the future
it may use other sources such as <TT
@@ -165,7 +163,7 @@ NIS, etc.</P
CLASS="command"
>lwresd</B
> daemon is essentially a
-caching-only name server that answers requests using the lightweight
+caching-only name server that responds to requests using the lightweight
resolver protocol rather than the DNS protocol. Because it needs
to run on each host, it is designed to require no or minimal configuration.
Unless configured otherwise, it uses the name servers listed on
@@ -245,7 +243,7 @@ ACCESSKEY="N"
WIDTH="33%"
ALIGN="left"
VALIGN="top"
->Advanced Concepts</TD
+>Advanced DNS Features</TD
><TD
WIDTH="34%"
ALIGN="center"
@@ -255,9 +253,9 @@ VALIGN="top"
WIDTH="33%"
ALIGN="right"
VALIGN="top"
-><SPAN
+><ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 Configuration Reference</TD
></TR
></TABLE
diff --git a/usr.sbin/bind/doc/arm/Bv9ARM.ch06.html b/usr.sbin/bind/doc/arm/Bv9ARM.ch06.html
index cc5f97dbb25..a83ec38ef3f 100644
--- a/usr.sbin/bind/doc/arm/Bv9ARM.ch06.html
+++ b/usr.sbin/bind/doc/arm/Bv9ARM.ch06.html
@@ -1,11 +1,11 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML
><HEAD
><TITLE
>BIND 9 Configuration Reference</TITLE
><META
NAME="GENERATOR"
-CONTENT="Modular DocBook HTML Stylesheet Version 1.73
-"><LINK
+CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="BIND 9 Administrator Reference Manual"
HREF="Bv9ARM.html"><LINK
@@ -70,11 +70,11 @@ CLASS="chapter"
><H1
><A
NAME="ch06"
->Chapter 6. <SPAN
+></A
+>Chapter 6. <ACRONYM
CLASS="acronym"
->BIND</SPAN
-> 9 Configuration Reference</A
-></H1
+>BIND</ACRONYM
+> 9 Configuration Reference</H1
><DIV
CLASS="TOC"
><DL
@@ -94,37 +94,38 @@ HREF="Bv9ARM.ch06.html#Configuration_File_Grammar"
></DT
><DT
>6.3. <A
-HREF="Bv9ARM.ch06.html#AEN3560"
+HREF="Bv9ARM.ch06.html#AEN4015"
>Zone File</A
></DT
></DL
></DIV
><P
-><SPAN
+><ACRONYM
CLASS="acronym"
->BIND</SPAN
-> 9 configuration is broadly similar to <SPAN
+>BIND</ACRONYM
+> 9 configuration is broadly similar
+to <ACRONYM
CLASS="acronym"
->BIND</SPAN
-> 8.x; however,
-there are a few new areas of configuration, such as views. <SPAN
+>BIND</ACRONYM
+> 8; however, there are a few new areas
+of configuration, such as views. <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
>
-8.x configuration files should work with few alterations in <SPAN
+8 configuration files should work with few alterations in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
>
9, although more complex configurations should be reviewed to check
if they can be more efficiently implemented using the new features
-found in <SPAN
+found in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9.</P
><P
-><SPAN
+><ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 4 configuration files can be converted to the new format
using the shell script
<TT
@@ -140,18 +141,18 @@ NAME="configuration_file_elements"
>6.1. Configuration File Elements</A
></H1
><P
->Following is a list of elements used throughout the <SPAN
+>Following is a list of elements used throughout the <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> configuration
file documentation:</P
><DIV
CLASS="informaltable"
-><A
-NAME="AEN1060"
-></A
><P
></P
+><A
+NAME="AEN1076"
+></A
><TABLE
CELLPADDING="3"
BORDER="1"
@@ -159,23 +160,17 @@ CLASS="CALSTABLE"
><TBODY
><TR
><TD
-WIDTH="178"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->acl_name</TT
+>acl_name</VAR
></P
></TD
><TD
-WIDTH="362"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->The name of an <TT
+>The name of an <VAR
CLASS="varname"
->address_match_list</TT
+>address_match_list</VAR
> as
defined by the <B
CLASS="command"
@@ -185,32 +180,28 @@ CLASS="command"
></TR
><TR
><TD
-WIDTH="178"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->address_match_list</TT
+>address_match_list</VAR
></P
></TD
><TD
-WIDTH="362"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->A list of one or more <TT
+>A list of one or more <VAR
CLASS="varname"
->ip_addr</TT
->, <TT
+>ip_addr</VAR
+>,
+<VAR
CLASS="varname"
->ip_prefix</TT
->, <TT
+>ip_prefix</VAR
+>, <VAR
CLASS="varname"
->key_id</TT
->, or <TT
+>key_id</VAR
+>,
+or <VAR
CLASS="varname"
->acl_name</TT
+>acl_name</VAR
> elements, see
<A
HREF="Bv9ARM.ch06.html#address_match_lists"
@@ -220,48 +211,37 @@ HREF="Bv9ARM.ch06.html#address_match_lists"
></TR
><TR
><TD
-WIDTH="178"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->domain_name</TT
+>domain_name</VAR
></P
></TD
><TD
-WIDTH="362"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>A quoted string which will be used as
-a DNS name, for example "<TT
+a DNS name, for example "<VAR
CLASS="literal"
->my.test.domain</TT
+>my.test.domain</VAR
>".</P
></TD
></TR
><TR
><TD
-WIDTH="178"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->dotted_decimal</TT
+>dotted_decimal</VAR
></P
></TD
><TD
-WIDTH="362"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->One or more integers valued 0 through
-255 separated only by dots (`.'), such as <B
+>One to four integers valued 0 through
+255 separated by dots (`.'), such as <B
CLASS="command"
>123</B
->, <B
+>,
+<B
CLASS="command"
>45.67</B
> or <B
@@ -272,127 +252,120 @@ CLASS="command"
></TR
><TR
><TD
-WIDTH="178"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->ip4_addr</TT
+>ip4_addr</VAR
></P
></TD
><TD
-WIDTH="362"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>An IPv4 address with exactly four elements
-in <TT
+in <VAR
CLASS="varname"
->dotted_decimal</TT
+>dotted_decimal</VAR
> notation.</P
></TD
></TR
><TR
><TD
-WIDTH="178"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->ip6_addr</TT
+>ip6_addr</VAR
></P
></TD
><TD
-WIDTH="362"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>An IPv6 address, such as <B
CLASS="command"
->fe80::200:f8ff:fe01:9742</B
->.</P
+>2001:db8::1234</B
+>.
+IPv6 scoped addresses that have ambiguity on their scope zones must be
+disambiguated by an appropriate zone ID with the percent character
+(`%') as delimiter.
+It is strongly recommended to use string zone names rather than
+numeric identifiers, in order to be robust against system
+configuration changes.
+However, since there is no standard mapping for such names and
+identifier values, currently only interface names as link identifiers
+are supported, assuming one-to-one mapping between interfaces and links.
+For example, a link-local address <B
+CLASS="command"
+>fe80::1</B
+> on the
+link attached to the interface <B
+CLASS="command"
+>ne0</B
+>
+can be specified as <B
+CLASS="command"
+>fe80::1%ne0</B
+>.
+Note that on most systems link-local addresses always have the
+ambiguity, and need to be disambiguated.</P
></TD
></TR
><TR
><TD
-WIDTH="178"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->ip_addr</TT
+>ip_addr</VAR
></P
></TD
><TD
-WIDTH="362"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->An <TT
+>An <VAR
CLASS="varname"
->ip4_addr</TT
-> or <TT
+>ip4_addr</VAR
+> or <VAR
CLASS="varname"
->ip6_addr</TT
+>ip6_addr</VAR
>.</P
></TD
></TR
><TR
><TD
-WIDTH="178"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->ip_port</TT
+>ip_port</VAR
></P
></TD
><TD
-WIDTH="362"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->An IP port <TT
+>An IP port <VAR
CLASS="varname"
->number</TT
+>number</VAR
>.
- <TT
+<VAR
CLASS="varname"
->number</TT
+>number</VAR
> is limited to 0 through 65535, with values
-below 1024 typically restricted to root-owned processes. In some
-cases an asterisk (`*') character can be used as a placeholder to
+below 1024 typically restricted to use by processes running as root.
+In some cases an asterisk (`*') character can be used as a placeholder to
select a random high-numbered port.</P
></TD
></TR
><TR
><TD
-WIDTH="178"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->ip_prefix</TT
+>ip_prefix</VAR
></P
></TD
><TD
-WIDTH="362"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->An IP network specified as an <TT
+>An IP network specified as an <VAR
CLASS="varname"
->ip_addr</TT
+>ip_addr</VAR
>,
followed by a slash (`/') and then the number of bits in the netmask.
-Trailing zeros in a <TT
+Trailing zeros in a <VAR
CLASS="varname"
->ip_addr</TT
+>ip_addr</VAR
> may omitted.
For example, <B
CLASS="command"
@@ -419,67 +392,49 @@ CLASS="command"
></TR
><TR
><TD
-WIDTH="178"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->key_id</TT
+>key_id</VAR
></P
></TD
><TD
-WIDTH="362"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->A <TT
+>A <VAR
CLASS="varname"
->domain_name</TT
+>domain_name</VAR
> representing
the name of a shared key, to be used for transaction security.</P
></TD
></TR
><TR
><TD
-WIDTH="178"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->key_list</TT
+>key_list</VAR
></P
></TD
><TD
-WIDTH="362"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->A list of one or more <TT
+>A list of one or more <VAR
CLASS="varname"
->key_id</TT
+>key_id</VAR
>s,
separated by semicolons and ending with a semicolon.</P
></TD
></TR
><TR
><TD
-WIDTH="178"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->number</TT
+>number</VAR
></P
></TD
><TD
-WIDTH="362"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->A non-negative 32 bit unsigned integer
+>A non-negative 32 bit integer
(i.e., a number between 0 and 4294967295, inclusive).
Its acceptable value might further
be limited by the context in which it is used.</P
@@ -487,19 +442,13 @@ be limited by the context in which it is used.</P
></TR
><TR
><TD
-WIDTH="178"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->path_name</TT
+>path_name</VAR
></P
></TD
><TD
-WIDTH="362"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>A quoted string which will be used as
a pathname, such as <TT
@@ -510,212 +459,148 @@ CLASS="filename"
></TR
><TR
><TD
-WIDTH="178"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->size_spec</TT
+>size_spec</VAR
></P
></TD
><TD
-WIDTH="362"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->A number, the word <TT
+>A number, the word <KBD
CLASS="userinput"
-><B
->unlimited</B
-></TT
+>unlimited</KBD
>,
-or the word <TT
+or the word <KBD
CLASS="userinput"
-><B
->default</B
-></TT
+>default</KBD
>.</P
><P
->&#13;An <TT
+>&#13;An <VAR
CLASS="varname"
->unlimited</TT
-> <TT
+>unlimited</VAR
+> <VAR
CLASS="varname"
->size_spec</TT
+>size_spec</VAR
> requests unlimited
-use, or the maximum available amount. A <TT
+use, or the maximum available amount. A <VAR
CLASS="varname"
->default size_spec</TT
+>default size_spec</VAR
> uses
the limit that was in force when the server was started.</P
><P
->A <TT
+>A <VAR
CLASS="varname"
->number</TT
+>number</VAR
> can
-optionally be followed by a scaling factor: <TT
+optionally be followed by a scaling factor: <KBD
CLASS="userinput"
-><B
->K</B
-></TT
-> or <TT
+>K</KBD
+> or <KBD
CLASS="userinput"
-><B
->k</B
-></TT
+>k</KBD
> for
-kilobytes, <TT
+kilobytes, <KBD
CLASS="userinput"
-><B
->M</B
-></TT
-> or <TT
+>M</KBD
+> or <KBD
CLASS="userinput"
-><B
->m</B
-></TT
+>m</KBD
> for
-megabytes, and <TT
+megabytes, and <KBD
CLASS="userinput"
-><B
->G</B
-></TT
-> or <TT
+>G</KBD
+> or <KBD
CLASS="userinput"
-><B
->g</B
-></TT
+>g</KBD
> for gigabytes,
which scale by 1024, 1024*1024, and 1024*1024*1024 respectively.</P
>
<P
>The value must be representable as a 64-bit unsigned integer
(0 to 18446744073709551615, inclusive).
- Using <TT
+Using <VAR
CLASS="varname"
->unlimited</TT
+>unlimited</VAR
> is the best way
to safely set a really large number.</P
></TD
></TR
><TR
><TD
-WIDTH="178"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->yes_or_no</TT
+>yes_or_no</VAR
></P
></TD
><TD
-WIDTH="362"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->Either <TT
+>Either <KBD
CLASS="userinput"
-><B
->yes</B
-></TT
-> or <TT
+>yes</KBD
+> or <KBD
CLASS="userinput"
-><B
->no</B
-></TT
+>no</KBD
>.
-The words <TT
+The words <KBD
CLASS="userinput"
-><B
->true</B
-></TT
-> and <TT
+>true</KBD
+> and <KBD
CLASS="userinput"
-><B
->false</B
-></TT
+>false</KBD
> are
-also accepted, as are the numbers <TT
+also accepted, as are the numbers <KBD
CLASS="userinput"
-><B
->1</B
-></TT
-> and <TT
+>1</KBD
+> and <KBD
CLASS="userinput"
-><B
->0</B
-></TT
+>0</KBD
>.</P
></TD
></TR
><TR
><TD
-WIDTH="178"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->dialup_option</TT
+>dialup_option</VAR
></P
></TD
><TD
-WIDTH="362"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->One of <TT
+>One of <KBD
CLASS="userinput"
-><B
->yes</B
-></TT
+>yes</KBD
>,
-<TT
+<KBD
CLASS="userinput"
-><B
->no</B
-></TT
->, <TT
+>no</KBD
+>, <KBD
CLASS="userinput"
-><B
->notify</B
-></TT
+>notify</KBD
>,
-<TT
+<KBD
CLASS="userinput"
-><B
->notify-passive</B
-></TT
->, <TT
+>notify-passive</KBD
+>, <KBD
CLASS="userinput"
-><B
->refresh</B
-></TT
+>refresh</KBD
> or
-<TT
+<KBD
CLASS="userinput"
-><B
->passive</B
-></TT
+>passive</KBD
>.
-When used in a zone, <TT
+When used in a zone, <KBD
CLASS="userinput"
-><B
->notify-passive</B
-></TT
+>notify-passive</KBD
>,
-<TT
+<KBD
CLASS="userinput"
-><B
->refresh</B
-></TT
->, and <TT
+>refresh</KBD
+>, and <KBD
CLASS="userinput"
-><B
->passive</B
-></TT
+>passive</KBD
>
are restricted to slave and stub zones.</P
></TD
@@ -738,22 +623,22 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
-NAME="AEN1222"
+NAME="AEN1241"
>6.1.1.1. Syntax</A
></H3
><PRE
CLASS="programlisting"
-><TT
+><VAR
CLASS="varname"
->address_match_list</TT
+>address_match_list</VAR
> = address_match_list_element ;
[<SPAN
CLASS="optional"
> address_match_list_element; ... </SPAN
>]
-<TT
+<VAR
CLASS="varname"
->address_match_list_element</TT
+>address_match_list_element</VAR
> = [<SPAN
CLASS="optional"
> ! </SPAN
@@ -769,17 +654,20 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
-NAME="AEN1230"
+NAME="AEN1249"
>6.1.1.2. Definition and Usage</A
></H3
><P
>Address match lists are primarily used to determine access
-control for various server operations. They are also used to define
-priorities for querying other nameservers and to set the addresses
-on which <B
+control for various server operations. They are also used in
+the <B
CLASS="command"
->named</B
-> will listen for queries. The elements
+>listen-on</B
+> and <B
+CLASS="command"
+>sortlist</B
+>
+statements. The elements
which constitute an address match list can be any of the following:</P
><P
></P
@@ -790,11 +678,14 @@ which constitute an address match list can be any of the following:</P
></LI
><LI
><P
->an IP prefix (in the `/'-notation)</P
+>an IP prefix (in `/' notation)</P
></LI
><LI
><P
->a key ID, as defined by the key statement</P
+>a key ID, as defined by the <B
+CLASS="command"
+>key</B
+> statement</P
></LI
><LI
><P
@@ -810,8 +701,8 @@ CLASS="command"
></LI
></UL
><P
->Elements can be negated with a leading exclamation mark (`!')
-and the match list names "any," "none," "localhost" and "localnets"
+>Elements can be negated with a leading exclamation mark (`!'),
+and the match list names "any", "none", "localhost", and "localnets"
are predefined. More information on those names can be found in
the description of the acl statement.</P
><P
@@ -823,7 +714,7 @@ the term "address match list" is still used throughout the documentation.</P
>When a given IP address or prefix is compared to an address
match list, the list is traversed in order until an element matches.
The interpretation of a match depends on whether the list is being used
-for access control, defining listen-on ports, or as a topology,
+for access control, defining listen-on ports, or in a sortlist,
and whether the element was negated.</P
><P
>When used as an access control list, a non-negated match allows
@@ -842,7 +733,11 @@ CLASS="command"
<B
CLASS="command"
>allow-update</B
-> and <B
+>, <B
+CLASS="command"
+>allow-update-forwarding</B
+>,
+and <B
CLASS="command"
>blackhole</B
> all
@@ -850,14 +745,6 @@ use address match lists this. Similarly, the listen-on option will cause
the server to not accept queries on any of the machine's addresses
which do not match the list.</P
><P
->When used with the topology clause, a non-negated match returns
-a distance based on its position on the list (the closer the match
-is to the start of the list, the shorter the distance is between
-it and the server). A negated match will be assigned the maximum
-distance from the server. If there is no match, the address will
-get a distance which is further than any non-negated list element,
-and closer than any negated element.</P
-><P
>Because of the first-match aspect of the algorithm, an element
that defines a subset of another element in the list should come
before the broader element, regardless of whether either is negated. For
@@ -867,7 +754,8 @@ CLASS="command"
>1.2.3/24; ! 1.2.3.13;</B
> the 1.2.3.13 element is
completely useless because the algorithm will match any lookup for
-1.2.3.13 to the 1.2.3/24 element. Using <B
+1.2.3.13 to the 1.2.3/24 element.
+Using <B
CLASS="command"
>! 1.2.3.13; 1.2.3/24</B
> fixes
@@ -880,48 +768,48 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN1259"
+NAME="AEN1280"
>6.1.2. Comment Syntax</A
></H2
><P
->The <SPAN
+>The <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 comment syntax allows for comments to appear
- anywhere that white space may appear in a <SPAN
+anywhere that white space may appear in a <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> configuration
- file. To appeal to programmers of all kinds, they can be written
- in C, C++, or shell/perl constructs.</P
+file. To appeal to programmers of all kinds, they can be written
+in the C, C++, or shell/perl style.</P
><DIV
CLASS="sect3"
><H3
CLASS="sect3"
><A
-NAME="AEN1264"
+NAME="AEN1285"
>6.1.2.1. Syntax</A
></H3
><P
><PRE
CLASS="programlisting"
->/* This is a <SPAN
+>/* This is a <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> comment as in C */</PRE
>
<PRE
CLASS="programlisting"
->// This is a <SPAN
+>// This is a <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> comment as in C++</PRE
>
<PRE
CLASS="programlisting"
-># This is a <SPAN
+># This is a <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> comment as in common UNIX shells and perl</PRE
>
</P
@@ -931,14 +819,14 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
-NAME="AEN1273"
+NAME="AEN1294"
>6.1.2.2. Definition and Usage</A
></H3
><P
>Comments may appear anywhere that whitespace may appear in
-a <SPAN
+a <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> configuration file.</P
><P
>C-style comments start with the two characters /* (slash,
@@ -974,9 +862,9 @@ CLASS="programlisting"
></P
><P
>Shell-style (or perl-style, if you prefer) comments start
-with the character <TT
+with the character <VAR
CLASS="literal"
->#</TT
+>#</VAR
> (number sign) and continue to the end of the
physical line, as in C++ comments.</P
><P
@@ -988,7 +876,8 @@ CLASS="programlisting"
# is a new comment, even though it is logically
# part of the previous comment.
</PRE
-></P
+>
+</P
><DIV
CLASS="warning"
><P
@@ -1008,10 +897,10 @@ ALIGN="CENTER"
><TD
ALIGN="LEFT"
><P
->WARNING: you cannot use the semicolon (`;') character
- to start a comment such as you would in a zone file. The
- semicolon indicates the end of a configuration
- statement.</P
+>You cannot use the semicolon (`;') character
+ to start a comment such as you would in a zone file. The
+ semicolon indicates the end of a configuration
+ statement.</P
></TD
></TR
></TABLE
@@ -1028,23 +917,23 @@ NAME="Configuration_File_Grammar"
>6.2. Configuration File Grammar</A
></H1
><P
->A <SPAN
+>A <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 configuration consists of statements and comments.
Statements end with a semicolon. Statements and comments are the
only elements that can appear without enclosing braces. Many
- statements contain a block of substatements, which are also
+ statements contain a block of sub-statements, which are also
terminated with a semicolon.</P
><P
>The following statements are supported:</P
><DIV
CLASS="informaltable"
-><A
-NAME="AEN1297"
-></A
><P
></P
+><A
+NAME="AEN1318"
+></A
><TABLE
CELLPADDING="3"
BORDER="1"
@@ -1052,9 +941,6 @@ CLASS="CALSTABLE"
><TBODY
><TR
><TD
-WIDTH="128"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -1062,9 +948,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="363"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>defines a named IP address
matching list, for access control and other uses.</P
@@ -1072,9 +955,6 @@ matching list, for access control and other uses.</P
></TR
><TR
><TD
-WIDTH="128"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -1082,9 +962,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="363"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>declares control channels to be used
by the <B
@@ -1095,9 +972,6 @@ CLASS="command"
></TR
><TR
><TD
-WIDTH="128"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -1105,18 +979,12 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="363"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>includes a file.</P
></TD
></TR
><TR
><TD
-WIDTH="128"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -1124,9 +992,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="363"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>specifies key information for use in
authentication and authorization using TSIG.</P
@@ -1134,9 +999,6 @@ authentication and authorization using TSIG.</P
></TR
><TR
><TD
-WIDTH="128"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -1144,9 +1006,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="363"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>specifies what the server logs, and where
the log messages are sent.</P
@@ -1154,9 +1013,40 @@ the log messages are sent.</P
></TR
><TR
><TD
-WIDTH="128"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
+><P
+><B
+CLASS="command"
+>lwres</B
+></P
+></TD
+><TD
+><P
+>configures <B
+CLASS="command"
+>named</B
+> to
+also act as a light weight resolver daemon (<B
+CLASS="command"
+>lwresd</B
+>).</P
+></TD
+></TR
+><TR
+><TD
+><P
+><B
+CLASS="command"
+>masters</B
+></P
+></TD
+><TD
+><P
+>defines a named masters list for
+inclusion in stub and slave zone masters clauses.</P
+></TD
+></TR
+><TR
+><TD
><P
><B
CLASS="command"
@@ -1164,9 +1054,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="363"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>controls global server configuration
options and sets defaults for other statements.</P
@@ -1174,9 +1061,6 @@ options and sets defaults for other statements.</P
></TR
><TR
><TD
-WIDTH="128"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -1184,9 +1068,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="363"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>sets certain configuration options on
a per-server basis.</P
@@ -1194,9 +1075,6 @@ a per-server basis.</P
></TR
><TR
><TD
-WIDTH="128"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -1204,18 +1082,12 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="363"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>defines trusted DNSSEC keys.</P
></TD
></TR
><TR
><TD
-WIDTH="128"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -1223,18 +1095,12 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="363"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>defines a view.</P
></TD
></TR
><TR
><TD
-WIDTH="128"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -1242,9 +1108,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="363"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>defines a zone.</P
></TD
@@ -1269,7 +1132,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN1366"
+NAME="AEN1401"
>6.2.1. <B
CLASS="command"
>acl</B
@@ -1315,11 +1178,11 @@ CLASS="command"
>The following ACLs are built-in:</P
><DIV
CLASS="informaltable"
-><A
-NAME="AEN1379"
-></A
><P
></P
+><A
+NAME="AEN1414"
+></A
><TABLE
CELLPADDING="3"
BORDER="1"
@@ -1327,9 +1190,6 @@ CLASS="CALSTABLE"
><TBODY
><TR
><TD
-WIDTH="108"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -1337,18 +1197,12 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="384"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Matches all hosts.</P
></TD
></TR
><TR
><TD
-WIDTH="108"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -1356,18 +1210,12 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="384"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Matches no hosts.</P
></TD
></TR
><TR
><TD
-WIDTH="108"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -1375,19 +1223,13 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="384"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->Matches the IPv4 addresses of all network
+>Matches the IPv4 and IPv6 addresses of all network
interfaces on the system.</P
></TD
></TR
><TR
><TD
-WIDTH="108"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -1395,12 +1237,20 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="384"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->Matches any host on an IPv4 network for which
-the system has an interface.</P
+>Matches any host on an IPv4 or IPv6 network
+for which the system has an interface.
+Some systems do not provide a way to determine the prefix lengths of
+local IPv6 addresses.
+In such a case, <B
+CLASS="command"
+>localnets</B
+> only matches the local
+IPv6 addresses, just like <B
+CLASS="command"
+>localhost</B
+>.
+</P
></TD
></TR
></TBODY
@@ -1408,33 +1258,13 @@ the system has an interface.</P
><P
></P
></DIV
-><P
->The <B
-CLASS="command"
->localhost</B
-> and <B
-CLASS="command"
->localnets</B
->
-ACLs do not currently support IPv6 (that is,
-<B
-CLASS="command"
->localhost</B
-> does not match the host's IPv6 addresses,
-and <B
-CLASS="command"
->localnets</B
-> does not match the host's attached
-IPv6 networks) due to the lack of a standard method of determining the
-complete set of local IPv6 addresses for a host.
-</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN1413"
+NAME="AEN1445"
>6.2.3. <B
CLASS="command"
>controls</B
@@ -1449,17 +1279,13 @@ CLASS="command"
inet ( ip_addr | * ) [<SPAN
CLASS="optional"
> port ip_port </SPAN
->] allow { <TT
+>] allow { <VAR
CLASS="replaceable"
-><I
-> address_match_list </I
-></TT
+> address_match_list </VAR
> }
- keys { <TT
+ keys { <VAR
CLASS="replaceable"
-><I
-> key_list </I
-></TT
+> key_list </VAR
> };
[<SPAN
CLASS="optional"
@@ -1484,13 +1310,13 @@ CLASS="command"
CLASS="command"
>controls</B
> statement declares control
- channels to be used by system administrators to affect the
- operation of the local nameserver. These control channels are
+ channels to be used by system administrators to control the
+ operation of the name server. These control channels are
used by the <B
CLASS="command"
>rndc</B
> utility to send commands to
- and retrieve non-DNS results from a nameserver.</P
+ and retrieve non-DNS results from a name server.</P
><P
>An <B
CLASS="command"
@@ -1509,34 +1335,44 @@ CLASS="command"
CLASS="command"
>ip_addr</B
>
- of <TT
+ of <VAR
CLASS="literal"
->*</TT
+>*</VAR
> is interpreted as the IPv4 wildcard
address; connections will be accepted on any of the system's
IPv4 addresses. To listen on the IPv6 wildcard address,
use an <B
CLASS="command"
>ip_addr</B
-> of <TT
+> of <VAR
CLASS="literal"
->::</TT
+>::</VAR
>.
If you will only use <B
CLASS="command"
>rndc</B
> on the local host,
- using the loopback address (<TT
+ using the loopback address (<VAR
CLASS="literal"
->127.0.0.1</TT
+>127.0.0.1</VAR
>
- or <TT
+ or <VAR
CLASS="literal"
->::1</TT
+>::1</VAR
>) is recommended for maximum
security.
</P
><P
+>&#13; If no port is specified, port 953
+ is used. "<VAR
+CLASS="literal"
+>*</VAR
+>" cannot be used for
+ <B
+CLASS="command"
+>ip_port</B
+>.</P
+><P
>The ability to issue commands over the control channel is
restricted by the <B
CLASS="command"
@@ -1545,43 +1381,53 @@ CLASS="command"
<B
CLASS="command"
>keys</B
-> clauses. Connections to the control
- channel are permitted based on the address permissions in
+> clauses. Connections to the control
+ channel are permitted based on the
<B
CLASS="command"
>address_match_list</B
->. <B
+>. This is for simple
+ IP address based filtering only; any <B
CLASS="command"
>key_id</B
>
- members of the <B
+ elements of the <B
CLASS="command"
>address_match_list</B
> are
- ignored, and instead are interpreted independently based the
- <B
+ ignored.
+ </P
+><P
+>The primary authorization mechanism of the command
+ channel is the <B
CLASS="command"
>key_list</B
->. Each <B
+>, which contains
+ a list of <B
+CLASS="command"
+>key_id</B
+>s.
+ Each <B
CLASS="command"
>key_id</B
> in
the <B
CLASS="command"
>key_list</B
-> is allowed to be used to
- authenticate commands and responses given over the control
- channel by digitally signing each message between the server and
- a command client (See <A
+> is authorized to execute
+ commands over the control channel.
+ See <A
HREF="Bv9ARM.ch03.html#rndc"
>Remote Name Daemon Control application</A
> in
<A
HREF="Bv9ARM.ch03.html#admin_tools"
->Section 3.4.1.2</A
->). All commands to the control channel
- must be signed by one of its specified keys to
- be honored.</P
+>Section 3.3.1.2</A
+>) for information about
+ configuring keys in <B
+CLASS="command"
+>rndc</B
+>.</P
><P
>&#13;If no <B
CLASS="command"
@@ -1593,7 +1439,6 @@ CLASS="command"
> will set up a default
control channel listening on the loopback address 127.0.0.1
and its IPv6 counterpart ::1.
-
In this case, and also when the <B
CLASS="command"
>controls</B
@@ -1613,23 +1458,21 @@ CLASS="filename"
<TT
CLASS="filename"
>/etc</TT
-> (or whatever <TT
+> (or whatever <VAR
CLASS="varname"
->sysconfdir</TT
+>sysconfdir</VAR
>
-was specified as when <SPAN
+was specified as when <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> was built).
To create a <TT
CLASS="filename"
>rndc.key</TT
> file, run
-<TT
+<KBD
CLASS="userinput"
-><B
->rndc-confgen -a</B
-></TT
+>rndc-confgen -a</KBD
>.
</P
><P
@@ -1637,9 +1480,9 @@ CLASS="userinput"
CLASS="filename"
>rndc.key</TT
> feature was created to
- ease the transition of systems from <SPAN
+ ease the transition of systems from <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 8,
which did not have digital signatures on its command channel messages
and thus did not have a <B
@@ -1647,13 +1490,13 @@ CLASS="command"
>keys</B
> clause.
-It makes it possible to use an existing <SPAN
+It makes it possible to use an existing <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 8
-configuration file in <SPAN
+configuration file in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 unchanged,
and still have <B
CLASS="command"
@@ -1663,11 +1506,9 @@ CLASS="command"
CLASS="command"
>ndc</B
> worked in BIND 8, simply by executing the
-command <TT
+command <KBD
CLASS="userinput"
-><B
->rndc-confgen -a</B
-></TT
+>rndc-confgen -a</KBD
> after BIND 9 is
installed.
</P
@@ -1677,9 +1518,9 @@ CLASS="filename"
>rndc.key</TT
> feature
is only intended to allow the backward-compatible usage of
- <SPAN
+ <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 8 configuration files, this feature does not
have a high degree of configurability. You cannot easily change
the key name or the size of the secret, so you should make a
@@ -1707,18 +1548,18 @@ CLASS="filename"
> and make it group readable by a group
that contains the users who should have access.</P
><P
->The UNIX control channel type of <SPAN
+>The UNIX control channel type of <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 8 is not supported
- in <SPAN
+ in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9, and is not expected to be added in future
releases. If it is present in the controls statement from a
- <SPAN
+ <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 8 configuration file, it is ignored
and a warning is logged.</P
><P
@@ -1737,7 +1578,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN1486"
+NAME="AEN1524"
>6.2.5. <B
CLASS="command"
>include</B
@@ -1745,11 +1586,9 @@ CLASS="command"
></H2
><PRE
CLASS="programlisting"
->include <TT
+>include <VAR
CLASS="replaceable"
-><I
->filename</I
-></TT
+>filename</VAR
>;</PRE
></DIV
><DIV
@@ -1757,7 +1596,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN1491"
+NAME="AEN1529"
>6.2.6. <B
CLASS="command"
>include</B
@@ -1768,7 +1607,7 @@ CLASS="command"
CLASS="command"
>include</B
> statement inserts the
- specified file at the point that the <B
+ specified file at the point where the <B
CLASS="command"
>include</B
>
@@ -1779,14 +1618,14 @@ CLASS="command"
statement facilitates the administration of configuration files
by permitting the reading or writing of some things but not
others. For example, the statement could include private keys
- that are readable only by a nameserver.</P
+ that are readable only by the name server.</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN1498"
+NAME="AEN1536"
>6.2.7. <B
CLASS="command"
>key</B
@@ -1794,23 +1633,17 @@ CLASS="command"
></H2
><PRE
CLASS="programlisting"
->key <TT
+>key <VAR
CLASS="replaceable"
-><I
->key_id</I
-></TT
+>key_id</VAR
> {
- algorithm <TT
+ algorithm <VAR
CLASS="replaceable"
-><I
->string</I
-></TT
+>string</VAR
>;
- secret <TT
+ secret <VAR
CLASS="replaceable"
-><I
->string</I
-></TT
+>string</VAR
>;
};
</PRE
@@ -1820,7 +1653,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN1505"
+NAME="AEN1543"
>6.2.8. <B
CLASS="command"
>key</B
@@ -1831,10 +1664,16 @@ CLASS="command"
CLASS="command"
>key</B
> statement defines a shared
-secret key for use with TSIG, see <A
+secret key for use with TSIG (see <A
HREF="Bv9ARM.ch04.html#tsig"
->Section 4.4</A
->.</P
+>Section 4.5</A
+>)
+or the command channel
+(see <A
+HREF="Bv9ARM.ch06.html#controls_statement_definition_and_usage"
+>Section 6.2.4</A
+>).
+</P
><P
>&#13;The <B
CLASS="command"
@@ -1860,35 +1699,33 @@ HREF="Bv9ARM.ch06.html#controls_statement_definition_and_usage"
must be defined at the top level.
</P
><P
->The <TT
+>The <VAR
CLASS="replaceable"
-><I
->key_id</I
-></TT
+>key_id</VAR
>, also known as the
key name, is a domain name uniquely identifying the key. It can
-be used in a "server" statement to cause requests sent to that
+be used in a <B
+CLASS="command"
+>server</B
+>
+statement to cause requests sent to that
server to be signed with this key, or in address match lists to
verify that incoming requests have been signed with a key
matching this name, algorithm, and secret.</P
><P
->The <TT
+>The <VAR
CLASS="replaceable"
-><I
->algorithm_id</I
-></TT
+>algorithm_id</VAR
> is a string
that specifies a security/authentication algorithm. The only
algorithm currently supported with TSIG authentication is
-<TT
+<VAR
CLASS="literal"
->hmac-md5</TT
+>hmac-md5</VAR
>. The
-<TT
+<VAR
CLASS="replaceable"
-><I
->secret_string</I
-></TT
+>secret_string</VAR
> is the secret to be
used by the algorithm, and is treated as a base-64 encoded
string.</P
@@ -1898,7 +1735,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN1523"
+NAME="AEN1563"
>6.2.9. <B
CLASS="command"
>logging</B
@@ -1913,50 +1750,40 @@ CLASS="command"
[ <B
CLASS="command"
>channel</B
-> <TT
+> <VAR
CLASS="replaceable"
-><I
->channel_name</I
-></TT
+>channel_name</VAR
> {
( <B
CLASS="command"
>file</B
-> <TT
+> <VAR
CLASS="replaceable"
-><I
->path name</I
-></TT
+>path name</VAR
>
[ <B
CLASS="command"
>versions</B
-> ( <TT
+> ( <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
-> | <TT
+>number</VAR
+> | <VAR
CLASS="literal"
->unlimited</TT
+>unlimited</VAR
> ) ]
[ <B
CLASS="command"
>size</B
-> <TT
+> <VAR
CLASS="replaceable"
-><I
->size spec</I
-></TT
+>size spec</VAR
> ]
| <B
CLASS="command"
>syslog</B
-> <TT
+> <VAR
CLASS="replaceable"
-><I
->syslog_facility</I
-></TT
+>syslog_facility</VAR
>
| <B
CLASS="command"
@@ -1969,84 +1796,76 @@ CLASS="command"
[ <B
CLASS="command"
>severity</B
-> (<TT
+> (<VAR
CLASS="option"
->critical</TT
-> | <TT
+>critical</VAR
+> | <VAR
CLASS="option"
->error</TT
-> | <TT
+>error</VAR
+> | <VAR
CLASS="option"
->warning</TT
-> | <TT
+>warning</VAR
+> | <VAR
CLASS="option"
->notice</TT
+>notice</VAR
> |
- <TT
+ <VAR
CLASS="option"
->info</TT
-> | <TT
+>info</VAR
+> | <VAR
CLASS="option"
->debug</TT
-> [ <TT
+>debug</VAR
+> [ <VAR
CLASS="replaceable"
-><I
->level</I
-></TT
-> ] | <TT
+>level</VAR
+> ] | <VAR
CLASS="option"
->dynamic</TT
+>dynamic</VAR
> ); ]
[ <B
CLASS="command"
>print-category</B
-> <TT
+> <VAR
CLASS="option"
->yes</TT
-> or <TT
+>yes</VAR
+> or <VAR
CLASS="option"
->no</TT
+>no</VAR
>; ]
[ <B
CLASS="command"
>print-severity</B
-> <TT
+> <VAR
CLASS="option"
->yes</TT
-> or <TT
+>yes</VAR
+> or <VAR
CLASS="option"
->no</TT
+>no</VAR
>; ]
[ <B
CLASS="command"
>print-time</B
-> <TT
+> <VAR
CLASS="option"
->yes</TT
-> or <TT
+>yes</VAR
+> or <VAR
CLASS="option"
->no</TT
+>no</VAR
>; ]
}; ]
[ <B
CLASS="command"
>category</B
-> <TT
+> <VAR
CLASS="replaceable"
-><I
->category_name</I
-></TT
+>category_name</VAR
> {
- <TT
+ <VAR
CLASS="replaceable"
-><I
->channel_name</I
-></TT
-> ; [ <TT
+>channel_name</VAR
+> ; [ <VAR
CLASS="replaceable"
-><I
->channel_nam</I
-></TT
+>channel_nam</VAR
>e ; ... ]
}; ]
...
@@ -2058,7 +1877,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN1563"
+NAME="AEN1603"
>6.2.10. <B
CLASS="command"
>logging</B
@@ -2069,7 +1888,7 @@ CLASS="command"
CLASS="command"
>logging</B
> statement configures a wide
-variety of logging options for the nameserver. Its <B
+variety of logging options for the name server. Its <B
CLASS="command"
>channel</B
> phrase
@@ -2092,18 +1911,18 @@ the logging configuration will be:</P
><PRE
CLASS="programlisting"
>logging {
- category "unmatched" { "null"; };
- category "default" { "default_syslog"; "default_debug"; };
+ category default { default_syslog; default_debug; };
+ category unmatched { null; };
};
</PRE
><P
->In <SPAN
+>In <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9, the logging configuration is only established when
-the entire configuration file has been parsed. In <SPAN
+the entire configuration file has been parsed. In <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 8, it was
established as soon as the <B
CLASS="command"
@@ -2111,9 +1930,9 @@ CLASS="command"
> statement
was parsed. When the server is starting up, all logging messages
regarding syntax errors in the configuration file go to the default
-channels, or to standard error if the "<TT
+channels, or to standard error if the "<VAR
CLASS="option"
->-g</TT
+>-g</VAR
>" option
was specified.</P
><DIV
@@ -2121,7 +1940,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
-NAME="AEN1579"
+NAME="AEN1619"
>6.2.10.1. The <B
CLASS="command"
>channel</B
@@ -2204,7 +2023,7 @@ CLASS="filename"
>.
You can say <B
CLASS="command"
->versions unlimited;</B
+>versions unlimited</B
> to not limit
the number of versions.
If a <B
@@ -2247,7 +2066,7 @@ CLASS="command"
> options:</P
><PRE
CLASS="programlisting"
->channel "an_example_channel" {
+>channel an_example_channel {
file "example.log" versions 3 size 20m;
print-time yes;
print-category yes;
@@ -2357,7 +2176,7 @@ CLASS="command"
CLASS="command"
>syslog</B
>'s
-"priorities," except that they can also be used if you are writing
+"priorities", except that they can also be used if you are writing
straight to a file rather than using <B
CLASS="command"
>syslog</B
@@ -2423,9 +2242,9 @@ level is set either by starting the <B
CLASS="command"
>named</B
> server
-with the <TT
+with the <VAR
CLASS="option"
->-d</TT
+>-d</VAR
> flag followed by a positive integer,
or by running <B
CLASS="command"
@@ -2441,7 +2260,7 @@ level, and higher debug levels give more detailed output. Channels
that specify a specific debug severity, for example:</P
><PRE
CLASS="programlisting"
->channel "specific_debug_level" {
+>channel specific_debug_level {
file "foo";
severity debug 3;
};
@@ -2453,7 +2272,7 @@ level. Channels with <B
CLASS="command"
>dynamic</B
> severity use the
-server's global level to determine what messages to print.</P
+server's global debug level to determine what messages to print.</P
><P
>If <B
CLASS="command"
@@ -2490,9 +2309,9 @@ CLASS="command"
> options
are on:</P
><P
-><TT
+><SAMP
CLASS="computeroutput"
->28-Feb-2000 15:05:32.863 general: notice: running</TT
+>28-Feb-2000 15:05:32.863 general: notice: running</SAMP
></P
><P
>There are four predefined channels that are used for
@@ -2507,14 +2326,14 @@ HREF="Bv9ARM.ch06.html#the_category_phrase"
</P
><PRE
CLASS="programlisting"
->channel "default_syslog" {
+>channel default_syslog {
syslog daemon; // send to syslog's daemon
// facility
severity info; // only send priority info
// and higher
};
-channel "default_debug" {
+channel default_debug {
file "named.run"; // write to named.run in
// the working directory
// Note: stderr is used instead
@@ -2525,13 +2344,13 @@ channel "default_debug" {
// current debug level
};
-channel "default_stderr" { // writes to stderr
- stderr;
+channel default_stderr {
+ stderr; // writes to stderr
severity info; // only send priority info
// and higher
};
-channel "null" {
+channel null {
null; // toss anything sent to
// this channel
};
@@ -2548,9 +2367,9 @@ CLASS="filename"
>
in the server's working directory.</P
><P
->For security reasons, when the "<TT
+>For security reasons, when the "<VAR
CLASS="option"
->-u</TT
+>-u</VAR
>"
command line option is used, the <TT
CLASS="filename"
@@ -2565,9 +2384,9 @@ CLASS="command"
>named</B
> is
starting up and still running as root is discarded. If you need
-to capture this output, you must run the server with the "<TT
+to capture this output, you must run the server with the "<VAR
CLASS="option"
->-g</TT
+>-g</VAR
>"
option and redirect standard error to a file.</P
><P
@@ -2598,7 +2417,7 @@ instead. If you don't specify a default category, the following
"default default" is used:</P
><PRE
CLASS="programlisting"
->category "default" { "default_syslog"; "default_debug"; };
+>category default { default_syslog; default_debug; };
</PRE
><P
>As an example, let's say you want to log security events to
@@ -2606,14 +2425,14 @@ a file, but you also want keep the default logging behavior. You'd
specify the following:</P
><PRE
CLASS="programlisting"
->channel "my_security_channel" {
+>channel my_security_channel {
file "my_security_file";
severity info;
};
-category "security" {
- "my_security_channel";
- "default_syslog";
- "default_debug";
+category security {
+ my_security_channel;
+ default_syslog;
+ default_debug;
};</PRE
><P
>To discard all messages in a category, specify the <B
@@ -2622,23 +2441,23 @@ CLASS="command"
> channel:</P
><PRE
CLASS="programlisting"
->category "xfer-out" { "null"; };
-category "notify" { "null"; };
+>category xfer-out { null; };
+category notify { null; };
</PRE
><P
>Following are the available categories and brief descriptions
of the types of log information they contain. More
-categories may be added in future <SPAN
+categories may be added in future <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> releases.</P
><DIV
CLASS="informaltable"
-><A
-NAME="AEN1703"
-></A
><P
></P
+><A
+NAME="AEN1743"
+></A
><TABLE
CELLPADDING="3"
BORDER="1"
@@ -2646,9 +2465,6 @@ CLASS="CALSTABLE"
><TBODY
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -2656,9 +2472,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>The default category defines the logging
options for those categories where no specific configuration has been
@@ -2667,9 +2480,6 @@ defined.</P
></TR
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -2677,9 +2487,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>The catch-all. Many things still aren't
classified into categories, and they all end up here.</P
@@ -2687,9 +2494,6 @@ classified into categories, and they all end up here.</P
></TR
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -2697,9 +2501,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Messages relating to the databases used
internally by the name server to store zone and cache data.</P
@@ -2707,9 +2508,6 @@ internally by the name server to store zone and cache data.</P
></TR
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -2717,18 +2515,12 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Approval and denial of requests.</P
></TD
></TR
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -2736,18 +2528,12 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Configuration file parsing and processing.</P
></TD
></TR
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -2755,9 +2541,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>DNS resolution, such as the recursive
lookups performed on behalf of clients by a caching name server.</P
@@ -2765,9 +2548,6 @@ lookups performed on behalf of clients by a caching name server.</P
></TR
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -2775,18 +2555,12 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Zone transfers the server is receiving.</P
></TD
></TR
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -2794,18 +2568,12 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Zone transfers the server is sending.</P
></TD
></TR
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -2813,18 +2581,12 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>The NOTIFY protocol.</P
></TD
></TR
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -2832,18 +2594,12 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Processing of client requests.</P
></TD
></TR
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -2851,9 +2607,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Messages that named was unable to determine the
class of or for which there was no matching <B
@@ -2873,9 +2626,6 @@ CLASS="command"
></TR
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -2883,18 +2633,12 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Network operations.</P
></TD
></TR
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -2902,40 +2646,69 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Dynamic updates.</P
></TD
></TR
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
->queries</B
+>update-security</B
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->Queries. Using the category <B
+>Approval and denial of update requests.</P
+></TD
+></TR
+><TR
+><TD
+><P
+><B
CLASS="command"
>queries</B
-> will enable query logging.</P
+></P
></TD
+><TD
+><P
+>Specify where queries should be logged to.</P
+>
+<P
+>&#13;At startup, specifing the category <B
+CLASS="command"
+>queries</B
+> will also
+enable query logging unless <B
+CLASS="command"
+>querylog</B
+> option has been
+specified.
+</P
+>
+<P
+>&#13;The query log entry reports the client's IP address and port number. The
+query name, class and type. It also reports whether the Recursion Desired
+flag was set (+ if set, - if not set), EDNS was in use (E) or if the
+query was signed (S).</P
+>
+<PRE
+CLASS="programlisting"
+><SAMP
+CLASS="computeroutput"
+>client 127.0.0.1#62536: query: www.example.com IN AAAA +SE</SAMP
+>
+<SAMP
+CLASS="computeroutput"
+>client ::1#62537: query: www.example.net IN AAAA -SE</SAMP
+>
+</PRE
+>
+</TD
></TR
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -2943,9 +2716,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Dispatching of incoming packets to the
server modules where they are to be processed.
@@ -2954,9 +2724,6 @@ server modules where they are to be processed.
></TR
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -2964,9 +2731,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>DNSSEC and TSIG protocol processing.
</P
@@ -2974,9 +2738,6 @@ VALIGN="MIDDLE"
></TR
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -2984,9 +2745,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Lame servers. These are misconfigurations
in remote servers, discovered by BIND 9 when trying to query
@@ -2996,9 +2754,6 @@ those servers during resolution.
></TR
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -3006,16 +2761,13 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Delegation only. Logs queries that have have
been forced to NXDOMAIN as the result of a delegation-only zone or
a <B
CLASS="command"
>delegation-only</B
-> in a hint or stub zone declartation.
+> in a hint or stub zone declaration.
</P
></TD
></TR
@@ -3031,7 +2783,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN1821"
+NAME="AEN1873"
>6.2.11. <B
CLASS="command"
>lwres</B
@@ -3054,70 +2806,54 @@ CLASS="command"
> {
[<SPAN
CLASS="optional"
-> listen-on { <TT
+> listen-on { <VAR
CLASS="replaceable"
-><I
->ip_addr</I
-></TT
+>ip_addr</VAR
> [<SPAN
CLASS="optional"
->port <TT
+>port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
></SPAN
>] ; [<SPAN
CLASS="optional"
-> <TT
+> <VAR
CLASS="replaceable"
-><I
->ip_addr</I
-></TT
+>ip_addr</VAR
> [<SPAN
CLASS="optional"
->port <TT
+>port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
></SPAN
>] ; ... </SPAN
>] }; </SPAN
>]
[<SPAN
CLASS="optional"
-> view <TT
+> view <VAR
CLASS="replaceable"
-><I
->view_name</I
-></TT
+>view_name</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> search { <TT
+> search { <VAR
CLASS="replaceable"
-><I
->domain_name</I
-></TT
+>domain_name</VAR
> ; [<SPAN
CLASS="optional"
-> <TT
+> <VAR
CLASS="replaceable"
-><I
->domain_name</I
-></TT
+>domain_name</VAR
> ; ... </SPAN
>] }; </SPAN
>]
[<SPAN
CLASS="optional"
-> ndots <TT
+> ndots <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
>; </SPAN
>]
};
@@ -3128,7 +2864,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN1845"
+NAME="AEN1897"
>6.2.12. <B
CLASS="command"
>lwres</B
@@ -3202,9 +2938,76 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN1864"
+NAME="AEN1916"
>6.2.13. <B
CLASS="command"
+>masters</B
+> Statement Grammar</A
+></H2
+><PRE
+CLASS="programlisting"
+>&#13;<B
+CLASS="command"
+>masters</B
+> <VAR
+CLASS="replaceable"
+>name</VAR
+> [<SPAN
+CLASS="optional"
+>port <VAR
+CLASS="replaceable"
+>ip_port</VAR
+></SPAN
+>] { ( <VAR
+CLASS="replaceable"
+>masters_list</VAR
+> | <VAR
+CLASS="replaceable"
+>ip_addr</VAR
+> [<SPAN
+CLASS="optional"
+>port <VAR
+CLASS="replaceable"
+>ip_port</VAR
+></SPAN
+>] [<SPAN
+CLASS="optional"
+>key <VAR
+CLASS="replaceable"
+>key</VAR
+></SPAN
+>] ) ; [<SPAN
+CLASS="optional"
+>...</SPAN
+>] } ;
+</PRE
+></DIV
+><DIV
+CLASS="sect2"
+><H2
+CLASS="sect2"
+><A
+NAME="AEN1931"
+>6.2.14. <B
+CLASS="command"
+>masters</B
+> Statement Definition and Usage</A
+></H2
+><P
+><B
+CLASS="command"
+>masters</B
+> lists allow for a common set of masters
+to be easily used by multiple stub and slave zones.</P
+></DIV
+><DIV
+CLASS="sect2"
+><H2
+CLASS="sect2"
+><A
+NAME="AEN1936"
+>6.2.15. <B
+CLASS="command"
>options</B
> Statement Grammar</A
></H2
@@ -3222,426 +3025,423 @@ CLASS="programlisting"
>options {
[<SPAN
CLASS="optional"
-> version <TT
+> version <VAR
CLASS="replaceable"
-><I
->version_string</I
-></TT
+>version_string</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> directory <TT
+> hostname <VAR
CLASS="replaceable"
-><I
->path_name</I
-></TT
+>hostname_string</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> named-xfer <TT
+> server-id <VAR
CLASS="replaceable"
-><I
->path_name</I
-></TT
+>server_id_string</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> tkey-domain <TT
+> directory <VAR
CLASS="replaceable"
-><I
->domainname</I
-></TT
+>path_name</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> tkey-dhkey <TT
+> key-directory <VAR
CLASS="replaceable"
-><I
->key_name</I
-></TT
-> <TT
+>path_name</VAR
+>; </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> named-xfer <VAR
CLASS="replaceable"
-><I
->key_tag</I
-></TT
+>path_name</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> dump-file <TT
+> tkey-domain <VAR
CLASS="replaceable"
-><I
->path_name</I
-></TT
+>domainname</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> memstatistics-file <TT
+> tkey-dhkey <VAR
CLASS="replaceable"
-><I
->path_name</I
-></TT
+>key_name</VAR
+> <VAR
+CLASS="replaceable"
+>key_tag</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> pid-file <TT
+> dump-file <VAR
CLASS="replaceable"
-><I
->path_name</I
-></TT
+>path_name</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> statistics-file <TT
+> memstatistics-file <VAR
CLASS="replaceable"
-><I
->path_name</I
-></TT
+>path_name</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> zone-statistics <TT
+> pid-file <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>path_name</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> auth-nxdomain <TT
+> statistics-file <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>path_name</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> deallocate-on-exit <TT
+> zone-statistics <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> dialup <TT
+> auth-nxdomain <VAR
CLASS="replaceable"
-><I
->dialup_option</I
-></TT
+>yes_or_no</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> fake-iquery <TT
+> deallocate-on-exit <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> fetch-glue <TT
+> dialup <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>dialup_option</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> has-old-clients <TT
+> fake-iquery <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> host-statistics <TT
+> fetch-glue <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> minimal-responses <TT
+> flush-zones-on-shutdown <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> multiple-cnames <TT
+> has-old-clients <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> notify <TT
+> host-statistics <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
-> | <TT
+>yes_or_no</VAR
+>; </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> minimal-responses <VAR
CLASS="replaceable"
-><I
->explicit</I
-></TT
+>yes_or_no</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> recursion <TT
+> multiple-cnames <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> rfc2308-type1 <TT
+> notify <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
+> | <VAR
+CLASS="replaceable"
+>explicit</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> use-id-pool <TT
+> recursion <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> maintain-ixfr-base <TT
+> rfc2308-type1 <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> forward ( <TT
+> use-id-pool <VAR
CLASS="replaceable"
-><I
->only</I
-></TT
-> | <TT
+>yes_or_no</VAR
+>; </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> maintain-ixfr-base <VAR
CLASS="replaceable"
-><I
->first</I
-></TT
+>yes_or_no</VAR
+>; </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> dnssec-enable <VAR
+CLASS="replaceable"
+>yes_or_no</VAR
+>; </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> dnssec-lookaside <VAR
+CLASS="replaceable"
+>domain</VAR
+> trust-anchor <VAR
+CLASS="replaceable"
+>domain</VAR
+>; </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> dnssec-must-be-secure <VAR
+CLASS="replaceable"
+>domain yes_or_no</VAR
+>; </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> forward ( <VAR
+CLASS="replaceable"
+>only</VAR
+> | <VAR
+CLASS="replaceable"
+>first</VAR
> ); </SPAN
>]
[<SPAN
CLASS="optional"
-> forwarders { <TT
+> forwarders { <VAR
CLASS="replaceable"
-><I
->ip_addr</I
-></TT
+>ip_addr</VAR
> [<SPAN
CLASS="optional"
->port <TT
+>port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
></SPAN
>] ; [<SPAN
CLASS="optional"
-> <TT
+> <VAR
CLASS="replaceable"
-><I
->ip_addr</I
-></TT
+>ip_addr</VAR
> [<SPAN
CLASS="optional"
->port <TT
+>port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
></SPAN
>] ; ... </SPAN
>] }; </SPAN
>]
[<SPAN
CLASS="optional"
-> check-names ( <TT
+> dual-stack-servers [<SPAN
+CLASS="optional"
+>port <VAR
CLASS="replaceable"
-><I
->master</I
-></TT
-> | <TT
+>ip_port</VAR
+></SPAN
+>] { ( <VAR
CLASS="replaceable"
-><I
->slave</I
-></TT
-> | <TT
+>domain_name</VAR
+> [<SPAN
+CLASS="optional"
+>port <VAR
CLASS="replaceable"
-><I
-> response</I
-></TT
-> )( <TT
+>ip_port</VAR
+></SPAN
+>] | <VAR
CLASS="replaceable"
-><I
->warn</I
-></TT
-> | <TT
+>ip_addr</VAR
+> [<SPAN
+CLASS="optional"
+>port <VAR
CLASS="replaceable"
-><I
->fail</I
-></TT
-> | <TT
+>ip_port</VAR
+></SPAN
+>] ) ; ... }; </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> check-names ( <VAR
CLASS="replaceable"
-><I
->ignore</I
-></TT
+>master</VAR
+> | <VAR
+CLASS="replaceable"
+>slave</VAR
+> | <VAR
+CLASS="replaceable"
+> response</VAR
+> )( <VAR
+CLASS="replaceable"
+>warn</VAR
+> | <VAR
+CLASS="replaceable"
+>fail</VAR
+> | <VAR
+CLASS="replaceable"
+>ignore</VAR
> ); </SPAN
>]
[<SPAN
CLASS="optional"
-> allow-notify { <TT
+> allow-notify { <VAR
CLASS="replaceable"
-><I
->address_match_list</I
-></TT
+>address_match_list</VAR
> }; </SPAN
>]
[<SPAN
CLASS="optional"
-> allow-query { <TT
+> allow-query { <VAR
CLASS="replaceable"
-><I
->address_match_list</I
-></TT
+>address_match_list</VAR
> }; </SPAN
>]
[<SPAN
CLASS="optional"
-> allow-transfer { <TT
+> allow-transfer { <VAR
CLASS="replaceable"
-><I
->address_match_list</I
-></TT
+>address_match_list</VAR
> }; </SPAN
>]
[<SPAN
CLASS="optional"
-> allow-recursion { <TT
+> allow-recursion { <VAR
CLASS="replaceable"
-><I
->address_match_list</I
-></TT
+>address_match_list</VAR
> }; </SPAN
>]
[<SPAN
CLASS="optional"
-> allow-v6-synthesis { <TT
+> allow-update-forwarding { <VAR
CLASS="replaceable"
-><I
->address_match_list</I
-></TT
+>address_match_list</VAR
> }; </SPAN
>]
[<SPAN
CLASS="optional"
-> blackhole { <TT
+> allow-v6-synthesis { <VAR
CLASS="replaceable"
-><I
->address_match_list</I
-></TT
+>address_match_list</VAR
+> }; </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> blackhole { <VAR
+CLASS="replaceable"
+>address_match_list</VAR
+> }; </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> avoid-v4-udp-ports { <VAR
+CLASS="replaceable"
+>port_list</VAR
+> }; </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> avoid-v6-udp-ports { <VAR
+CLASS="replaceable"
+>port_list</VAR
> }; </SPAN
>]
[<SPAN
CLASS="optional"
> listen-on [<SPAN
CLASS="optional"
-> port <TT
+> port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
> </SPAN
->] { <TT
+>] { <VAR
CLASS="replaceable"
-><I
->address_match_list</I
-></TT
+>address_match_list</VAR
> }; </SPAN
>]
[<SPAN
CLASS="optional"
> listen-on-v6 [<SPAN
CLASS="optional"
-> port <TT
+> port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
> </SPAN
->] { <TT
+>] { <VAR
CLASS="replaceable"
-><I
->address_match_list</I
-></TT
+>address_match_list</VAR
> }; </SPAN
>]
[<SPAN
CLASS="optional"
> query-source [<SPAN
CLASS="optional"
-> address ( <TT
+> address ( <VAR
CLASS="replaceable"
-><I
->ip_addr</I
-></TT
-> | <TT
+>ip_addr</VAR
+> | <VAR
CLASS="replaceable"
-><I
->*</I
-></TT
+>*</VAR
> ) </SPAN
>] [<SPAN
CLASS="optional"
-> port ( <TT
+> port ( <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
-> | <TT
+>ip_port</VAR
+> | <VAR
CLASS="replaceable"
-><I
->*</I
-></TT
+>*</VAR
> ) </SPAN
>]; </SPAN
>]
@@ -3649,555 +3449,527 @@ CLASS="replaceable"
CLASS="optional"
> query-source-v6 [<SPAN
CLASS="optional"
-> address ( <TT
+> address ( <VAR
CLASS="replaceable"
-><I
->ip_addr</I
-></TT
-> | <TT
+>ip_addr</VAR
+> | <VAR
CLASS="replaceable"
-><I
->*</I
-></TT
+>*</VAR
> ) </SPAN
>] [<SPAN
CLASS="optional"
-> port ( <TT
+> port ( <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
-> | <TT
+>ip_port</VAR
+> | <VAR
CLASS="replaceable"
-><I
->*</I
-></TT
+>*</VAR
> ) </SPAN
>]; </SPAN
>]
[<SPAN
CLASS="optional"
-> max-transfer-time-in <TT
+> max-transfer-time-in <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> max-transfer-time-out <TT
+> max-transfer-time-out <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> max-transfer-idle-in <TT
+> max-transfer-idle-in <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> max-transfer-idle-out <TT
+> max-transfer-idle-out <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> tcp-clients <TT
+> tcp-clients <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> recursive-clients <TT
+> recursive-clients <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> serial-query-rate <TT
+> serial-query-rate <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> serial-queries <TT
+> serial-queries <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> transfer-format <TT
+> tcp-listen-queue <VAR
CLASS="replaceable"
-><I
->( one-answer | many-answers )</I
-></TT
+>number</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> transfers-in <TT
+> transfer-format <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>( one-answer | many-answers )</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> transfers-out <TT
+> transfers-in <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> transfers-per-ns <TT
+> transfers-out <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> transfer-source (<TT
+> transfers-per-ns <VAR
CLASS="replaceable"
-><I
->ip4_addr</I
-></TT
-> | <TT
+>number</VAR
+>; </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> transfer-source (<VAR
+CLASS="replaceable"
+>ip4_addr</VAR
+> | <CODE
CLASS="constant"
->*</TT
+>*</CODE
>) [<SPAN
CLASS="optional"
->port <TT
+>port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
></SPAN
>] ; </SPAN
>]
[<SPAN
CLASS="optional"
-> transfer-source-v6 (<TT
+> transfer-source-v6 (<VAR
CLASS="replaceable"
-><I
->ip6_addr</I
-></TT
-> | <TT
+>ip6_addr</VAR
+> | <CODE
CLASS="constant"
->*</TT
+>*</CODE
>) [<SPAN
CLASS="optional"
->port <TT
+>port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
></SPAN
>] ; </SPAN
>]
[<SPAN
CLASS="optional"
-> notify-source (<TT
+> alt-transfer-source (<VAR
CLASS="replaceable"
-><I
->ip4_addr</I
-></TT
-> | <TT
+>ip4_addr</VAR
+> | <CODE
CLASS="constant"
->*</TT
+>*</CODE
>) [<SPAN
CLASS="optional"
->port <TT
+>port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
></SPAN
>] ; </SPAN
>]
[<SPAN
CLASS="optional"
-> notify-source-v6 (<TT
+> alt-transfer-source-v6 (<VAR
CLASS="replaceable"
-><I
->ip6_addr</I
-></TT
-> | <TT
+>ip6_addr</VAR
+> | <CODE
CLASS="constant"
->*</TT
+>*</CODE
>) [<SPAN
CLASS="optional"
->port <TT
+>port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
></SPAN
>] ; </SPAN
>]
[<SPAN
CLASS="optional"
-> also-notify { <TT
+> use-alt-transfer-source <VAR
CLASS="replaceable"
-><I
->ip_addr</I
-></TT
+>yes_or_no</VAR
+>; </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> notify-source (<VAR
+CLASS="replaceable"
+>ip4_addr</VAR
+> | <CODE
+CLASS="constant"
+>*</CODE
+>) [<SPAN
+CLASS="optional"
+>port <VAR
+CLASS="replaceable"
+>ip_port</VAR
+></SPAN
+>] ; </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> notify-source-v6 (<VAR
+CLASS="replaceable"
+>ip6_addr</VAR
+> | <CODE
+CLASS="constant"
+>*</CODE
+>) [<SPAN
+CLASS="optional"
+>port <VAR
+CLASS="replaceable"
+>ip_port</VAR
+></SPAN
+>] ; </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> also-notify { <VAR
+CLASS="replaceable"
+>ip_addr</VAR
> [<SPAN
CLASS="optional"
->port <TT
+>port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
></SPAN
>] ; [<SPAN
CLASS="optional"
-> <TT
+> <VAR
CLASS="replaceable"
-><I
->ip_addr</I
-></TT
+>ip_addr</VAR
> [<SPAN
CLASS="optional"
->port <TT
+>port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
></SPAN
>] ; ... </SPAN
>] }; </SPAN
>]
[<SPAN
CLASS="optional"
-> max-ixfr-log-size <TT
+> max-ixfr-log-size <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> coresize <TT
+> max-journal-size <VAR
CLASS="replaceable"
-><I
->size_spec</I
-></TT
+>size_spec</VAR
+>; </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> coresize <VAR
+CLASS="replaceable"
+>size_spec</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> datasize <TT
+> datasize <VAR
CLASS="replaceable"
-><I
->size_spec</I
-></TT
+>size_spec</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> files <TT
+> files <VAR
CLASS="replaceable"
-><I
->size_spec</I
-></TT
+>size_spec</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> stacksize <TT
+> stacksize <VAR
CLASS="replaceable"
-><I
->size_spec</I
-></TT
+>size_spec</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> cleaning-interval <TT
+> cleaning-interval <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> heartbeat-interval <TT
+> heartbeat-interval <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> interface-interval <TT
+> interface-interval <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> statistics-interval <TT
+> statistics-interval <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> topology { <TT
+> topology { <VAR
CLASS="replaceable"
-><I
->address_match_list</I
-></TT
+>address_match_list</VAR
> }</SPAN
>];
[<SPAN
CLASS="optional"
-> sortlist { <TT
+> sortlist { <VAR
CLASS="replaceable"
-><I
->address_match_list</I
-></TT
+>address_match_list</VAR
> }</SPAN
>];
[<SPAN
CLASS="optional"
-> rrset-order { <TT
+> rrset-order { <VAR
CLASS="replaceable"
-><I
->order_spec</I
-></TT
+>order_spec</VAR
> ; [<SPAN
CLASS="optional"
-> <TT
+> <VAR
CLASS="replaceable"
-><I
->order_spec</I
-></TT
+>order_spec</VAR
> ; ... </SPAN
>] </SPAN
>] };
[<SPAN
CLASS="optional"
-> lame-ttl <TT
+> lame-ttl <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> max-ncache-ttl <TT
+> max-ncache-ttl <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> max-cache-ttl <TT
+> max-cache-ttl <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> sig-validity-interval <TT
+> sig-validity-interval <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> min-roots <TT
+> min-roots <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> use-ixfr <TT
+> use-ixfr <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> provide-ixfr <TT
+> provide-ixfr <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> request-ixfr <TT
+> request-ixfr <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> treat-cr-as-space <TT
+> treat-cr-as-space <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> min-refresh-time <TT
+> min-refresh-time <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> max-refresh-time <TT
+> max-refresh-time <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> min-retry-time <TT
+> min-retry-time <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> max-retry-time <TT
+> max-retry-time <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> port <TT
+> port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
-> additional-from-auth <TT
+> additional-from-auth <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> additional-from-cache <TT
+> additional-from-cache <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> random-device <TT
+> random-device <VAR
CLASS="replaceable"
-><I
->path_name</I
-></TT
+>path_name</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> max-cache-size <TT
+> max-cache-size <VAR
CLASS="replaceable"
-><I
->size_spec</I
-></TT
+>size_spec</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> match-mapped-addresses <TT
+> match-mapped-addresses <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
+>; </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> preferred-glue ( <VAR
+CLASS="replaceable"
+>A</VAR
+> | <VAR
+CLASS="replaceable"
+>AAAA</VAR
+> | <VAR
+CLASS="replaceable"
+>NONE</VAR
+> ); </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> edns-udp-size <VAR
+CLASS="replaceable"
+>number</VAR
>; </SPAN
>]
[<SPAN
CLASS="optional"
> root-delegation-only [<SPAN
CLASS="optional"
-> exclude { <TT
+> exclude { <VAR
CLASS="replaceable"
-><I
->namelist
-</I
-></TT
+>namelist</VAR
> } </SPAN
>] ; </SPAN
>]
-
+ [<SPAN
+CLASS="optional"
+> querylog <VAR
+CLASS="replaceable"
+>yes_or_no</VAR
+> ; </SPAN
+>]
};
+ [<SPAN
+CLASS="optional"
+> disable-algorithms <VAR
+CLASS="replaceable"
+>domain</VAR
+> { <VAR
+CLASS="replaceable"
+>algorithm</VAR
+>; [<SPAN
+CLASS="optional"
+> <VAR
+CLASS="replaceable"
+>algorithm</VAR
+>; </SPAN
+>] }; </SPAN
+>]
</PRE
></DIV
><DIV
@@ -4205,8 +3977,8 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN2092"
->6.2.14. <B
+NAME="options"
+>6.2.16. <B
CLASS="command"
>options</B
> Statement Definition and Usage</A
@@ -4216,13 +3988,11 @@ CLASS="command"
CLASS="command"
>options</B
> statement sets up global options
-to be used by <SPAN
+to be used by <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
>. This statement may appear only
-once in a configuration file. If more than one occurrence is found,
-the first occurrence determines the actual options used, and a warning
-will be generated. If there is no <B
+once in a configuration file. If there is no <B
CLASS="command"
>options</B
>
@@ -4236,24 +4006,6 @@ CLASS="variablelist"
><DT
><B
CLASS="command"
->version</B
-></DT
-><DD
-><P
->The version the server should report
-via a query of name <TT
-CLASS="filename"
->version.bind</TT
-> in
-class <B
-CLASS="command"
->CHAOS</B
->.
-The default is the real version number of this server.</P
-></DD
-><DT
-><B
-CLASS="command"
>directory</B
></DT
><DD
@@ -4275,6 +4027,18 @@ was started. The directory specified should be an absolute path.</P
><DT
><B
CLASS="command"
+>key-directory</B
+></DT
+><DD
+><P
+>When performing dynamic update of secure zones, the
+directory where the public and private key files should be found,
+if different than the current working directory. The directory specified
+must be an absolute path.</P
+></DD
+><DT
+><B
+CLASS="command"
>named-xfer</B
></DT
><DD
@@ -4286,17 +4050,17 @@ CLASS="emphasis"
>This option is obsolete.</I
></SPAN
>
-It was used in <SPAN
+It was used in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 8 to
specify the pathname to the <B
CLASS="command"
>named-xfer</B
> program.
-In <SPAN
+In <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9, no separate <B
CLASS="command"
>named-xfer</B
@@ -4320,21 +4084,21 @@ CLASS="command"
>TKEY</B
> exchange, it may or may not specify
the desired name for the key. If present, the name of the shared
-key will be "<TT
+key will be "<VAR
CLASS="varname"
->client specified part</TT
+>client specified part</VAR
>" +
-"<TT
+"<VAR
CLASS="varname"
->tkey-domain</TT
+>tkey-domain</VAR
>".
-Otherwise, the name of the shared key will be "<TT
+Otherwise, the name of the shared key will be "<VAR
CLASS="varname"
>random hex
-digits</TT
->" + "<TT
+digits</VAR
+>" + "<VAR
CLASS="varname"
->tkey-domain</TT
+>tkey-domain</VAR
>". In most cases,
the <B
CLASS="command"
@@ -4389,19 +4153,6 @@ the default is <TT
CLASS="filename"
>named.memstats</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
></DD
><DT
><B
@@ -4416,7 +4167,17 @@ CLASS="filename"
>/var/run/named.pid</TT
>.
The pid-file is used by programs that want to send signals to the running
-nameserver.</P
+name server. Specifying <B
+CLASS="command"
+>pid-file none</B
+> disables the
+use of a PID file &#8212; no file will be written and any
+existing one will be removed. Note that <B
+CLASS="command"
+>none</B
+>
+is a keyword, not a file name, and therefore is not enclosed in
+double quotes.</P
></DD
><DT
><B
@@ -4437,7 +4198,7 @@ CLASS="filename"
server's current directory. The format of the file is described
in <A
HREF="Bv9ARM.ch06.html#statsfile"
->Section 6.2.14.15</A
+>Section 6.2.16.17</A
></P
></DD
><DT
@@ -4481,11 +4242,23 @@ is ignored on subsequent reloads.</P
><DT
><B
CLASS="command"
+>preferred-glue</B
+></DT
+><DD
+><P
+>&#13;If specified the listed type (A or AAAA) will be emitted before other glue
+in the additional section of a query response.
+The default is not to preference any type (NONE).
+</P
+></DD
+><DT
+><B
+CLASS="command"
>root-delegation-only</B
></DT
><DD
><P
->&#13;Turn on enforcment of delegation-only in TLDs and root zones with an optional
+>&#13;Turn on enforcement of delegation-only in TLDs and root zones with an optional
exclude list.
</P
><P
@@ -4498,6 +4271,72 @@ CLASS="programlisting"
};
</PRE
></DD
+><DT
+><B
+CLASS="command"
+>disable-algorithms</B
+></DT
+><DD
+><P
+>&#13;Disable the specified DNSSEC algorithms at and below the specified name.
+Multiple <B
+CLASS="command"
+>disable-algorithms</B
+> statements are allowed.
+Only the most specific will be applied.
+</P
+></DD
+><DT
+><B
+CLASS="command"
+>dnssec-lookaside</B
+></DT
+><DD
+><P
+>&#13;When set <B
+CLASS="command"
+>dnssec-lookaside</B
+> provides the
+validator with an alternate method to validate DNSKEY records at the
+top of a zone. When a DNSKEY is at or below a domain specified by the
+deepest <B
+CLASS="command"
+>dnssec-lookaside</B
+>, and the normal dnssec validation
+has left the key untrusted, the trust-anchor will be append to the key
+name and a DLV record will be looked up to see if it can validate the
+key. If the DLV record validates a DNSKEY (similarly to the way a DS
+record does) the DNSKEY RRset is deemed to be trusted.
+</P
+></DD
+><DT
+><B
+CLASS="command"
+>dnssec-must-be-secure</B
+></DT
+><DD
+><P
+>&#13;Specify heirachies which must / may not be secure (signed and validated).
+If <KBD
+CLASS="userinput"
+>yes</KBD
+> then named will only accept answers if they
+are secure.
+If <KBD
+CLASS="userinput"
+>no</KBD
+> then normal dnssec validation applies
+allowing for insecure answers to be accepted.
+The specified domain must be under a <B
+CLASS="command"
+>trusted-key</B
+> or
+<B
+CLASS="command"
+>dnssec-lookaside</B
+> must be active.
+</P
+></DD
></DL
></DIV
><DIV
@@ -4506,7 +4345,7 @@ CLASS="sect3"
CLASS="sect3"
><A
NAME="boolean_options"
->6.2.14.1. Boolean Options</A
+>6.2.16.1. Boolean Options</A
></H3
><P
></P
@@ -4520,31 +4359,25 @@ CLASS="command"
></DT
><DD
><P
->If <TT
+>If <KBD
CLASS="userinput"
-><B
->yes</B
-></TT
+>yes</KBD
>, then the <B
CLASS="command"
>AA</B
> bit
is always set on NXDOMAIN responses, even if the server is not actually
-authoritative. The default is <TT
+authoritative. The default is <KBD
CLASS="userinput"
-><B
->no</B
-></TT
+>no</KBD
>; this is
-a change from <SPAN
+a change from <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 8. If you are using very old DNS software, you
-may need to set it to <TT
+may need to set it to <KBD
CLASS="userinput"
-><B
->yes</B
-></TT
+>yes</KBD
>.</P
></DD
><DT
@@ -4554,13 +4387,13 @@ CLASS="command"
></DT
><DD
><P
->This option was used in <SPAN
+>This option was used in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 8 to enable checking
-for memory leaks on exit. <SPAN
+for memory leaks on exit. <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 ignores the option and always performs
the checks.</P
></DD
@@ -4571,11 +4404,9 @@ CLASS="command"
></DT
><DD
><P
->If <TT
+>If <KBD
CLASS="userinput"
-><B
->yes</B
-></TT
+>yes</KBD
>, then the
server treats all zones as if they are doing zone transfers across
a dial on demand dialup link, which can be brought up by traffic
@@ -4586,11 +4417,9 @@ CLASS="command"
>heartbeat-interval</B
> and
hopefully during the one call. It also suppresses some of the normal
-zone maintenance traffic. The default is <TT
+zone maintenance traffic. The default is <KBD
CLASS="userinput"
-><B
->no</B
-></TT
+>no</KBD
>.</P
><P
>The <B
@@ -4612,9 +4441,17 @@ CLASS="command"
option.</P
><P
>If the zone is a master zone then the server will send out a NOTIFY
-request to all the slaves. This will trigger the zone serial number check
-in the slave (providing it supports NOTIFY) allowing the slave to
-verify the zone while the connection is active.</P
+request to all the slaves (default). This should trigger the zone serial
+number check in the slave (providing it supports NOTIFY) allowing the slave
+to verify the zone while the connection is active.
+The set of servers to which NOTIFY is sent can be controlled by
+<B
+CLASS="command"
+>notify</B
+> and <B
+CLASS="command"
+>also-notify</B
+>.</P
><P
>If the
zone is a slave or stub zone, then the server will suppress the regular
@@ -4626,36 +4463,195 @@ CLASS="command"
NOTIFY requests.</P
><P
>Finer control can be achieved by using
-<TT
+<KBD
CLASS="userinput"
-><B
->notify</B
-></TT
+>notify</KBD
> which only sends NOTIFY messages,
-<TT
+<KBD
CLASS="userinput"
-><B
->notify-passive</B
-></TT
+>notify-passive</KBD
> which sends NOTIFY messages and
-suppresses the normal refresh queries, <TT
+suppresses the normal refresh queries, <KBD
CLASS="userinput"
-><B
->refresh</B
-></TT
+>refresh</KBD
>
-which suppresses normal refresh processing and send refresh queries
+which suppresses normal refresh processing and sends refresh queries
when the <B
CLASS="command"
>heartbeat-interval</B
-> expires and
-<TT
+> expires, and
+<KBD
CLASS="userinput"
-><B
->passive</B
-></TT
+>passive</KBD
> which just disables normal refresh
processing.</P
+><DIV
+CLASS="informaltable"
+><P
+></P
+><A
+NAME="AEN2390"
+></A
+><TABLE
+CELLPADDING="3"
+BORDER="1"
+CLASS="CALSTABLE"
+><TBODY
+><TR
+><TD
+><P
+>dialup mode</P
+></TD
+><TD
+><P
+>normal refresh</P
+></TD
+><TD
+><P
+>heart-beat refresh</P
+></TD
+><TD
+><P
+>heart-beat notify</P
+></TD
+></TR
+><TR
+><TD
+><P
+><B
+CLASS="command"
+>no</B
+> (default)</P
+></TD
+><TD
+><P
+>yes</P
+></TD
+><TD
+><P
+>no</P
+></TD
+><TD
+><P
+>no</P
+></TD
+></TR
+><TR
+><TD
+><P
+><B
+CLASS="command"
+>yes</B
+></P
+></TD
+><TD
+><P
+>no</P
+></TD
+><TD
+><P
+>yes</P
+></TD
+><TD
+><P
+>yes</P
+></TD
+></TR
+><TR
+><TD
+><P
+><B
+CLASS="command"
+>notify</B
+></P
+></TD
+><TD
+><P
+>yes</P
+></TD
+><TD
+><P
+>no</P
+></TD
+><TD
+><P
+>yes</P
+></TD
+></TR
+><TR
+><TD
+><P
+><B
+CLASS="command"
+>refresh</B
+></P
+></TD
+><TD
+><P
+>no</P
+></TD
+><TD
+><P
+>yes</P
+></TD
+><TD
+><P
+>no</P
+></TD
+></TR
+><TR
+><TD
+><P
+><B
+CLASS="command"
+>passive</B
+></P
+></TD
+><TD
+><P
+>no</P
+></TD
+><TD
+><P
+>no</P
+></TD
+><TD
+><P
+>no</P
+></TD
+></TR
+><TR
+><TD
+><P
+><B
+CLASS="command"
+>notify-passive</B
+></P
+></TD
+><TD
+><P
+>no</P
+></TD
+><TD
+><P
+>no</P
+></TD
+><TD
+><P
+>yes</P
+></TD
+></TR
+></TBODY
+></TABLE
+><P
+></P
+></DIV
+><P
+>Note that normal NOTIFY processing is not affected by
+<B
+CLASS="command"
+>dialup</B
+>.</P
></DD
><DT
><B
@@ -4664,14 +4660,14 @@ CLASS="command"
></DT
><DD
><P
->In <SPAN
+>In <ACRONYM
CLASS="acronym"
->BIND</SPAN
-> 8, this option was used to
-enable simulating the obsolete DNS query type
-IQUERY. <SPAN
+>BIND</ACRONYM
+> 8, this option
+enabled simulating the obsolete DNS query type
+IQUERY. <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 never does IQUERY simulation.
</P
></DD
@@ -4683,11 +4679,9 @@ CLASS="command"
><DD
><P
>This option is obsolete.
-In BIND 8, <TT
+In BIND 8, <KBD
CLASS="userinput"
-><B
->fetch-glue yes</B
-></TT
+>fetch-glue yes</KBD
>
caused the server to attempt to fetch glue resource records it
didn't have when constructing the additional
@@ -4697,46 +4691,58 @@ and BIND 9 never does it.</P
><DT
><B
CLASS="command"
+>flush-zones-on-shutdown</B
+></DT
+><DD
+><P
+>When the nameserver exits due receiving SIGTERM,
+flush / do not flush any pending zone writes. The default is
+<B
+CLASS="command"
+>flush-zones-on-shutdown</B
+> <KBD
+CLASS="userinput"
+>no</KBD
+>.
+</P
+></DD
+><DT
+><B
+CLASS="command"
>has-old-clients</B
></DT
><DD
><P
>This option was incorrectly implemented
-in <SPAN
+in <ACRONYM
CLASS="acronym"
->BIND</SPAN
-> 8, and is ignored by <SPAN
+>BIND</ACRONYM
+> 8, and is ignored by <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9.
To achieve the intended effect
of
<B
CLASS="command"
>has-old-clients</B
-> <TT
+> <KBD
CLASS="userinput"
-><B
->yes</B
-></TT
+>yes</KBD
>, specify
the two separate options <B
CLASS="command"
>auth-nxdomain</B
-> <TT
+> <KBD
CLASS="userinput"
-><B
->yes</B
-></TT
+>yes</KBD
>
and <B
CLASS="command"
>rfc2308-type1</B
-> <TT
+> <KBD
CLASS="userinput"
-><B
->no</B
-></TT
+>no</KBD
> instead.
</P
></DD
@@ -4748,7 +4754,7 @@ CLASS="command"
><DD
><P
>In BIND 8, this enables keeping of
-statistics for every host that the nameserver interacts with.
+statistics for every host that the name server interacts with.
Not implemented in BIND 9.
</P
></DD
@@ -4766,23 +4772,21 @@ CLASS="emphasis"
>This option is obsolete</I
></SPAN
>.
- It was used in <SPAN
+ It was used in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 8 to determine whether a transaction log was
-kept for Incremental Zone Transfer. <SPAN
+kept for Incremental Zone Transfer. <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 maintains a transaction
log whenever possible. If you need to disable outgoing incremental zone
transfers, use <B
CLASS="command"
>provide-ixfr</B
-> <TT
+> <KBD
CLASS="userinput"
-><B
->no</B
-></TT
+>no</KBD
>.
</P
></DD
@@ -4793,20 +4797,16 @@ CLASS="command"
></DT
><DD
><P
->If <TT
+>If <KBD
CLASS="userinput"
-><B
->yes</B
-></TT
+>yes</KBD
>, then when generating
responses the server will only add records to the authority and
additional data sections when they are required (e.g. delegations,
negative responses). This may improve the performance of the server.
-The default is <TT
+The default is <KBD
CLASS="userinput"
-><B
->no</B
-></TT
+>no</KBD
>.
</P
></DD
@@ -4817,14 +4817,14 @@ CLASS="command"
></DT
><DD
><P
->This option was used in <SPAN
+>This option was used in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 8 to allow
-a domain name to allow multiple CNAME records in violation of the
-DNS standards. <SPAN
+a domain name to have multiple CNAME records in violation of the
+DNS standards. <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9.2 always strictly
enforces the CNAME rules both in master files and dynamic updates.
</P
@@ -4836,16 +4836,14 @@ CLASS="command"
></DT
><DD
><P
->If <TT
+>If <KBD
CLASS="userinput"
-><B
->yes</B
-></TT
+>yes</KBD
> (the default),
DNS NOTIFY messages are sent when a zone the server is authoritative for
changes, see <A
-HREF="Bv9ARM.ch03.html#notify"
->Section 3.3</A
+HREF="Bv9ARM.ch04.html#notify"
+>Section 4.1</A
>. The messages are sent to the
servers listed in the zone's NS records (except the master server identified
in the SOA MNAME field), and to any servers listed in the
@@ -4855,21 +4853,17 @@ CLASS="command"
> option.
</P
><P
->&#13;If <TT
+>&#13;If <KBD
CLASS="userinput"
-><B
->explicit</B
-></TT
+>explicit</KBD
>, notifies are sent only to
servers explicitly listed using <B
CLASS="command"
>also-notify</B
>.
-If <TT
+If <KBD
CLASS="userinput"
-><B
->no</B
-></TT
+>no</KBD
>, no notifies are sent.
</P
><P
@@ -4895,24 +4889,20 @@ CLASS="command"
></DT
><DD
><P
->If <TT
+>If <KBD
CLASS="userinput"
-><B
->yes</B
-></TT
+>yes</KBD
>, and a
DNS query requests recursion, then the server will attempt to do
all the work required to answer the query. If recursion is off
and the server does not already know the answer, it will return a
-referral response. The default is <TT
+referral response. The default is <KBD
CLASS="userinput"
-><B
->yes</B
-></TT
+>yes</KBD
>.
Note that setting <B
CLASS="command"
->recursion no;</B
+>recursion no</B
> does not prevent
clients from getting data from the server's cache; it only
prevents new data from being cached as an effect of client queries.
@@ -4931,18 +4921,14 @@ CLASS="command"
></DT
><DD
><P
->Setting this to <TT
+>Setting this to <KBD
CLASS="userinput"
-><B
->yes</B
-></TT
+>yes</KBD
> will
cause the server to send NS records along with the SOA record for negative
-answers. The default is <TT
+answers. The default is <KBD
CLASS="userinput"
-><B
->no</B
-></TT
+>no</KBD
>.</P
><DIV
CLASS="note"
@@ -4951,9 +4937,9 @@ CLASS="note"
><P
><B
>Note: </B
->Not yet implemented in <SPAN
+>Not yet implemented in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9.</P
></BLOCKQUOTE
></DIV
@@ -4972,9 +4958,9 @@ CLASS="emphasis"
>This option is obsolete</I
></SPAN
>.
-<SPAN
+<ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 always allocates query IDs from a pool.
</P
></DD
@@ -4985,13 +4971,19 @@ CLASS="command"
></DT
><DD
><P
->If <TT
+>If <KBD
CLASS="userinput"
-><B
->yes</B
-></TT
->, the server will, by default, collect
-statistical data on all zones in the server. These statistics may be accessed
+>yes</KBD
+>, the server will collect
+statistical data on all zones (unless specifically turned off
+on a per-zone basis by specifying <B
+CLASS="command"
+>zone-statistics no</B
+>
+in the <B
+CLASS="command"
+>zone</B
+> statement). These statistics may be accessed
using <B
CLASS="command"
>rndc stats</B
@@ -5001,7 +4993,7 @@ CLASS="command"
>statistics-file</B
>. See also <A
HREF="Bv9ARM.ch06.html#statsfile"
->Section 6.2.14.15</A
+>Section 6.2.16.17</A
>.
</P
></DD
@@ -5026,11 +5018,11 @@ CLASS="command"
> option
in <A
HREF="Bv9ARM.ch06.html#server_statement_definition_and_usage"
->Section 6.2.16</A
+>Section 6.2.18</A
>. See also
<A
HREF="Bv9ARM.ch04.html#incremental_zone_transfers"
->Section 4.2</A
+>Section 4.3</A
>.
</P
></DD
@@ -5048,7 +5040,7 @@ CLASS="command"
> in
<A
HREF="Bv9ARM.ch06.html#server_statement_definition_and_usage"
->Section 6.2.16</A
+>Section 6.2.18</A
>
</P
></DD
@@ -5066,7 +5058,7 @@ CLASS="command"
> in
<A
HREF="Bv9ARM.ch06.html#server_statement_definition_and_usage"
->Section 6.2.16</A
+>Section 6.2.18</A
>
</P
></DD
@@ -5077,9 +5069,9 @@ CLASS="command"
></DT
><DD
><P
->This option was used in <SPAN
+>This option was used in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 8 to make
the server treat carriage return ("<B
CLASS="command"
@@ -5087,9 +5079,9 @@ CLASS="command"
>") 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
+on an NT or DOS machine. In <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9, both UNIX "<B
CLASS="command"
>\n</B
@@ -5115,11 +5107,9 @@ answering queries which have additional data, or when following CNAME
and DNAME chains.
</P
><P
->&#13;When both of these options are set to <TT
+>&#13;When both of these options are set to <KBD
CLASS="userinput"
-><B
->yes</B
-></TT
+>yes</KBD
>
(the default) and a
query is being answered from authoritative data (a zone
@@ -5134,22 +5124,24 @@ at the possible expense of additional queries to resolve what would
otherwise be provided in the additional section.
</P
><P
->&#13;For example, if a query asks for an MX record for host <TT
+>&#13;For example, if a query asks for an MX record for host <VAR
CLASS="literal"
->foo.example.com</TT
+>foo.example.com</VAR
>,
-and the record found is "<TT
+and the record found is "<VAR
CLASS="literal"
->MX 10 mail.example.net</TT
+>MX 10 mail.example.net</VAR
>", normally the address
-records (A, A6, and AAAA) for <TT
+records (A and AAAA) for <VAR
CLASS="literal"
->mail.example.net</TT
+>mail.example.net</VAR
> will be provided as well,
-if known. Setting these options to <B
+if known, even though they are not in the example.com zone.
+Setting these options to <B
CLASS="command"
>no</B
-> disables this behavior.
+> disables this behavior and makes
+the server only search for additional data in the zone it answers from.
</P
><P
>&#13;These options are intended for use in authoritative-only
@@ -5160,7 +5152,7 @@ CLASS="command"
> without also specifying
<B
CLASS="command"
->recursion no;</B
+>recursion no</B
> will cause the server to
ignore the options and log a warning message.
</P
@@ -5196,11 +5188,9 @@ CLASS="command"
></DT
><DD
><P
->If <TT
+>If <KBD
CLASS="userinput"
-><B
->yes</B
-></TT
+>yes</KBD
>, then an
IPv4-mapped IPv6 address will match any address match
list entries that match the corresponding IPv4 address.
@@ -5212,6 +5202,85 @@ address match lists designed for IPv4 to fail to match.
The use of this option for any other purpose is discouraged.
</P
></DD
+><DT
+><B
+CLASS="command"
+>ixfr-from-differences</B
+></DT
+><DD
+><P
+>&#13;When 'yes' and the server loads a new version of a master
+zone from its zone file or receives a new version of a slave
+file by a non-incremental zone transfer, it will compare
+the new version to the previous one and calculate a set
+of differences. The differences are then logged in the
+zone's journal file such that the changes can be transmitted
+to downstream slaves as an incremental zone transfer.
+</P
+><P
+>&#13;By allowing incremental zone transfers to be used for
+non-dynamic zones, this option saves bandwidth at the
+expense of increased CPU and memory consumption at the master.
+In particular, if the new version of a zone is completely
+different from the previous one, the set of differences
+will be of a size comparable to the combined size of the
+old and new zone version, and the server will need to
+temporarily allocate memory to hold this complete
+difference set.
+</P
+></DD
+><DT
+><B
+CLASS="command"
+>multi-master</B
+></DT
+><DD
+><P
+>&#13;This should be set when you have multiple masters for a zone and the
+addresses refer to different machines. If 'yes' named will not log
+when the serial number on the master is less than what named currently
+has. The default is <KBD
+CLASS="userinput"
+>no</KBD
+>.
+</P
+></DD
+><DT
+><B
+CLASS="command"
+>dnssec-enable</B
+></DT
+><DD
+><P
+>&#13;Enable DNSSEC support in named. Unless set to <KBD
+CLASS="userinput"
+>yes</KBD
+>
+named behaves as if it does not support DNSSEC.
+The default is <KBD
+CLASS="userinput"
+>no</KBD
+>.
+</P
+></DD
+><DT
+><B
+CLASS="command"
+>querylog</B
+></DT
+><DD
+><P
+>&#13;Specify whether query logging should be started when named start.
+If <B
+CLASS="command"
+>querylog</B
+> is not specified then the query logging
+is determined by the presence of the logging category <B
+CLASS="command"
+>queries</B
+>.
+</P
+></DD
></DL
></DIV
></DIV
@@ -5220,13 +5289,13 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
-NAME="AEN2399"
->6.2.14.2. Forwarding</A
+NAME="AEN2669"
+>6.2.16.2. Forwarding</A
></H3
><P
>The forwarding facility can be used to create a large site-wide
cache on a few servers, reducing traffic over links to external
-nameservers. It can also be used to allow queries by servers that
+name servers. It can also be used to allow queries by servers that
do not have direct access to the Internet, but wish to look up exterior
names anyway. Forwarding occurs only on those queries for which
the server is not authoritative and does not have the answer in
@@ -5244,15 +5313,15 @@ CLASS="command"
><DD
><P
>This option is only meaningful if the
-forwarders list is not empty. A value of <TT
+forwarders list is not empty. A value of <VAR
CLASS="varname"
->first</TT
+>first</VAR
>,
the default, causes the server to query the forwarders first, and
if that doesn't answer the question the server will then look for
-the answer itself. If <TT
+the answer itself. If <VAR
CLASS="varname"
->only</TT
+>only</VAR
> is specified, the
server will only query the forwarders.
</P
@@ -5280,7 +5349,7 @@ CLASS="command"
> behavior,
or not forward at all, see <A
HREF="Bv9ARM.ch06.html#zone_statement_grammar"
->Section 6.2.21</A
+>Section 6.2.23</A
>.</P
></DIV
><DIV
@@ -5288,8 +5357,48 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
+NAME="AEN2688"
+>6.2.16.3. Dual-stack Servers</A
+></H3
+><P
+>Dual-stack servers are used as servers of last resort to work around
+problems in reachability due the lack of support for either IPv4 or IPv6
+on the host machine.</P
+><P
+></P
+><DIV
+CLASS="variablelist"
+><DL
+><DT
+><B
+CLASS="command"
+>dual-stack-servers</B
+></DT
+><DD
+><P
+>Specifies host names / addresses of machines with access to
+both IPv4 and IPv6 transports. If a hostname is used the server must be able
+to resolve the name using only the transport it has. If the machine is dual
+stacked then the <B
+CLASS="command"
+>dual-stack-servers</B
+> have no effect unless
+access to a transport has been disabled on the command line
+(e.g. <B
+CLASS="command"
+>named -4</B
+>).</P
+></DD
+></DL
+></DIV
+></DIV
+><DIV
+CLASS="sect3"
+><H3
+CLASS="sect3"
+><A
NAME="access_control"
->6.2.14.3. Access Control</A
+>6.2.16.4. Access Control</A
></H3
><P
>Access to the server can be restricted based on the IP address
@@ -5311,7 +5420,8 @@ CLASS="command"
><DD
><P
>Specifies which hosts are allowed to
-notify slaves of a zone change in addition to the zone masters.
+notify this server, a slave, of zone changes in addition
+to the zone masters.
<B
CLASS="command"
>allow-notify</B
@@ -5335,7 +5445,7 @@ CLASS="command"
><DD
><P
>Specifies which hosts are allowed to
-ask ordinary questions. <B
+ask ordinary DNS questions. <B
CLASS="command"
>allow-query</B
> may also
@@ -5366,16 +5476,53 @@ host from retrieving data that is already in the server's cache.
><DT
><B
CLASS="command"
->allow-v6-synthesis</B
+>allow-update-forwarding</B
></DT
><DD
><P
->Specifies which hosts are to receive
-synthetic responses to IPv6 queries as described in
-<A
-HREF="Bv9ARM.ch06.html#synthesis"
->Section 6.2.14.13</A
+>Specifies which hosts are allowed to
+submit Dynamic DNS updates to slave zones to be forwarded to the
+master. The default is <KBD
+CLASS="userinput"
+>{ none; }</KBD
+>, which
+means that no update forwarding will be performed. To enable
+update forwarding, specify
+<KBD
+CLASS="userinput"
+>allow-update-forwarding { any; };</KBD
>.
+Specifying values other than <KBD
+CLASS="userinput"
+>{ none; }</KBD
+> or
+<KBD
+CLASS="userinput"
+>{ any; }</KBD
+> is usually counterproductive, since
+the responsibility for update access control should rest with the
+master server, not the slaves.</P
+><P
+>Note that enabling the update forwarding feature on a slave server
+may expose master servers relying on insecure IP address based
+access control to attacks; see <A
+HREF="Bv9ARM.ch07.html#dynamic_update_security"
+>Section 7.3</A
+>
+for more details.</P
+></DD
+><DT
+><B
+CLASS="command"
+>allow-v6-synthesis</B
+></DT
+><DD
+><P
+>This option was introduced for the smooth transition from AAAA
+to A6 and from "nibble labels" to binary labels.
+However, since both A6 and binary labels were then deprecated,
+this option was also deprecated.
+It is now ignored with some warning messages.
</P
></DD
><DT
@@ -5409,11 +5556,9 @@ CLASS="command"
><P
>Specifies a list of addresses that the
server will not accept queries from or use to resolve a query. Queries
-from these addresses will not be responded to. The default is <TT
+from these addresses will not be responded to. The default is <KBD
CLASS="userinput"
-><B
->none</B
-></TT
+>none</KBD
>.</P
></DD
></DL
@@ -5424,8 +5569,8 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
-NAME="AEN2464"
->6.2.14.4. Interfaces</A
+NAME="AEN2755"
+>6.2.16.5. Interfaces</A
></H3
><P
>The interfaces and ports that the server will answer queries
@@ -5436,9 +5581,9 @@ CLASS="command"
CLASS="command"
>listen-on</B
> takes
-an optional port, and an <TT
+an optional port, and an <VAR
CLASS="varname"
->address_match_list</TT
+>address_match_list</VAR
>.
The server will listen on all interfaces allowed by the address
match list. If a port is not specified, port 53 will be used.</P
@@ -5454,7 +5599,7 @@ CLASS="programlisting"
listen-on port 1234 { !1.2.3.4; 1.2/16; };
</PRE
><P
->will enable the nameserver on port 53 for the IP address
+>will enable the name server on port 53 for the IP address
5.6.7.8, and on port 1234 of an address on the machine in net
1.2 that is not 1.2.3.4.</P
><P
@@ -5468,40 +5613,48 @@ server will listen on port 53 on all interfaces.</P
CLASS="command"
>listen-on-v6</B
> option is used to
-specify the ports on which the server will listen for incoming
-queries sent using IPv6.</P
+specify the interfaces and the ports on which the server will listen
+for incoming queries sent using IPv6.</P
><P
->The server does not bind a separate socket to each IPv6
-interface address as it does for IPv4. Instead, it always
-listens on the IPv6 wildcard address. Therefore, the only
-values allowed for the <TT
+>When <PRE
+CLASS="programlisting"
+>{ any; }</PRE
+> is specified
+as the <VAR
CLASS="varname"
->address_match_list</TT
->
-argument to the <B
+>address_match_list</VAR
+> for the
+<B
CLASS="command"
>listen-on-v6</B
-> statement are
-<PRE
-CLASS="programlisting"
->{ any; }</PRE
-> and
-<PRE
-CLASS="programlisting"
->{ none;}</PRE
-></P
+> option,
+the server does not bind a separate socket to each IPv6 interface
+address as it does for IPv4 if the operating system has enough API
+support for IPv6 (specifically if it conforms to RFC 3493 and RFC 3542).
+Instead, it listens on the IPv6 wildcard address.
+If the system only has incomplete API support for IPv6, however,
+the behavior is the same as that for IPv4.</P
+><P
+>A list of particular IPv6 addresses can also be specified, in which case
+the server listens on a separate socket for each specified address,
+regardless of whether the desired API is supported by the system.</P
><P
>Multiple <B
CLASS="command"
>listen-on-v6</B
-> options can be
-used to listen on multiple ports:</P
+> options can be used.
+For example,</P
><PRE
CLASS="programlisting"
->listen-on-v6 port 53 { any; };
-listen-on-v6 port 1234 { any; };
+>listen-on-v6 { any; };
+listen-on-v6 port 1234 { !2001:db8::/32; any; };
</PRE
><P
+>will enable the name server on port 53 for any IPv6 addresses
+(with a single wildcard socket),
+and on port 1234 of IPv6 addresses that is not in the prefix
+2001:db8::/32 (with separate sockets for each matched address.)</P
+><P
>To make the server not listen on any IPv6 address, use</P
><PRE
CLASS="programlisting"
@@ -5511,7 +5664,7 @@ CLASS="programlisting"
>If no <B
CLASS="command"
>listen-on-v6</B
-> statement is specified,
+> option is specified,
the server will not listen on any IPv6 address.</P
></DIV
><DIV
@@ -5519,12 +5672,12 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
-NAME="AEN2490"
->6.2.14.5. Query Address</A
+NAME="AEN2782"
+>6.2.16.6. Query Address</A
></H3
><P
>If the server doesn't know the answer to a question, it will
-query other nameservers. <B
+query other name servers. <B
CLASS="command"
>query-source</B
> specifies
@@ -5533,7 +5686,7 @@ IPv6, there is a separate <B
CLASS="command"
>query-source-v6</B
> option.
- If <B
+If <B
CLASS="command"
>address</B
> is <B
@@ -5551,7 +5704,15 @@ CLASS="command"
CLASS="command"
>*</B
> or is omitted,
-a random unprivileged port will be used. The defaults are</P
+a random unprivileged port will be used, <B
+CLASS="command"
+>avoid-v4-udp-ports</B
+>
+and <B
+CLASS="command"
+>avoid-v6-udp-ports</B
+> can be used to prevent named
+from selecting certain ports. The defaults are</P
><PRE
CLASS="programlisting"
>query-source address * port *;
@@ -5573,6 +5734,23 @@ UDP queries. TCP queries always use a random
unprivileged port.</P
></BLOCKQUOTE
></DIV
+><DIV
+CLASS="note"
+><BLOCKQUOTE
+CLASS="note"
+><P
+><B
+>Note: </B
+>See also <B
+CLASS="command"
+>transfer-source</B
+> and
+<B
+CLASS="command"
+>notify-source</B
+>.</P
+></BLOCKQUOTE
+></DIV
></DIV
><DIV
CLASS="sect3"
@@ -5580,12 +5758,12 @@ CLASS="sect3"
CLASS="sect3"
><A
NAME="zone_transfers"
->6.2.14.6. Zone Transfers</A
+>6.2.16.7. Zone Transfers</A
></H3
><P
-><SPAN
+><ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> has mechanisms in place to facilitate zone transfers
and set limits on the amount of load that transfers place on the
system. The following options apply to zone transfers.</P
@@ -5639,7 +5817,7 @@ CLASS="command"
><P
>Inbound zone transfers running longer than
this many minutes will be terminated. The default is 120 minutes
-(2 hours).</P
+(2 hours). The maximum value is 28 days (40320 minutes).</P
></DD
><DT
><B
@@ -5650,7 +5828,7 @@ CLASS="command"
><P
>Inbound zone transfers making no progress
in this many minutes will be terminated. The default is 60 minutes
-(1 hour).</P
+(1 hour). The maximum value is 28 days (40320 minutes).</P
></DD
><DT
><B
@@ -5661,7 +5839,7 @@ CLASS="command"
><P
>Outbound zone transfers running longer than
this many minutes will be terminated. The default is 120 minutes
-(2 hours).</P
+(2 hours). The maximum value is 28 days (40320 minutes).</P
></DD
><DT
><B
@@ -5672,7 +5850,7 @@ CLASS="command"
><P
>Outbound zone transfers making no progress
in this many minutes will be terminated. The default is 60 minutes (1
-hour).</P
+hour). The maximum value is 28 days (40320 minutes).</P
></DD
><DT
><B
@@ -5752,16 +5930,16 @@ CLASS="command"
>many-answers</B
> is more
efficient, but is only supported by relatively new slave servers,
-such as <SPAN
+such as <ACRONYM
CLASS="acronym"
->BIND</SPAN
-> 9, <SPAN
+>BIND</ACRONYM
+> 9, <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 8.x and patched
-versions of <SPAN
+versions of <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 4.9.5. The default is
<B
CLASS="command"
@@ -5785,9 +5963,9 @@ CLASS="command"
><DD
><P
>The maximum number of inbound zone transfers
-that can be running concurrently. The default value is <TT
+that can be running concurrently. The default value is <VAR
CLASS="literal"
->10</TT
+>10</VAR
>.
Increasing <B
CLASS="command"
@@ -5804,9 +5982,9 @@ CLASS="command"
><P
>The maximum number of outbound zone transfers
that can be running concurrently. Zone transfer requests in excess
-of the limit will be refused. The default value is <TT
+of the limit will be refused. The default value is <VAR
CLASS="literal"
->10</TT
+>10</VAR
>.</P
></DD
><DT
@@ -5817,16 +5995,16 @@ CLASS="command"
><DD
><P
>The maximum number of inbound zone transfers
-that can be concurrently transferring from a given remote nameserver.
-The default value is <TT
+that can be concurrently transferring from a given remote name server.
+The default value is <VAR
CLASS="literal"
->2</TT
+>2</VAR
>. Increasing <B
CLASS="command"
>transfers-per-ns</B
> may
speed up the convergence of slave zones, but it also may increase
-the load on the remote nameserver. <B
+the load on the remote name server. <B
CLASS="command"
>transfers-per-ns</B
> may
@@ -5895,6 +6073,57 @@ except zone transfers are performed using IPv6.</P
><DT
><B
CLASS="command"
+>alt-transfer-source</B
+></DT
+><DD
+><P
+>An alternate transfer source if the one listed in
+<B
+CLASS="command"
+>transfer-source</B
+> fails and
+<B
+CLASS="command"
+>use-alt-transfer-source</B
+> is set.</P
+></DD
+><DT
+><B
+CLASS="command"
+>alt-transfer-source-v6</B
+></DT
+><DD
+><P
+>An alternate transfer source if the one listed in
+<B
+CLASS="command"
+>transfer-source-v6</B
+> fails and
+<B
+CLASS="command"
+>use-alt-transfer-source</B
+> is set.</P
+></DD
+><DT
+><B
+CLASS="command"
+>use-alt-transfer-source</B
+></DT
+><DD
+><P
+>Use the alternate transfer sources or not. If views are
+specified this defaults to <B
+CLASS="command"
+>no</B
+> otherwise it defaults to
+<B
+CLASS="command"
+>yes</B
+> (for BIND 8 compatibility).</P
+></DD
+><DT
+><B
+CLASS="command"
>notify-source</B
></DT
><DD
@@ -5951,8 +6180,32 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
-NAME="AEN2629"
->6.2.14.7. Operating System Resource Limits</A
+NAME="AEN2948"
+>6.2.16.8. Bad UDP Port Lists</A
+></H3
+><P
+>&#13;<B
+CLASS="command"
+>avoid-v4-udp-ports</B
+> and <B
+CLASS="command"
+>avoid-v6-udp-ports</B
+>
+specify a list of IPv4 and IPv6 UDP ports that will not be used as system
+assigned source ports for UDP sockets. These lists prevent named
+from choosing as its random source port a port that is blocked by
+your firewall. If a query went out with such a source port, the
+answer would not get by the firewall and the name server would have
+to query again.
+</P
+></DIV
+><DIV
+CLASS="sect3"
+><H3
+CLASS="sect3"
+><A
+NAME="AEN2953"
+>6.2.16.9. Operating System Resource Limits</A
></H3
><P
>The server's usage of many system resources can be limited.
@@ -5999,9 +6252,9 @@ CLASS="command"
><DD
><P
>The maximum size of a core dump. The default
-is <TT
+is <VAR
CLASS="literal"
->default</TT
+>default</VAR
>.</P
></DD
><DT
@@ -6012,9 +6265,9 @@ CLASS="command"
><DD
><P
>The maximum amount of data memory the server
-may use. The default is <TT
+may use. The default is <VAR
CLASS="literal"
->default</TT
+>default</VAR
>.
This is a hard limit on server memory usage.
If the server attempts to allocate memory in excess of this
@@ -6044,9 +6297,9 @@ CLASS="command"
><DD
><P
>The maximum number of files the server
-may have open concurrently. The default is <TT
+may have open concurrently. The default is <VAR
CLASS="literal"
->unlimited</TT
+>unlimited</VAR
>.
</P
></DD
@@ -6058,9 +6311,9 @@ CLASS="command"
><DD
><P
>The maximum amount of stack memory the server
-may use. The default is <TT
+may use. The default is <VAR
CLASS="literal"
->default</TT
+>default</VAR
>.</P
></DD
></DL
@@ -6071,8 +6324,8 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
-NAME="AEN2666"
->6.2.14.8. Server Resource Limits</A
+NAME="AEN2990"
+>6.2.16.10. Server Resource Limits</A
></H3
><P
>The following options set limits on the server's
@@ -6091,7 +6344,32 @@ CLASS="command"
><DD
><P
>This option is obsolete; it is accepted
-and ignored for BIND 8 compatibility.</P
+and ignored for BIND 8 compatibility. The option
+<B
+CLASS="command"
+>max-journal-size</B
+> performs a similar
+function in BIND 8.
+</P
+></DD
+><DT
+><B
+CLASS="command"
+>max-journal-size</B
+></DT
+><DD
+><P
+>Sets a maximum size for each journal file
+(<A
+HREF="Bv9ARM.ch04.html#journal"
+>Section 4.2.1</A
+>). When the journal file approaches
+the specified size, some of the oldest transactions in the journal
+will be automatically removed. The default is
+<VAR
+CLASS="literal"
+>unlimited</VAR
+>.</P
></DD
><DT
><B
@@ -6102,9 +6380,9 @@ CLASS="command"
><P
>The maximum number of simultaneous recursive lookups
the server will perform on behalf of clients. The default is
-<TT
+<VAR
CLASS="literal"
->1000</TT
+>1000</VAR
>. Because each recursing client uses a fair
bit of memory, on the order of 20 kilobytes, the value of the
<B
@@ -6123,9 +6401,9 @@ CLASS="command"
><P
>The maximum number of simultaneous client TCP
connections that the server will accept.
-The default is <TT
+The default is <VAR
CLASS="literal"
->100</TT
+>100</VAR
>.</P
></DD
><DT
@@ -6140,13 +6418,27 @@ server's cache, in bytes. When the amount of data in the cache
reaches this limit, the server will cause records to expire
prematurely so that the limit is not exceeded. In a server with
multiple views, the limit applies separately to the cache of each
-view. The default is <TT
+view. The default is <VAR
CLASS="literal"
->unlimited</TT
+>unlimited</VAR
>, meaning that
records are purged from the cache only when their TTLs expire.
</P
></DD
+><DT
+><B
+CLASS="command"
+>tcp-listen-queue</B
+></DT
+><DD
+><P
+>The listen queue depth. The default and minimum is 3.
+If the kernel supports the accept filter "dataready" this also controls how
+many TCP connections that will be queued in kernel space waiting for
+some data before being passed to accept. Values less than 3 will be
+silently raised.
+</P
+></DD
></DL
></DIV
></DIV
@@ -6155,8 +6447,8 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
-NAME="AEN2694"
->6.2.14.9. Periodic Task Intervals</A
+NAME="AEN3031"
+>6.2.16.11. Periodic Task Intervals</A
></H3
><P
></P
@@ -6175,7 +6467,7 @@ from the cache every <B
CLASS="command"
>cleaning-interval</B
> minutes.
-The default is 60 minutes.
+The default is 60 minutes. The maximum value is 28 days (40320 minutes).
If set to 0, no periodic cleaning will occur.</P
></DD
><DT
@@ -6191,7 +6483,8 @@ CLASS="command"
>dialup</B
> whenever this
interval expires. The default is 60 minutes. Reasonable values are up
-to 1 day (1440 minutes). If set to 0, no zone maintenance for these zones will occur.</P
+to 1 day (1440 minutes). The maximum value is 28 days (40320 minutes).
+If set to 0, no zone maintenance for these zones will occur.</P
></DD
><DT
><B
@@ -6205,14 +6498,16 @@ every <B
CLASS="command"
>interface-interval</B
> minutes. The default
-is 60 minutes. If set to 0, interface scanning will only occur when
-the configuration file is loaded. After the scan, listeners will be
-started on any new interfaces (provided they are allowed by the
+is 60 minutes. The maximum value is 28 days (40320 minutes).
+If set to 0, interface scanning will only occur when
+the configuration file is loaded. After the scan, the server will
+begin listening for queries on any newly discovered
+interfaces (provided they are allowed by the
<B
CLASS="command"
>listen-on</B
-> configuration). Listeners on interfaces
-that have gone away will be cleaned up.</P
+> configuration), and will
+stop listening on interfaces that have gone away.</P
></DD
><DT
><B
@@ -6221,12 +6516,13 @@ CLASS="command"
></DT
><DD
><P
->Nameserver statistics will be logged
+>Name server statistics will be logged
every <B
CLASS="command"
>statistics-interval</B
> minutes. The default is
-60. If set to 0, no statistics will be logged.</P
+60. The maximum value is 28 days (40320 minutes).
+If set to 0, no statistics will be logged.</P
><DIV
CLASS="note"
><BLOCKQUOTE
@@ -6234,9 +6530,9 @@ CLASS="note"
><P
><B
>Note: </B
->Not yet implemented in <SPAN
+>Not yet implemented in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
>9.</P
></BLOCKQUOTE
></DIV
@@ -6250,11 +6546,11 @@ CLASS="sect3"
CLASS="sect3"
><A
NAME="topology"
->6.2.14.10. Topology</A
+>6.2.16.12. Topology</A
></H3
><P
->All other things being equal, when the server chooses a nameserver
-to query from a list of nameservers, it prefers the one that is
+>All other things being equal, when the server chooses a name server
+to query from a list of name servers, it prefers the one that is
topologically closest to itself. The <B
CLASS="command"
>topology</B
@@ -6300,9 +6596,9 @@ CLASS="note"
CLASS="command"
>topology</B
> option
-is not implemented in <SPAN
+is not implemented in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9.
</P
></BLOCKQUOTE
@@ -6314,7 +6610,7 @@ CLASS="sect3"
CLASS="sect3"
><A
NAME="the_sortlist_statement"
->6.2.14.11. The <B
+>6.2.16.13. The <B
CLASS="command"
>sortlist</B
> Statement</A
@@ -6330,14 +6626,14 @@ CLASS="command"
>
statement in <A
HREF="Bv9ARM.ch06.html#rrset_ordering"
->Section 6.2.14.12</A
+>Section 6.2.16.14</A
>).
The client resolver code should rearrange the RRs as appropriate,
that is, using any addresses on the local net in preference to other addresses.
However, not all resolvers can do this or are correctly configured.
When a client is using a local server the sorting can be performed
in the server, based on the client's address. This only requires
-configuring the nameservers, not all the clients.</P
+configuring the name servers, not all the clients.</P
><P
>The <B
CLASS="command"
@@ -6353,7 +6649,7 @@ CLASS="command"
> statement
does (<A
HREF="Bv9ARM.ch06.html#topology"
->Section 6.2.14.10</A
+>Section 6.2.16.12</A
>).
Each top level statement in the <B
CLASS="command"
@@ -6421,9 +6717,9 @@ CLASS="programlisting"
><P
>The following example will give reasonable behavior for the
local host and hosts on directly connected networks. It is similar
-to the behavior of the address sort in <SPAN
+to the behavior of the address sort in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 4.9.x. Responses sent
to queries from the local host will favor any of the directly connected
networks. Responses sent to queries from any other hosts on a directly
@@ -6443,7 +6739,7 @@ CLASS="sect3"
CLASS="sect3"
><A
NAME="rrset_ordering"
->6.2.14.12. RRset Ordering</A
+>6.2.16.14. RRset Ordering</A
></H3
><P
>When multiple records are returned in an answer it may be
@@ -6459,7 +6755,7 @@ CLASS="command"
> statement,
<A
HREF="Bv9ARM.ch06.html#the_sortlist_statement"
->Section 6.2.14.11</A
+>Section 6.2.16.13</A
>.
</P
><P
@@ -6471,34 +6767,26 @@ CLASS="command"
CLASS="programlisting"
>[<SPAN
CLASS="optional"
-> class <TT
+> class <VAR
CLASS="replaceable"
-><I
->class_name</I
-></TT
+>class_name</VAR
> </SPAN
>][<SPAN
CLASS="optional"
-> type <TT
+> type <VAR
CLASS="replaceable"
-><I
->type_name</I
-></TT
+>type_name</VAR
> </SPAN
>][<SPAN
CLASS="optional"
-> name <TT
+> name <VAR
CLASS="replaceable"
-><I
->"domain_name"</I
-></TT
+>"domain_name"</VAR
></SPAN
>]
- order <TT
+ order <VAR
CLASS="replaceable"
-><I
->ordering</I
-></TT
+>ordering</VAR
>
</PRE
><P
@@ -6521,11 +6809,11 @@ CLASS="command"
> are:</P
><DIV
CLASS="informaltable"
-><A
-NAME="AEN2782"
-></A
><P
></P
+><A
+NAME="AEN3119"
+></A
><TABLE
CELLPADDING="3"
BORDER="1"
@@ -6533,9 +6821,6 @@ CLASS="CALSTABLE"
><TBODY
><TR
><TD
-WIDTH="72"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -6543,9 +6828,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="360"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Records are returned in the order they
are defined in the zone file.</P
@@ -6553,9 +6835,6 @@ are defined in the zone file.</P
></TR
><TR
><TD
-WIDTH="72"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -6563,18 +6842,12 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="360"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Records are returned in some random order.</P
></TD
></TR
><TR
><TD
-WIDTH="72"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -6582,9 +6855,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="360"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Records are returned in a round-robin
order.</P
@@ -6606,9 +6876,9 @@ CLASS="programlisting"
</PRE
><P
>will cause any responses for type A records in class IN that
-have "<TT
+have "<VAR
CLASS="literal"
->host.example.com</TT
+>host.example.com</VAR
>" as a suffix, to always be returned
in random order. All other records are returned in cyclic order.</P
><P
@@ -6628,100 +6898,12 @@ CLASS="note"
CLASS="command"
>rrset-order</B
> statement
-is not yet implemented in <SPAN
+is not yet fully implemented in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9.
-BIND 9 currently supports only a "random-cyclic" ordering,
-where the server randomly chooses a starting point within
-the RRset and returns the records in order starting at
-that point, wrapping around the end of the RRset if
-necessary.</P
-></BLOCKQUOTE
-></DIV
-></DIV
-><DIV
-CLASS="sect3"
-><H3
-CLASS="sect3"
-><A
-NAME="synthesis"
->6.2.14.13. Synthetic IPv6 responses</A
-></H3
-><P
->Many existing stub resolvers support IPv6 DNS lookups as defined in
-RFC1886, using AAAA records for forward lookups and "nibble labels" in
-the <TT
-CLASS="literal"
->IP6.INT</TT
-> domain for reverse lookups, but do not support
-RFC2874-style lookups (using A6 records and binary labels in the
-<TT
-CLASS="literal"
->IP6.ARPA</TT
-> domain).</P
-><P
->For those who wish to continue to use such stub resolvers rather than
-switching to the BIND 9 lightweight resolver, BIND 9 provides a way
-to automatically convert RFC1886-style lookups into
-RFC2874-style lookups and return the results as "synthetic" AAAA and
-PTR records.</P
-><P
->This feature is disabled by default and can be enabled on a per-client
-basis by adding a
-<B
-CLASS="command"
->allow-v6-synthesis { <TT
-CLASS="replaceable"
-><I
->address_match_list</I
-></TT
-> };</B
->
-clause to the <B
-CLASS="command"
->options</B
-> or <B
-CLASS="command"
->view</B
-> statement.
-When it is enabled, recursive
-AAAA queries cause the server to first try an A6 lookup and if that
-fails, an AAAA lookups. No matter which one succeeds, the results are
-returned as a set of synthetic AAAA records. Similarly, recursive PTR
-queries in <TT
-CLASS="literal"
->IP6.INT</TT
-> will cause a
-lookup in <TT
-CLASS="literal"
->IP6.ARPA</TT
-> using binary
-labels, and if that fails, another lookup in <TT
-CLASS="literal"
->IP6.INT</TT
->.
-The results are returned as a synthetic PTR record in
-<TT
-CLASS="literal"
->ip6.int</TT
->.</P
-><P
->The synthetic records have a TTL of zero. DNSSEC validation of
-synthetic responses is not currently supported; therefore responses
-containing synthetic RRs will not have the AD flag set.</P
-><DIV
-CLASS="note"
-><BLOCKQUOTE
-CLASS="note"
-><P
-><B
->Note: </B
-><B
-CLASS="command"
->allow-v6-synthesis</B
-> is only performed for
-clients that are supplied recursive service.</P
+BIND 9 currently does not support "fixed" ordering.
+</P
></BLOCKQUOTE
></DIV
></DIV
@@ -6731,7 +6913,7 @@ CLASS="sect3"
CLASS="sect3"
><A
NAME="tuning"
->6.2.14.14. Tuning</A
+>6.2.16.15. Tuning</A
></H3
><P
></P
@@ -6754,13 +6936,13 @@ CLASS="emphasis"
>NOT</B
></SPAN
> recommended.)
-Default is <TT
+Default is <VAR
CLASS="literal"
->600</TT
+>600</VAR
> (10 minutes). Maximum value is
-<TT
+<VAR
CLASS="literal"
->1800</TT
+>1800</VAR
> (30 minutes).</P
></DD
><DT
@@ -6780,9 +6962,9 @@ in seconds. The default
<B
CLASS="command"
>max-ncache-ttl</B
-> is <TT
+> is <VAR
CLASS="literal"
->10800</TT
+>10800</VAR
> seconds (3 hours).
<B
CLASS="command"
@@ -6813,11 +6995,9 @@ CLASS="command"
><P
>The minimum number of root servers that
is required for a request for the root servers to be accepted. Default
-is <TT
+is <KBD
CLASS="userinput"
-><B
->2</B
-></TT
+>2</KBD
>.</P
><DIV
CLASS="note"
@@ -6826,9 +7006,9 @@ CLASS="note"
><P
><B
>Note: </B
->Not yet implemented in <SPAN
+>Not implemented in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
>9.</P
></BLOCKQUOTE
></DIV
@@ -6844,12 +7024,13 @@ CLASS="command"
future when DNSSEC signatures automatically generated as a result
of dynamic updates (<A
HREF="Bv9ARM.ch04.html#dynamic_update"
->Section 4.1</A
+>Section 4.2</A
>)
-will expire. The default is <TT
+will expire. The default is <VAR
CLASS="literal"
->30</TT
-> days. The signature
+>30</VAR
+> days.
+The maximum value is 10 years (3660 days). The signature
inception time is unconditionally set to one hour before the current time
to allow for a limited amount of clock skew.</P
></DD
@@ -6877,11 +7058,176 @@ control over their contents.
</P
><P
>&#13;These options allow the administrator to set a minimum and maximum
-refresh and retry time either per-zone, per-view or globally.
-These options are valid for slave and stub zones,
+refresh and retry time either per-zone, per-view, or globally.
+These options are valid for slave and stub zones,
and clamp the SOA refresh and retry times to the specified values.
</P
></DD
+><DT
+><B
+CLASS="command"
+>edns-udp-size</B
+></DT
+><DD
+><P
+>&#13;<B
+CLASS="command"
+>edns-udp-size</B
+> sets the advertised EDNS UDP buffer
+size. Valid values are 512 to 4096 (values outside this range will be
+silently adjusted). The default value is 4096. The usual reason for
+setting edns-udp-size to a non default value it to get UDP answers to
+pass through broken firewalls that block fragmented packets and/or
+block UDP packets that are greater than 512 bytes.
+</P
+></DD
+></DL
+></DIV
+></DIV
+><DIV
+CLASS="sect3"
+><H3
+CLASS="sect3"
+><A
+NAME="builtin"
+>6.2.16.16. Built-in server information zones</A
+></H3
+><P
+>The server provides some helpful diagnostic information
+through a number of built-in zones under the
+pseudo-top-level-domain <VAR
+CLASS="literal"
+>bind</VAR
+> in the
+<B
+CLASS="command"
+>CHAOS</B
+> class. These zones are part of a
+built-in view (see <A
+HREF="Bv9ARM.ch06.html#view_statement_grammar"
+>Section 6.2.21</A
+>) of class
+<B
+CLASS="command"
+>CHAOS</B
+> which is separate from the default view of
+class <B
+CLASS="command"
+>IN</B
+>; therefore, any global server options
+such as <B
+CLASS="command"
+>allow-query</B
+> do not apply the these zones.
+If you feel the need to disable these zones, use the options
+below, or hide the built-in <B
+CLASS="command"
+>CHAOS</B
+> view by
+defining an explicit view of class <B
+CLASS="command"
+>CHAOS</B
+>
+that matches all clients.</P
+><P
+></P
+><DIV
+CLASS="variablelist"
+><DL
+><DT
+><B
+CLASS="command"
+>version</B
+></DT
+><DD
+><P
+>The version the server should report
+via a query of the name <VAR
+CLASS="literal"
+>version.bind</VAR
+>
+with type <B
+CLASS="command"
+>TXT</B
+>, class <B
+CLASS="command"
+>CHAOS</B
+>.
+The default is the real version number of this server.
+Specifying <B
+CLASS="command"
+>version none</B
+>
+disables processing of the queries.</P
+></DD
+><DT
+><B
+CLASS="command"
+>hostname</B
+></DT
+><DD
+><P
+>The hostname the server should report via a query of
+the name <TT
+CLASS="filename"
+>hostname.bind</TT
+>
+with type <B
+CLASS="command"
+>TXT</B
+>, class <B
+CLASS="command"
+>CHAOS</B
+>.
+This defaults to the hostname of the machine hosting the name server as
+found by gethostname(). The primary purpose of such queries is to
+identify which of a group of anycast servers is actually
+answering your queries. Specifying <B
+CLASS="command"
+>hostname none;</B
+>
+disables processing of the queries.</P
+></DD
+><DT
+><B
+CLASS="command"
+>server-id</B
+></DT
+><DD
+><P
+>The ID of the server should report via a query of
+the name <TT
+CLASS="filename"
+>ID.SERVER</TT
+>
+with type <B
+CLASS="command"
+>TXT</B
+>, class <B
+CLASS="command"
+>CHAOS</B
+>.
+The primary purpose of such queries is to
+identify which of a group of anycast servers is actually
+answering your queries. Specifying <B
+CLASS="command"
+>server-id none;</B
+>
+disables processing of the queries.
+Specifying <B
+CLASS="command"
+>server-id hostname;</B
+> will cause named to
+use the hostname as found by gethostname().
+The default <B
+CLASS="command"
+>server-id</B
+> is <B
+CLASS="command"
+>none</B
+>.
+</P
+></DD
></DL
></DIV
></DIV
@@ -6891,17 +7237,17 @@ CLASS="sect3"
CLASS="sect3"
><A
NAME="statsfile"
->6.2.14.15. The Statistics File</A
+>6.2.16.17. The Statistics File</A
></H3
><P
->The statistics file generated by <SPAN
+>The statistics file generated by <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9
is similar, but not identical, to that
-generated by <SPAN
+generated by <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 8.
</P
><P
@@ -6925,11 +7271,11 @@ number is identical to the number in the beginning line.</P
>The following statistics counters are maintained:</P
><DIV
CLASS="informaltable"
-><A
-NAME="AEN2897"
-></A
><P
></P
+><A
+NAME="AEN3263"
+></A
><TABLE
CELLPADDING="3"
BORDER="1"
@@ -6937,9 +7283,6 @@ CLASS="CALSTABLE"
><TBODY
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -6947,21 +7290,15 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>The number of
successful queries made to the server or zone. A successful query
-is defined as query which returns a NOERROR response other than
-a referral response.</P
+is defined as query which returns a NOERROR response with at least
+one answer RR.</P
></TD
></TR
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -6969,9 +7306,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>The number of queries which resulted
in referral responses.</P
@@ -6979,9 +7313,6 @@ in referral responses.</P
></TR
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -6989,9 +7320,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>The number of queries which resulted in
NOERROR responses with no data.</P
@@ -6999,9 +7327,6 @@ NOERROR responses with no data.</P
></TR
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -7009,9 +7334,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>The number
of queries which resulted in NXDOMAIN responses.</P
@@ -7019,42 +7341,30 @@ of queries which resulted in NXDOMAIN responses.</P
></TR
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
->recursion</B
+>failure</B
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->The number of queries which caused the server
-to perform recursion in order to find the final answer.</P
+>The number of queries which resulted in a
+failure response other than those above.</P
></TD
></TR
><TR
><TD
-WIDTH="110"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
->failure</B
+>recursion</B
></P
></TD
><TD
-WIDTH="322"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->The number of queries which resulted in a
-failure response other than those above.</P
+>The number of queries which caused the server
+to perform recursion in order to find the final answer.</P
></TD
></TR
></TBODY
@@ -7098,88 +7408,104 @@ CLASS="sect2"
CLASS="sect2"
><A
NAME="server_statement_grammar"
->6.2.15. <B
+>6.2.17. <B
CLASS="command"
>server</B
> Statement Grammar</A
></H2
><PRE
CLASS="programlisting"
->server <TT
+>server <VAR
CLASS="replaceable"
-><I
->ip_addr</I
-></TT
+>ip_addr</VAR
> {
[<SPAN
CLASS="optional"
-> bogus <TT
+> bogus <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> provide-ixfr <TT
+> provide-ixfr <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> request-ixfr <TT
+> request-ixfr <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> edns <TT
+> edns <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> transfers <TT
+> transfers <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> transfer-format <TT
+> transfer-format <VAR
CLASS="replaceable"
-><I
->( one-answer | many-answers )</I
-></TT
+>( one-answer | many-answers )</VAR
> ; ]</SPAN
>]
[<SPAN
CLASS="optional"
-> keys <TT
+> keys <VAR
CLASS="replaceable"
-><I
>{ string ; [<SPAN
CLASS="optional"
> string ; [<SPAN
CLASS="optional"
>...</SPAN
>]</SPAN
->] }</I
-></TT
+>] }</VAR
> ; </SPAN
>]
+ [<SPAN
+CLASS="optional"
+> transfer-source (<VAR
+CLASS="replaceable"
+>ip4_addr</VAR
+> | <CODE
+CLASS="constant"
+>*</CODE
+>) [<SPAN
+CLASS="optional"
+>port <VAR
+CLASS="replaceable"
+>ip_port</VAR
+></SPAN
+>] ; </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> transfer-source-v6 (<VAR
+CLASS="replaceable"
+>ip6_addr</VAR
+> | <CODE
+CLASS="constant"
+>*</CODE
+>) [<SPAN
+CLASS="optional"
+>port <VAR
+CLASS="replaceable"
+>ip_port</VAR
+></SPAN
+>] ; </SPAN
+>]
};
</PRE
></DIV
@@ -7189,7 +7515,7 @@ CLASS="sect2"
CLASS="sect2"
><A
NAME="server_statement_definition_and_usage"
->6.2.16. <B
+>6.2.18. <B
CLASS="command"
>server</B
> Statement Definition and Usage</A
@@ -7199,7 +7525,7 @@ CLASS="command"
CLASS="command"
>server</B
> statement defines characteristics
-to be associated with a remote nameserver.</P
+to be associated with a remote name server.</P
><P
>&#13;The <B
CLASS="command"
@@ -7253,7 +7579,7 @@ whenever possible. If set to <B
CLASS="command"
>no</B
>, all transfers
-to the remote server will be nonincremental. If not set, the value
+to the remote server will be non-incremental. If not set, the value
of the <B
CLASS="command"
>provide-ixfr</B
@@ -7313,16 +7639,16 @@ as many resource records as possible into a message. <B
CLASS="command"
>many-answers</B
> is
-more efficient, but is only known to be understood by <SPAN
+more efficient, but is only known to be understood by <ACRONYM
CLASS="acronym"
->BIND</SPAN
-> 9, <SPAN
+>BIND</ACRONYM
+> 9, <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
>
-8.x, and patched versions of <SPAN
+8.x, and patched versions of <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 4.9.5. You can specify which method
to use for a server with the <B
CLASS="command"
@@ -7357,23 +7683,20 @@ CLASS="command"
>The <B
CLASS="command"
>keys</B
-> clause is used to identify a <B
+> clause identifies a
+<B
CLASS="command"
>key_id</B
-> defined
-by the <B
-CLASS="command"
->key</B
-> statement, to be used for transaction
-security when talking to the remote server. The <B
+> defined by the <B
CLASS="command"
>key</B
-> statement
-must come before the <B
-CLASS="command"
->server</B
-> statement that references
-it. When a request is sent to the remote server, a request signature
+> statement,
+to be used for transaction security (TSIG, <A
+HREF="Bv9ARM.ch04.html#tsig"
+>Section 4.5</A
+>)
+when talking to the remote server.
+When a request is sent to the remote server, a request signature
will be generated using the key specified here and appended to the
message. A request originating from the remote server is not required
to be signed by this key.</P
@@ -7384,14 +7707,47 @@ CLASS="command"
> clause
allows for multiple keys, only a single key per server is currently
supported.</P
+><P
+>The <B
+CLASS="command"
+>transfer-source</B
+> and
+<B
+CLASS="command"
+>transfer-source-v6</B
+> clauses specify the IPv4 and IPv6 source
+address to be used for zone transfer with the remote server, respectively.
+For an IPv4 remote server, only <B
+CLASS="command"
+>transfer-source</B
+> can
+be specified.
+Similarly, for an IPv6 remote server, only
+<B
+CLASS="command"
+>transfer-source-v6</B
+> can be specified.
+Form more details, see the description of
+<B
+CLASS="command"
+>transfer-source</B
+> and
+<B
+CLASS="command"
+>transfer-source-v6</B
+> in
+<A
+HREF="Bv9ARM.ch06.html#zone_transfers"
+>Section 6.2.16.7</A
+>.</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN3019"
->6.2.17. <B
+NAME="AEN3402"
+>6.2.19. <B
CLASS="command"
>trusted-keys</B
> Statement Grammar</A
@@ -7399,59 +7755,39 @@ CLASS="command"
><PRE
CLASS="programlisting"
>trusted-keys {
- <TT
+ <VAR
CLASS="replaceable"
-><I
->string</I
-></TT
-> <TT
+>string</VAR
+> <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
-> <TT
+>number</VAR
+> <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
-> <TT
+>number</VAR
+> <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
-> <TT
+>number</VAR
+> <VAR
CLASS="replaceable"
-><I
->string</I
-></TT
+>string</VAR
> ;
[<SPAN
CLASS="optional"
-> <TT
+> <VAR
CLASS="replaceable"
-><I
->string</I
-></TT
-> <TT
+>string</VAR
+> <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
-> <TT
+>number</VAR
+> <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
-> <TT
+>number</VAR
+> <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
-> <TT
+>number</VAR
+> <VAR
CLASS="replaceable"
-><I
->string</I
-></TT
+>string</VAR
> ; [<SPAN
CLASS="optional"
>...</SPAN
@@ -7465,8 +7801,8 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN3035"
->6.2.18. <B
+NAME="AEN3418"
+>6.2.20. <B
CLASS="command"
>trusted-keys</B
> Statement Definition
@@ -7479,10 +7815,10 @@ CLASS="command"
> statement defines DNSSEC
security roots. DNSSEC is described in <A
HREF="Bv9ARM.ch04.html#DNSSEC"
->Section 4.7</A
+>Section 4.8</A
>. A security root is defined when the public key for a non-authoritative
zone is known, but cannot be securely obtained through DNS, either
-because it is the DNS root zone or its parent zone is unsigned.
+because it is the DNS root zone or because its parent zone is unsigned.
Once a key has been configured as a trusted key, it is treated as
if it had been validated and proven secure. The resolver attempts
DNSSEC validation on all DNS data in subdomains of a security root.</P
@@ -7500,71 +7836,49 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN3043"
->6.2.19. <B
+NAME="view_statement_grammar"
+>6.2.21. <B
CLASS="command"
>view</B
> Statement Grammar</A
></H2
><PRE
CLASS="programlisting"
->view <TT
+>view <VAR
CLASS="replaceable"
-><I
->view_name</I
-></TT
-> [<SPAN
+>view_name</VAR
+>
+ [<SPAN
CLASS="optional"
-><TT
+><VAR
CLASS="replaceable"
-><I
->class</I
-></TT
+>class</VAR
></SPAN
>] {
- match-clients { <TT
+ match-clients { <VAR
CLASS="replaceable"
-><I
->address_match_list</I
-></TT
+>address_match_list</VAR
> } ;
- match-destinations { <TT
+ match-destinations { <VAR
CLASS="replaceable"
-><I
->address_match_list</I
-></TT
+>address_match_list</VAR
> } ;
- match-recursive-only <TT
+ match-recursive-only <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
> ;
[<SPAN
CLASS="optional"
-> <TT
+> <VAR
CLASS="replaceable"
-><I
->view_option</I
-></TT
+>view_option</VAR
>; ...</SPAN
>]
[<SPAN
CLASS="optional"
-> zone-statistics <TT
-CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
-> ; </SPAN
->]
- [<SPAN
-CLASS="optional"
-> <TT
+> <VAR
CLASS="replaceable"
-><I
->zone_statement</I
-></TT
+>zone_statement</VAR
>; ...</SPAN
>]
};
@@ -7575,8 +7889,8 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN3059"
->6.2.20. <B
+NAME="AEN3440"
+>6.2.22. <B
CLASS="command"
>view</B
> Statement Definition and Usage</A
@@ -7586,9 +7900,9 @@ CLASS="command"
CLASS="command"
>view</B
> statement is a powerful new feature
-of <SPAN
+of <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 that lets a name server answer a DNS query differently
depending on who is asking. It is particularly useful for implementing
split DNS setups without having to run multiple servers.</P
@@ -7599,17 +7913,17 @@ CLASS="command"
> statement defines a view of the
DNS namespace that will be seen by a subset of clients. A client matches
a view if its source IP address matches the
-<TT
+<VAR
CLASS="varname"
->address_match_list</TT
+>address_match_list</VAR
> of the view's
<B
CLASS="command"
>match-clients</B
> clause and its destination IP address matches
-the <TT
+the <VAR
CLASS="varname"
->address_match_list</TT
+>address_match_list</VAR
> of the view's
<B
CLASS="command"
@@ -7622,7 +7936,19 @@ CLASS="command"
CLASS="command"
>match-destinations</B
>
-default to matching all addresses. A view can also be specified
+default to matching all addresses. In addition to checking IP addresses
+<B
+CLASS="command"
+>match-clients</B
+> and <B
+CLASS="command"
+>match-destinations</B
+>
+can also take <B
+CLASS="command"
+>keys</B
+> which provide an mechanism for the
+client to select the view. A view can also be specified
as <B
CLASS="command"
>match-recursive-only</B
@@ -7631,7 +7957,7 @@ requests from matching clients will match that view.
The order of the <B
CLASS="command"
>view</B
-> statements is significant &#8212;
+> statements is significant &#8212;
a client request will be resolved in the context of the first
<B
CLASS="command"
@@ -7682,20 +8008,24 @@ CLASS="command"
>view</B
> statements in the config
file, a default view that matches any client is automatically created
-in class IN, and any <B
+in class IN. Any <B
CLASS="command"
>zone</B
> statements specified on
the top level of the configuration file are considered to be part of
-this default view. If any explicit <B
+this default view, and the <B
+CLASS="command"
+>options</B
+> statement will
+apply to the default view. If any explicit <B
CLASS="command"
>view</B
-> statements
-are present, all <B
+>
+statements are present, all <B
CLASS="command"
>zone</B
-> statements must occur inside
-<B
+> statements must
+occur inside <B
CLASS="command"
>view</B
> statements.</P
@@ -7708,23 +8038,29 @@ CLASS="command"
><PRE
CLASS="programlisting"
>view "internal" {
- // This should match our internal networks.
+ // This should match our internal networks.
match-clients { 10.0.0.0/8; };
- // Provide recursive service to internal clients only.
+
+ // Provide recursive service to internal clients only.
recursion yes;
- // Provide a complete view of the example.com zone
- // including addresses of internal hosts.
+
+ // Provide a complete view of the example.com zone
+ // including addresses of internal hosts.
zone "example.com" {
type master;
file "example-internal.db";
};
};
+
view "external" {
+ // Match all clients not matched by the previous view.
match-clients { any; };
- // Refuse recursive service to external clients.
+
+ // Refuse recursive service to external clients.
recursion no;
- // Provide a restricted view of the example.com zone
- // containing only publicly accessible hosts.
+
+ // Provide a restricted view of the example.com zone
+ // containing only publicly accessible hosts.
zone "example.com" {
type master;
file "example-external.db";
@@ -7738,7 +8074,7 @@ CLASS="sect2"
CLASS="sect2"
><A
NAME="zone_statement_grammar"
->6.2.21. <B
+>6.2.23. <B
CLASS="command"
>zone</B
>
@@ -7746,18 +8082,14 @@ Statement Grammar</A
></H2
><PRE
CLASS="programlisting"
->zone <TT
+>zone <VAR
CLASS="replaceable"
-><I
->zone_name</I
-></TT
+>zone_name</VAR
> [<SPAN
CLASS="optional"
-><TT
+><VAR
CLASS="replaceable"
-><I
->class</I
-></TT
+>class</VAR
></SPAN
>] [<SPAN
CLASS="optional"
@@ -7765,47 +8097,37 @@ CLASS="optional"
type ( master | slave | hint | stub | forward | delegation-only ) ;
[<SPAN
CLASS="optional"
-> allow-notify { <TT
+> allow-notify { <VAR
CLASS="replaceable"
-><I
->address_match_list</I
-></TT
+>address_match_list</VAR
> } ; </SPAN
>]
[<SPAN
CLASS="optional"
-> allow-query { <TT
+> allow-query { <VAR
CLASS="replaceable"
-><I
->address_match_list</I
-></TT
+>address_match_list</VAR
> } ; </SPAN
>]
[<SPAN
CLASS="optional"
-> allow-transfer { <TT
+> allow-transfer { <VAR
CLASS="replaceable"
-><I
->address_match_list</I
-></TT
+>address_match_list</VAR
> } ; </SPAN
>]
[<SPAN
CLASS="optional"
-> allow-update { <TT
+> allow-update { <VAR
CLASS="replaceable"
-><I
->address_match_list</I
-></TT
+>address_match_list</VAR
> } ; </SPAN
>]
[<SPAN
CLASS="optional"
-> update-policy { <TT
+> update-policy { <VAR
CLASS="replaceable"
-><I
->update_policy_rule</I
-></TT
+>update_policy_rule</VAR
> [<SPAN
CLASS="optional"
>...</SPAN
@@ -7813,418 +8135,384 @@ CLASS="optional"
>]
[<SPAN
CLASS="optional"
-> allow-update-forwarding { <TT
+> allow-update-forwarding { <VAR
CLASS="replaceable"
-><I
->address_match_list</I
-></TT
+>address_match_list</VAR
> } ; </SPAN
>]
[<SPAN
CLASS="optional"
-> also-notify { <TT
+> also-notify { <VAR
CLASS="replaceable"
-><I
->ip_addr</I
-></TT
+>ip_addr</VAR
> [<SPAN
CLASS="optional"
->port <TT
+>port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
></SPAN
>] ; [<SPAN
CLASS="optional"
-> <TT
+> <VAR
CLASS="replaceable"
-><I
->ip_addr</I
-></TT
+>ip_addr</VAR
> [<SPAN
CLASS="optional"
->port <TT
+>port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
></SPAN
>] ; ... </SPAN
>] }; </SPAN
>]
[<SPAN
CLASS="optional"
-> check-names (<TT
+> check-names (<CODE
CLASS="constant"
->warn</TT
->|<TT
+>warn</CODE
+>|<CODE
CLASS="constant"
->fail</TT
->|<TT
+>fail</CODE
+>|<CODE
CLASS="constant"
->ignore</TT
+>ignore</CODE
>) ; </SPAN
>]
[<SPAN
CLASS="optional"
-> dialup <TT
+> dialup <VAR
CLASS="replaceable"
-><I
->dialup_option</I
-></TT
+>dialup_option</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> delegation-only <TT
+> delegation-only <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> file <TT
+> file <VAR
CLASS="replaceable"
-><I
->string</I
-></TT
+>string</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> forward (<TT
+> forward (<CODE
CLASS="constant"
->only</TT
->|<TT
+>only</CODE
+>|<CODE
CLASS="constant"
->first</TT
+>first</CODE
>) ; </SPAN
>]
[<SPAN
CLASS="optional"
-> forwarders { <TT
+> forwarders { <VAR
CLASS="replaceable"
-><I
->ip_addr</I
-></TT
+>ip_addr</VAR
> [<SPAN
CLASS="optional"
->port <TT
+>port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
></SPAN
>] ; [<SPAN
CLASS="optional"
-> <TT
+> <VAR
CLASS="replaceable"
-><I
->ip_addr</I
-></TT
+>ip_addr</VAR
> [<SPAN
CLASS="optional"
->port <TT
+>port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
></SPAN
>] ; ... </SPAN
>] }; </SPAN
>]
[<SPAN
CLASS="optional"
-> ixfr-base <TT
+> ixfr-base <VAR
CLASS="replaceable"
-><I
->string</I
-></TT
+>string</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> ixfr-tmp-file <TT
+> ixfr-tmp-file <VAR
CLASS="replaceable"
-><I
->string</I
-></TT
+>string</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> maintain-ixfr-base <TT
+> maintain-ixfr-base <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
> masters [<SPAN
CLASS="optional"
->port <TT
+>port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
></SPAN
->] { <TT
+>] { ( <VAR
CLASS="replaceable"
-><I
->ip_addr</I
-></TT
+>masters_list</VAR
+> | <VAR
+CLASS="replaceable"
+>ip_addr</VAR
> [<SPAN
CLASS="optional"
->port <TT
+>port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
></SPAN
>] [<SPAN
CLASS="optional"
->key <TT
+>key <VAR
CLASS="replaceable"
-><I
->key</I
-></TT
+>key</VAR
></SPAN
->]; [<SPAN
+>] ) ; [<SPAN
CLASS="optional"
>...</SPAN
>] } ; </SPAN
>]
[<SPAN
CLASS="optional"
-> max-ixfr-log-size <TT
+> max-ixfr-log-size <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> max-transfer-idle-in <TT
+> max-transfer-idle-in <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> max-transfer-idle-out <TT
+> max-transfer-idle-out <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> max-transfer-time-in <TT
+> max-transfer-time-in <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> max-transfer-time-out <TT
+> max-transfer-time-out <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> notify <TT
+> notify <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
-> | <TT
+>yes_or_no</VAR
+> | <VAR
CLASS="replaceable"
-><I
->explicit</I
-></TT
+>explicit</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> pubkey <TT
+> pubkey <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
-> <TT
+>number</VAR
+> <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
-> <TT
+>number</VAR
+> <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
-> <TT
+>number</VAR
+> <VAR
CLASS="replaceable"
-><I
->string</I
-></TT
+>string</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> transfer-source (<TT
+> transfer-source (<VAR
CLASS="replaceable"
-><I
->ip4_addr</I
-></TT
-> | <TT
+>ip4_addr</VAR
+> | <CODE
CLASS="constant"
->*</TT
+>*</CODE
>) [<SPAN
CLASS="optional"
->port <TT
+>port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
></SPAN
>] ; </SPAN
>]
[<SPAN
CLASS="optional"
-> transfer-source-v6 (<TT
+> transfer-source-v6 (<VAR
CLASS="replaceable"
-><I
->ip6_addr</I
-></TT
-> | <TT
+>ip6_addr</VAR
+> | <CODE
CLASS="constant"
->*</TT
+>*</CODE
>) [<SPAN
CLASS="optional"
->port <TT
+>port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
></SPAN
>] ; </SPAN
>]
[<SPAN
CLASS="optional"
-> notify-source (<TT
+> alt-transfer-source (<VAR
CLASS="replaceable"
-><I
->ip4_addr</I
-></TT
-> | <TT
+>ip4_addr</VAR
+> | <CODE
CLASS="constant"
->*</TT
+>*</CODE
>) [<SPAN
CLASS="optional"
->port <TT
+>port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
></SPAN
>] ; </SPAN
>]
[<SPAN
CLASS="optional"
-> notify-source-v6 (<TT
+> alt-transfer-source-v6 (<VAR
CLASS="replaceable"
-><I
->ip6_addr</I
-></TT
-> | <TT
+>ip6_addr</VAR
+> | <CODE
CLASS="constant"
->*</TT
+>*</CODE
>) [<SPAN
CLASS="optional"
->port <TT
+>port <VAR
CLASS="replaceable"
-><I
->ip_port</I
-></TT
+>ip_port</VAR
></SPAN
>] ; </SPAN
>]
[<SPAN
CLASS="optional"
-> zone-statistics <TT
+> use-alt-transfer-source <VAR
CLASS="replaceable"
-><I
->yes_or_no</I
-></TT
+>yes_or_no</VAR
+>; </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> notify-source (<VAR
+CLASS="replaceable"
+>ip4_addr</VAR
+> | <CODE
+CLASS="constant"
+>*</CODE
+>) [<SPAN
+CLASS="optional"
+>port <VAR
+CLASS="replaceable"
+>ip_port</VAR
+></SPAN
+>] ; </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> notify-source-v6 (<VAR
+CLASS="replaceable"
+>ip6_addr</VAR
+> | <CODE
+CLASS="constant"
+>*</CODE
+>) [<SPAN
+CLASS="optional"
+>port <VAR
+CLASS="replaceable"
+>ip_port</VAR
+></SPAN
+>] ; </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> zone-statistics <VAR
+CLASS="replaceable"
+>yes_or_no</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> sig-validity-interval <TT
+> sig-validity-interval <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> database <TT
+> database <VAR
CLASS="replaceable"
-><I
->string</I
-></TT
+>string</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> min-refresh-time <TT
+> min-refresh-time <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> max-refresh-time <TT
+> max-refresh-time <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> min-retry-time <TT
+> min-retry-time <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
> ; </SPAN
>]
[<SPAN
CLASS="optional"
-> max-retry-time <TT
+> max-retry-time <VAR
CLASS="replaceable"
-><I
->number</I
-></TT
+>number</VAR
+> ; </SPAN
+>]
+ [<SPAN
+CLASS="optional"
+> multi-master <VAR
+CLASS="replaceable"
+>yes_or_no</VAR
> ; </SPAN
>]
+ [<SPAN
+CLASS="optional"
+> key-directory <VAR
+CLASS="replaceable"
+>path_name</VAR
+>; </SPAN
+>]
}</SPAN
>];
@@ -8235,8 +8523,8 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN3212"
->6.2.22. <B
+NAME="AEN3614"
+>6.2.24. <B
CLASS="command"
>zone</B
> Statement Definition and Usage</A
@@ -8246,16 +8534,16 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
-NAME="AEN3215"
->6.2.22.1. Zone Types</A
+NAME="AEN3617"
+>6.2.24.1. Zone Types</A
></H3
><DIV
CLASS="informaltable"
-><A
-NAME="AEN3217"
-></A
><P
></P
+><A
+NAME="AEN3619"
+></A
><TABLE
CELLPADDING="3"
BORDER="1"
@@ -8263,19 +8551,13 @@ CLASS="CALSTABLE"
><TBODY
><TR
><TD
-WIDTH="87"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->master</TT
+>master</VAR
></P
></TD
><TD
-WIDTH="405"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>The server has a master copy of the data
for the zone and will be able to provide authoritative answers for
@@ -8284,19 +8566,13 @@ it.</P
></TR
><TR
><TD
-WIDTH="87"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->slave</TT
+>slave</VAR
></P
></TD
><TD
-WIDTH="405"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>A slave zone is a replica of a master
zone. The <B
@@ -8304,6 +8580,7 @@ CLASS="command"
>masters</B
> list specifies one or more IP addresses
of master servers that the slave contacts to update its copy of the zone.
+Masters list elements can also be names of other masters lists.
By default, transfers are made from port 53 on the servers; this can
be changed for all servers by specifying a port number before the
list of IP addresses, or on a per-server basis after the IP address.
@@ -8315,9 +8592,9 @@ recommended, since it often speeds server start-up and eliminates
a needless waste of bandwidth. Note that for large numbers (in the
tens or hundreds of thousands) of zones per server, it is best to
use a two level naming scheme for zone file names. For example,
-a slave server for the zone <TT
+a slave server for the zone <VAR
CLASS="literal"
->example.com</TT
+>example.com</VAR
> might place
the zone contents into a file called
<TT
@@ -8328,31 +8605,26 @@ CLASS="filename"
>ex/</TT
> is
just the first two letters of the zone name. (Most operating systems
-behave very slowly if you put 100K files into a single directory.)</P
+behave very slowly if you put 100 000 files into
+a single directory.)</P
></TD
></TR
><TR
><TD
-WIDTH="87"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->stub</TT
+>stub</VAR
></P
></TD
><TD
-WIDTH="405"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>A stub zone is similar to a slave zone,
except that it replicates only the NS records of a master zone instead
of the entire zone. Stub zones are not a standard part of the DNS;
-they are a feature specific to the <SPAN
+they are a feature specific to the <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> implementation.
</P
>
@@ -8366,20 +8638,20 @@ CLASS="filename"
>.
This usage is not recommended for new configurations, and BIND 9
supports it only in a limited way.
-In <SPAN
+In <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 4/8, zone transfers of a parent zone
included the NS records from stub children of that zone. This meant
that, in some cases, users could get away with configuring child stubs
-only in the master server for the parent zone. <SPAN
+only in the master server for the parent zone. <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
>
9 never mixes together zone data from different zones in this
-way. Therefore, if a <SPAN
+way. Therefore, if a <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 master serving a parent
zone has child stub zones configured, all the slave servers for the
parent zone also need to have the same child stub zones
@@ -8391,9 +8663,9 @@ configured.</P
of a given domain to use a particular set of authoritative servers.
For example, the caching name servers on a private network using
RFC1981 addressing may be configured with stub zones for
-<TT
+<VAR
CLASS="literal"
->10.in-addr.arpa</TT
+>10.in-addr.arpa</VAR
>
to use a set of internal name servers as the authoritative
servers for that domain.</P
@@ -8402,19 +8674,13 @@ servers for that domain.</P
></TR
><TR
><TD
-WIDTH="87"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->forward</TT
+>forward</VAR
></P
></TD
><TD
-WIDTH="405"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>A "forward zone" is a way to configure
forwarding on a per-domain basis. A <B
@@ -8451,60 +8717,48 @@ CLASS="command"
>forward</B
> option (that is, "forward first
to", then "forward only", or vice versa, but want to use the same
-servers as set globally) you need to respecify the global forwarders.</P
+servers as set globally) you need to re-specify the global forwarders.</P
>
</TD
></TR
><TR
><TD
-WIDTH="87"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->hint</TT
+>hint</VAR
></P
></TD
><TD
-WIDTH="405"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->The initial set of root nameservers is
+>The initial set of root name servers is
specified using a "hint zone". When the server starts up, it uses
-the root hints to find a root nameserver and get the most recent
-list of root nameservers. If no hint zone is specified for class
+the root hints to find a root name server and get the most recent
+list of root name servers. If no hint zone is specified for class
IN, the server uses a compiled-in default set of root servers hints.
Classes other than IN have no built-in defaults hints.</P
></TD
></TR
><TR
><TD
-WIDTH="87"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->delegation-only</TT
+>delegation-only</VAR
></P
></TD
><TD
-WIDTH="405"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>This is used to enforce the delegation only
status of infrastructure zones (e.g. COM, NET, ORG). Any answer that
-is received without a explicit or implict delegation in the authority
+is received without a explicit or implicit delegation in the authority
section will be treated as NXDOMAIN. This does not apply to the zone
apex. This SHOULD NOT be applied to leaf zones.</P
>
<P
-><TT
+><VAR
CLASS="varname"
->delegation-only</TT
+>delegation-only</VAR
> has no effect on answers received
from forwarders.</P
></TD
@@ -8520,37 +8774,37 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
-NAME="AEN3280"
->6.2.22.2. Class</A
+NAME="AEN3682"
+>6.2.24.2. Class</A
></H3
><P
>The zone's name may optionally be followed by a class. If
-a class is not specified, class <TT
+a class is not specified, class <VAR
CLASS="literal"
->IN</TT
-> (for <TT
+>IN</VAR
+> (for <VAR
CLASS="varname"
->Internet</TT
+>Internet</VAR
>),
is assumed. This is correct for the vast majority of cases.</P
><P
->The <TT
+>The <VAR
CLASS="literal"
->hesiod</TT
+>hesiod</VAR
> class is
named for an information service from MIT's Project Athena. It is
used to share information about various systems databases, such
as users, groups, printers and so on. The keyword
-<TT
+<VAR
CLASS="literal"
->HS</TT
+>HS</VAR
> is
a synonym for hesiod.</P
><P
>Another MIT development is CHAOSnet, a LAN protocol created
-in the mid-1970s. Zone data for it can be specified with the <TT
+in the mid-1970s. Zone data for it can be specified with the <VAR
CLASS="literal"
->CHAOS</TT
+>CHAOS</VAR
> class.</P
></DIV
><DIV
@@ -8558,8 +8812,8 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
-NAME="AEN3290"
->6.2.22.3. Zone Options</A
+NAME="AEN3692"
+>6.2.24.3. Zone Options</A
></H3
><P
></P
@@ -8579,7 +8833,7 @@ CLASS="command"
>allow-notify</B
> in <A
HREF="Bv9ARM.ch06.html#access_control"
->Section 6.2.14.3</A
+>Section 6.2.16.4</A
></P
></DD
><DT
@@ -8595,7 +8849,7 @@ CLASS="command"
>allow-query</B
> in <A
HREF="Bv9ARM.ch06.html#access_control"
->Section 6.2.14.3</A
+>Section 6.2.16.4</A
></P
></DD
><DT
@@ -8611,7 +8865,7 @@ CLASS="command"
>
in <A
HREF="Bv9ARM.ch06.html#access_control"
->Section 6.2.14.3</A
+>Section 6.2.16.4</A
>.</P
></DD
><DT
@@ -8623,7 +8877,13 @@ CLASS="command"
><P
>Specifies which hosts are allowed to
submit Dynamic DNS updates for master zones. The default is to deny
-updates from all hosts.</P
+updates from all hosts. Note that allowing updates based
+on the requestor's IP address is insecure; see
+<A
+HREF="Bv9ARM.ch07.html#dynamic_update_security"
+>Section 7.3</A
+> for details.
+</P
></DD
><DT
><B
@@ -8635,7 +8895,7 @@ CLASS="command"
>Specifies a "Simple Secure Update" policy. See
<A
HREF="Bv9ARM.ch06.html#dynamic_update_policies"
->Section 6.2.22.4</A
+>Section 6.2.24.4</A
>.</P
></DD
><DT
@@ -8645,44 +8905,14 @@ CLASS="command"
></DT
><DD
><P
->Specifies which hosts are allowed to
-submit Dynamic DNS updates to slave zones to be forwarded to the
-master. The default is <TT
-CLASS="userinput"
-><B
->{ none; }</B
-></TT
->, which
-means that no update forwarding will be performed. To enable
-update forwarding, specify
-<TT
-CLASS="userinput"
-><B
->allow-update-forwarding { any; };</B
-></TT
->.
-Specifying values other than <TT
-CLASS="userinput"
-><B
->{ none; }</B
-></TT
-> or
-<TT
-CLASS="userinput"
-><B
->{ any; }</B
-></TT
-> is usually counterproductive, since
-the responsibility for update access control should rest with the
-master server, not the slaves.</P
-><P
->Note that enabling the update forwarding feature on a slave server
-may expose master servers relying on insecure IP address based
-access control to attacks; see <A
-HREF="Bv9ARM.ch07.html#dynamic_update_security"
->Section 7.3</A
+>See the description of <B
+CLASS="command"
+>allow-update-forwarding</B
>
-for more details.</P
+in <A
+HREF="Bv9ARM.ch06.html#access_control"
+>Section 6.2.16.4</A
+>.</P
></DD
><DT
><B
@@ -8696,11 +8926,11 @@ CLASS="command"
>notify</B
> is
active for this zone. The set of machines that will receive a
-<TT
+<VAR
CLASS="literal"
->DNS NOTIFY</TT
+>DNS NOTIFY</VAR
> message
-for this zone is made up of all the listed nameservers (other than
+for this zone is made up of all the listed name servers (other than
the primary master) for the zone plus any IP addresses specified
with <B
CLASS="command"
@@ -8724,13 +8954,9 @@ CLASS="command"
></DT
><DD
><P
->&#13;This option was used in BIND 8 to restrict the character set of
-domain names in master files and/or DNS responses received from the
-network. BIND 9 does not restrict the character set of domain names
-and does not implement the <B
-CLASS="command"
->check-names</B
-> option.
+>&#13;This option is used to restrict the character set and syntax of
+certain domain names in master files and/or DNS responses received from the
+network.
</P
></DD
><DT
@@ -8750,11 +8976,9 @@ identifies the database type, and any subsequent words are passed
as arguments to the database to be interpreted in a way specific
to the database type.</P
><P
->The default is <TT
+>The default is <KBD
CLASS="userinput"
-><B
->"rbt"</B
-></TT
+>"rbt"</KBD
>, BIND 9's native in-memory
red-black-tree database. This database does not take arguments.</P
><P
@@ -8775,7 +8999,7 @@ CLASS="command"
>dialup</B
> in <A
HREF="Bv9ARM.ch06.html#boolean_options"
->Section 6.2.14.1</A
+>Section 6.2.16.1</A
>.</P
></DD
><DT
@@ -8786,11 +9010,9 @@ CLASS="command"
><DD
><P
>The flag only applies to hint and stub zones. If set
-to <TT
+to <KBD
CLASS="userinput"
-><B
->yes</B
-></TT
+>yes</KBD
> then the zone will also be treated as if it
is also a delegation-only type zone.
</P
@@ -8834,14 +9056,14 @@ CLASS="command"
></DT
><DD
><P
->Was used in <SPAN
+>Was used in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 8 to specify the name
of the transaction log (journal) file for dynamic update and IXFR.
-<SPAN
+<ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 ignores the option and constructs the name of the journal
file by appending "<TT
CLASS="filename"
@@ -8856,13 +9078,13 @@ CLASS="command"
></DT
><DD
><P
->Was an undocumented option in <SPAN
+>Was an undocumented option in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 8.
-Ignored in <SPAN
+Ignored in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9.</P
></DD
><DT
@@ -8878,7 +9100,7 @@ CLASS="command"
>max-transfer-time-in</B
> in <A
HREF="Bv9ARM.ch06.html#zone_transfers"
->Section 6.2.14.6</A
+>Section 6.2.16.7</A
>.</P
></DD
><DT
@@ -8894,7 +9116,7 @@ CLASS="command"
>max-transfer-idle-in</B
> in <A
HREF="Bv9ARM.ch06.html#zone_transfers"
->Section 6.2.14.6</A
+>Section 6.2.16.7</A
>.</P
></DD
><DT
@@ -8910,7 +9132,7 @@ CLASS="command"
>max-transfer-time-out</B
> in <A
HREF="Bv9ARM.ch06.html#zone_transfers"
->Section 6.2.14.6</A
+>Section 6.2.16.7</A
>.</P
></DD
><DT
@@ -8926,7 +9148,7 @@ CLASS="command"
>max-transfer-idle-out</B
> in <A
HREF="Bv9ARM.ch06.html#zone_transfers"
->Section 6.2.14.6</A
+>Section 6.2.16.7</A
>.</P
></DD
><DT
@@ -8942,7 +9164,7 @@ CLASS="command"
>notify</B
> in <A
HREF="Bv9ARM.ch06.html#boolean_options"
->Section 6.2.14.1</A
+>Section 6.2.16.1</A
>.</P
></DD
><DT
@@ -8952,16 +9174,16 @@ CLASS="command"
></DT
><DD
><P
->In <SPAN
+>In <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 8, this option was intended for specifying
a public zone key for verification of signatures in DNSSEC signed
-zones when they are loaded from disk. <SPAN
+zones when they are loaded from disk. <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 does not verify signatures
-on loading and ignores the option.</P
+on load and ignores the option.</P
></DD
><DT
><B
@@ -8970,11 +9192,9 @@ CLASS="command"
></DT
><DD
><P
->If <TT
+>If <KBD
CLASS="userinput"
-><B
->yes</B
-></TT
+>yes</KBD
>, the server will keep statistical
information for this zone, which can be dumped to the
<B
@@ -8995,7 +9215,7 @@ CLASS="command"
>sig-validity-interval</B
> in <A
HREF="Bv9ARM.ch06.html#tuning"
->Section 6.2.14.14</A
+>Section 6.2.16.15</A
>.</P
></DD
><DT
@@ -9011,7 +9231,7 @@ CLASS="command"
>transfer-source</B
> in <A
HREF="Bv9ARM.ch06.html#zone_transfers"
->Section 6.2.14.6</A
+>Section 6.2.16.7</A
>
</P
></DD
@@ -9028,7 +9248,58 @@ CLASS="command"
>transfer-source-v6</B
> in <A
HREF="Bv9ARM.ch06.html#zone_transfers"
->Section 6.2.14.6</A
+>Section 6.2.16.7</A
+>
+</P
+></DD
+><DT
+><B
+CLASS="command"
+>alt-transfer-source</B
+></DT
+><DD
+><P
+>See the description of
+<B
+CLASS="command"
+>alt-transfer-source</B
+> in <A
+HREF="Bv9ARM.ch06.html#zone_transfers"
+>Section 6.2.16.7</A
+>
+</P
+></DD
+><DT
+><B
+CLASS="command"
+>alt-transfer-source-v6</B
+></DT
+><DD
+><P
+>See the description of
+<B
+CLASS="command"
+>alt-transfer-source-v6</B
+> in <A
+HREF="Bv9ARM.ch06.html#zone_transfers"
+>Section 6.2.16.7</A
+>
+</P
+></DD
+><DT
+><B
+CLASS="command"
+>use-alt-transfer-source</B
+></DT
+><DD
+><P
+>See the description of
+<B
+CLASS="command"
+>use-alt-transfer-source</B
+> in <A
+HREF="Bv9ARM.ch06.html#zone_transfers"
+>Section 6.2.16.7</A
>
</P
></DD
@@ -9045,7 +9316,7 @@ CLASS="command"
>notify-source</B
> in <A
HREF="Bv9ARM.ch06.html#zone_transfers"
->Section 6.2.14.6</A
+>Section 6.2.16.7</A
>
</P
></DD
@@ -9062,7 +9333,7 @@ CLASS="command"
>notify-source-v6</B
> in <A
HREF="Bv9ARM.ch06.html#zone_transfers"
->Section 6.2.14.6</A
+>Section 6.2.16.7</A
>.
</P
></DD
@@ -9084,10 +9355,58 @@ CLASS="command"
><P
>&#13;See the description in <A
HREF="Bv9ARM.ch06.html#tuning"
->Section 6.2.14.14</A
+>Section 6.2.16.15</A
>.
</P
></DD
+><DT
+><B
+CLASS="command"
+>ixfr-from-differences</B
+></DT
+><DD
+><P
+>See the description of
+<B
+CLASS="command"
+>ixfr-from-differences</B
+> in <A
+HREF="Bv9ARM.ch06.html#boolean_options"
+>Section 6.2.16.1</A
+>.</P
+></DD
+><DT
+><B
+CLASS="command"
+>key-directory</B
+></DT
+><DD
+><P
+>See the description of
+<B
+CLASS="command"
+>key-directory</B
+> in <A
+HREF="Bv9ARM.ch06.html#options"
+>Section 6.2.16</A
+></P
+></DD
+><DT
+><B
+CLASS="command"
+>multi-master</B
+></DT
+><DD
+><P
+>See the description of
+<B
+CLASS="command"
+>multi-master</B
+> in <A
+HREF="Bv9ARM.ch06.html#boolean_options"
+>Section 6.2.16.1</A
+>.</P
+></DD
></DL
></DIV
></DIV
@@ -9097,12 +9416,12 @@ CLASS="sect3"
CLASS="sect3"
><A
NAME="dynamic_update_policies"
->6.2.22.4. Dynamic Update Policies</A
+>6.2.24.4. Dynamic Update Policies</A
></H3
><P
-><SPAN
+><ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 supports two alternative methods of granting clients
the right to perform dynamic updates to a zone,
configured by the <B
@@ -9118,18 +9437,18 @@ CLASS="command"
CLASS="command"
>allow-update</B
> clause works the same
-way as in previous versions of <SPAN
+way as in previous versions of <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
>. It grants given clients the
permission to update any record of any name in the zone.</P
><P
>The <B
CLASS="command"
>update-policy</B
-> clause is new in <SPAN
+> clause is new in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
>
9 and allows more fine-grained control over what updates are allowed.
A set of rules is specified, where each rule either grants or denies
@@ -9165,28 +9484,20 @@ CLASS="command"
> | <B
CLASS="command"
>deny</B
-> ) <TT
+> ) <VAR
CLASS="replaceable"
-><I
->identity</I
-></TT
-> <TT
+>identity</VAR
+> <VAR
CLASS="replaceable"
-><I
->nametype</I
-></TT
-> <TT
+>nametype</VAR
+> <VAR
CLASS="replaceable"
-><I
->name</I
-></TT
+>name</VAR
> [<SPAN
CLASS="optional"
-> <TT
+> <VAR
CLASS="replaceable"
-><I
->types</I
-></TT
+>types</VAR
> </SPAN
>]
</PRE
@@ -9195,31 +9506,50 @@ CLASS="replaceable"
successfully matched a rule, the operation is immediately granted
or denied and no further rules are examined. A rule is matched
when the signer matches the identity field, the name matches the
-name field, and the type is specified in the type field.</P
+name field in accordance with the nametype field, and the type matches
+the types specified in the type field.</P
><P
->The identity field specifies a name or a wildcard name. The
-nametype field has 4 values: <TT
-CLASS="varname"
->name</TT
->, <TT
+>The identity field specifies a name or a wildcard name. Normally, this
+is the name of the TSIG or SIG(0) key used to sign the update request. When a
+TKEY exchange has been used to create a shared secret, the identity of the
+shared secret is the same as the identity of the key used to authenticate the
+TKEY exchange. When the <VAR
+CLASS="replaceable"
+>identity</VAR
+> field specifies a
+wildcard name, it is subject to DNS wildcard expansion, so the rule will apply
+to multiple identities. The <VAR
+CLASS="replaceable"
+>identity</VAR
+> field must
+contain a fully qualified domain name.</P
+><P
+>The <VAR
+CLASS="replaceable"
+>nametype</VAR
+> field has 4 values:
+<VAR
CLASS="varname"
->subdomain</TT
->, <TT
+>name</VAR
+>, <VAR
CLASS="varname"
->wildcard</TT
+>subdomain</VAR
>,
-and <TT
+<VAR
CLASS="varname"
->self</TT
->
+>wildcard</VAR
+>, and <VAR
+CLASS="varname"
+>self</VAR
+>.
</P
><DIV
CLASS="informaltable"
-><A
-NAME="AEN3530"
-></A
><P
></P
+><A
+NAME="AEN3974"
+></A
><TABLE
CELLPADDING="3"
BORDER="1"
@@ -9227,82 +9557,94 @@ CLASS="CALSTABLE"
><TBODY
><TR
><TD
-WIDTH="79"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->name</TT
+>name</VAR
></P
></TD
><TD
-WIDTH="353"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->Matches when the updated name is the
-same as the name in the name field.</P
+>Exact-match semantics. This rule matches when the
+name being updated is identical to the contents of the
+<VAR
+CLASS="replaceable"
+>name</VAR
+> field.</P
></TD
></TR
><TR
><TD
-WIDTH="79"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->subdomain</TT
+>subdomain</VAR
></P
></TD
><TD
-WIDTH="353"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->Matches when the updated name is a subdomain
-of the name in the name field (which includes the name itself).</P
+>This rule matches when the name being updated
+is a subdomain of, or identical to, the contents of the
+<VAR
+CLASS="replaceable"
+>name</VAR
+> field.</P
></TD
></TR
><TR
><TD
-WIDTH="79"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->wildcard</TT
+>wildcard</VAR
></P
></TD
><TD
-WIDTH="353"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->Matches when the updated name is a valid
-expansion of the wildcard name in the name field.</P
+>The <VAR
+CLASS="replaceable"
+>name</VAR
+> field is
+subject to DNS wildcard expansion, and this rule matches when the name
+being updated name is a valid expansion of the wildcard.</P
></TD
></TR
><TR
><TD
-WIDTH="79"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="varname"
->self</TT
+>self</VAR
></P
></TD
><TD
-WIDTH="353"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->Matches when the updated name is the
-same as the message signer. The name field is ignored.</P
+>This rule matches when the name being updated
+matches the contents of the <VAR
+CLASS="replaceable"
+>identity</VAR
+> field.
+The <VAR
+CLASS="replaceable"
+>name</VAR
+> field is ignored, but should be
+the same as the <VAR
+CLASS="replaceable"
+>identity</VAR
+> field. The
+<VAR
+CLASS="varname"
+>self</VAR
+> nametype is most useful when allowing using
+one key per name to update, where the key has the same name as the name
+to be updated. The <VAR
+CLASS="replaceable"
+>identity</VAR
+> would be
+specified as <CODE
+CLASS="constant"
+>*</CODE
+> in this case.</P
></TD
></TR
></TBODY
@@ -9311,9 +9653,17 @@ same as the message signer. The name field is ignored.</P
></P
></DIV
><P
->If no types are specified, the rule matches all types except
+>In all cases, the <VAR
+CLASS="replaceable"
+>name</VAR
+> field must
+specify a fully qualified domain name.</P
+><P
+>If no types are explicitly specified, this rule matches all types except
SIG, NS, SOA, and NXT. Types may be specified by name, including
"ANY" (ANY matches all types except NXT, which can never be updated).
+Note that when an attempt is made to delete all records associated with a
+name, the rules are checked for each existing record type.
</P
></DIV
></DIV
@@ -9323,7 +9673,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
-NAME="AEN3560"
+NAME="AEN4015"
>6.3. Zone File</A
></H1
><DIV
@@ -9344,7 +9694,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
-NAME="AEN3565"
+NAME="AEN4020"
>6.3.1.1. Resource Records</A
></H3
><P
@@ -9352,25 +9702,25 @@ NAME="AEN3565"
resource information, which may be empty. The set of resource
information associated with a particular name is composed of
separate RRs. The order of RRs in a set is not significant and
- need not be preserved by nameservers, resolvers, or other
+ need not be preserved by name servers, resolvers, or other
parts of the DNS. However, sorting of multiple RRs is
permitted for optimization purposes, for example, to specify
that a particular nearby server be tried first. See <A
HREF="Bv9ARM.ch06.html#the_sortlist_statement"
->Section 6.2.14.11</A
+>Section 6.2.16.13</A
> and <A
HREF="Bv9ARM.ch06.html#rrset_ordering"
->Section 6.2.14.12</A
+>Section 6.2.16.14</A
>.</P
><P
>The components of a Resource Record are:</P
><DIV
CLASS="informaltable"
-><A
-NAME="AEN3571"
-></A
><P
></P
+><A
+NAME="AEN4026"
+></A
><TABLE
CELLPADDING="3"
BORDER="1"
@@ -9378,50 +9728,31 @@ CLASS="CALSTABLE"
><TBODY
><TR
><TD
-WIDTH="96"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>owner name</P
></TD
><TD
-WIDTH="336"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>the domain name where the RR is found.</P
></TD
></TR
><TR
><TD
-WIDTH="96"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>type</P
></TD
><TD
-WIDTH="336"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>an encoded 16 bit value that specifies
-the type of the resource in this resource record. Types refer to
-abstract resources.</P
+the type of the resource record.</P
></TD
></TR
><TR
><TD
-WIDTH="96"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>TTL</P
></TD
><TD
-WIDTH="336"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>the time to live of the RR. This field
is a 32 bit integer in units of seconds, and is primarily used by
@@ -9431,16 +9762,10 @@ be cached before it should be discarded.</P
></TR
><TR
><TD
-WIDTH="96"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>class</P
></TD
><TD
-WIDTH="336"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>an encoded 16 bit value that identifies
a protocol family or instance of a protocol.</P
@@ -9448,19 +9773,13 @@ a protocol family or instance of a protocol.</P
></TR
><TR
><TD
-WIDTH="96"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>RDATA</P
></TD
><TD
-WIDTH="336"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->the type and sometimes class-dependent
-data that describes the resource.</P
+>the resource data. The format of the
+data is type (and sometimes class) specific.</P
></TD
></TR
></TBODY
@@ -9475,16 +9794,14 @@ CLASS="emphasis"
CLASS="emphasis"
>types</I
></SPAN
-> of valid RRs
-(some of these listed, although not obsolete, are experimental (x)
-or historical (h) and no longer in general use):</P
+> of valid RRs:</P
><DIV
CLASS="informaltable"
-><A
-NAME="AEN3603"
-></A
><P
></P
+><A
+NAME="AEN4058"
+></A
><TABLE
CELLPADDING="3"
BORDER="1"
@@ -9492,470 +9809,327 @@ CLASS="CALSTABLE"
><TBODY
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>A</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->a host address.</P
+>a host address. In the IN class, this is a
+32-bit IP address. Described in RFC 1035.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->A6</P
+>AAAA</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->an IPv6 address.</P
+>IPv6 address. Described in RFC 1886.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->AAAA</P
+>A6</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->Obsolete format of IPv6 address</P
+>IPv6 address. This can be a partial
+address (a suffix) and an indirection to the name where the rest of the
+address (the prefix) can be found. Experimental. Described in RFC 2874.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>AFSDB</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->(x) location of AFS database servers.
-Experimental.</P
+>location of AFS database servers.
+Experimental. Described in RFC 1183.</P
+></TD
+></TR
+><TR
+><TD
+><P
+>APL</P
+></TD
+><TD
+><P
+>address prefix list. Experimental.
+Described in RFC 3123.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>CERT</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->holds a digital certificate.</P
+>holds a digital certificate.
+Described in RFC 2538.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>CNAME</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->identifies the canonical name of an alias.</P
+>identifies the canonical name of an alias.
+Described in RFC 1035.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>DNAME</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->for delegation of reverse addresses.
-Replaces the domain name specified with another name to be looked
-up. Described in RFC 2672.</P
+>Replaces the domain name specified with
+another name to be looked up, effectively aliasing an entire
+subtree of the domain name space rather than a single record
+as in the case of the CNAME RR.
+Described in RFC 2672.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>GPOS</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->Specifies the global position. Superseded by LOC.</P
+>Specifies the global position. Superseded by LOC.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>HINFO</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->identifies the CPU and OS used by a host.</P
+>identifies the CPU and OS used by a host.
+Described in RFC 1035.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>ISDN</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->(x) representation of ISDN addresses.
-Experimental.</P
+>representation of ISDN addresses.
+Experimental. Described in RFC 1183.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>KEY</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>stores a public key associated with a
-DNS name.</P
+DNS name. Described in RFC 2535.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>KX</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>identifies a key exchanger for this
-DNS name.</P
+DNS name. Described in RFC 2230.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>LOC</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->(x) for storing GPS info. See RFC 1876.
+>for storing GPS info. Described in RFC 1876.
Experimental.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>MX</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>identifies a mail exchange for the domain.
- See RFC 974 for details.</P
+a 16 bit preference value (lower is better)
+followed by the host name of the mail exchange.
+Described in RFC 974, RFC 1035.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>NAPTR</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->name authority pointer.</P
+>name authority pointer. Described in RFC 2915.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>NSAP</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->a network service access point.</P
+>a network service access point.
+Described in RFC 1706.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>NS</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->the authoritative nameserver for the
-domain.</P
+>the authoritative name server for the
+domain. Described in RFC 1035.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>NXT</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>used in DNSSEC to securely indicate that
RRs with an owner name in a certain name interval do not exist in
a zone and indicate what RR types are present for an existing name.
-See RFC 2535 for details.</P
+Described in RFC 2535.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>PTR</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>a pointer to another part of the domain
-name space.</P
+name space. Described in RFC 1035.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>PX</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>provides mappings between RFC 822 and X.400
-addresses.</P
+addresses. Described in RFC 2163.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>RP</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->(x) information on persons responsible
-for the domain. Experimental.</P
+>information on persons responsible
+for the domain. Experimental. Described in RFC 1183.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>RT</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->(x) route-through binding for hosts that
-do not have their own direct wide area network addresses. Experimental.</P
+>route-through binding for hosts that
+do not have their own direct wide area network addresses.
+Experimental. Described in RFC 1183.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>SIG</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>("signature") contains data authenticated
-in the secure DNS. See RFC 2535 for details.</P
+in the secure DNS. Described in RFC 2535.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>SOA</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->identifies the start of a zone of authority.</P
+>identifies the start of a zone of authority.
+Described in RFC 1035.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>SRV</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>information about well known network
-services (replaces WKS).</P
+services (replaces WKS). Described in RFC 2782.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>TXT</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->text records.</P
+>text records. Described in RFC 1035.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>WKS</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->(h) information about which well known
-network services, such as SMTP, that a domain supports. Historical,
-replaced by newer RR SRV.</P
+>information about which well known
+network services, such as SMTP, that a domain supports. Historical.
+</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>X25</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->(x) representation of X.25 network addresses. Experimental.</P
+>representation of X.25 network addresses.
+Experimental. Described in RFC 1183.</P
></TD
></TR
></TBODY
@@ -9974,66 +10148,11 @@ CLASS="emphasis"
are currently valid in the DNS:</P
><DIV
CLASS="informaltable"
-><A
-NAME="AEN3750"
-></A
><P
></P
-><TABLE
-CELLPADDING="3"
-BORDER="1"
-CLASS="CALSTABLE"
-><TBODY
-><TR
-><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
-><P
->IN</P
-></TD
-><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
-><P
->the Internet system.</P
-></TD
-></TR
-><TR
-><TD
-COLSPAN="2"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
-><P
->For information about other,
-older classes of RRs, see <A
-HREF="Bv9ARM.ch09.html#classes_of_resource_records"
->Section A.2.1</A
->.</P
-></TD
-></TR
-></TBODY
-></TABLE
-><P
-></P
-></DIV
-><P
-><SPAN
-CLASS="emphasis"
-><I
-CLASS="emphasis"
->RDATA</I
-></SPAN
-> is the type-dependent or class-dependent
-data that describes the resource:</P
-><DIV
-CLASS="informaltable"
><A
-NAME="AEN3766"
+NAME="AEN4210"
></A
-><P
-></P
><TABLE
CELLPADDING="3"
BORDER="1"
@@ -10041,136 +10160,43 @@ CLASS="CALSTABLE"
><TBODY
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
-><P
->A</P
-></TD
-><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
-><P
->for the IN class, a 32 bit IP address.</P
-></TD
-></TR
-><TR
-><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
-><P
->A6</P
-></TD
-><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
-><P
->maps a domain name to an IPv6 address,
-with a provision for indirection for leading "prefix" bits.</P
-></TD
-></TR
-><TR
-><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
-><P
->CNAME</P
-></TD
-><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->a domain name.</P
-></TD
-></TR
-><TR
-><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
-><P
->DNAME</P
-></TD
-><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
-><P
->provides alternate naming to an entire
-subtree of the domain name space, rather than to a single node.
- It causes some suffix of a queried name to be substituted with
-a name from the DNAME record's RDATA.</P
-></TD
-></TR
-><TR
-><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
-><P
->MX</P
-></TD
-><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
-><P
->a 16 bit preference value (lower is better)
-followed by a host name willing to act as a mail exchange for the
-owner domain.</P
-></TD
-></TR
-><TR
-><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
-><P
->NS</P
+>IN</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->a fully qualified domain name.</P
+>The Internet.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->PTR</P
+>CH</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->a fully qualified domain name.</P
+>&#13;CHAOSnet, a LAN protocol created at MIT in the mid-1970s.
+Rarely used for its historical purpose, but reused for BIND's
+built-in server information zones, e.g.,
+<VAR
+CLASS="literal"
+>version.bind</VAR
+>.
+</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->SOA</P
+>HS</P
></TD
><TD
-WIDTH="348"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
->several fields.</P
+>&#13;Hesiod, an information service
+developed by MIT's Project Athena. It is used to share information
+about various systems databases, such as users, groups, printers
+and so on.
+</P
></TD
></TR
></TBODY
@@ -10180,7 +10206,7 @@ VALIGN="MIDDLE"
></DIV
><P
>The owner name is often implicit, rather than forming an integral
-part of the RR. For example, many nameservers internally form tree
+part of the RR. For example, many name servers internally form tree
or hash structures for the name space, and chain RRs off nodes.
The remaining RR parts are the fixed header (type, class, TTL)
which is consistent for all RRs, and a variable part (RDATA) that
@@ -10207,13 +10233,13 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
-NAME="AEN3814"
+NAME="AEN4234"
>6.3.1.2. Textual expression of RRs</A
></H3
><P
>RRs are represented in binary form in the packets of the DNS
protocol, and are usually represented in highly encoded form when
-stored in a nameserver or resolver. In the examples provided in
+stored in a name server or resolver. In the examples provided in
RFC 1034, a style similar to that used in master files was employed
in order to show the contents of RRs. In this format, most RRs
are shown on a single line, although continuation lines are possible
@@ -10236,11 +10262,11 @@ knowledge of the typical representation for the data.</P
>For example, we might show the RRs carried in a message as:</P
><DIV
CLASS="informaltable"
-><A
-NAME="AEN3821"
-></A
><P
></P
+><A
+NAME="AEN4241"
+></A
><TABLE
CELLPADDING="3"
BORDER="1"
@@ -10248,184 +10274,130 @@ CLASS="CALSTABLE"
><TBODY
><TR
><TD
-WIDTH="133"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->ISI.EDU.</TT
+>ISI.EDU.</VAR
></P
></TD
><TD
-WIDTH="98"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->MX</TT
+>MX</VAR
></P
></TD
><TD
-WIDTH="202"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->10 VENERA.ISI.EDU.</TT
+>10 VENERA.ISI.EDU.</VAR
></P
></TD
></TR
><TR
><TD
-WIDTH="133"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
></P
></TD
><TD
-WIDTH="98"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->MX</TT
+>MX</VAR
></P
></TD
><TD
-WIDTH="202"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->10 VAXA.ISI.EDU</TT
+>10 VAXA.ISI.EDU</VAR
></P
></TD
></TR
><TR
><TD
-WIDTH="133"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->VENERA.ISI.EDU</TT
+>VENERA.ISI.EDU</VAR
></P
></TD
><TD
-WIDTH="98"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->A</TT
+>A</VAR
></P
></TD
><TD
-WIDTH="202"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->128.9.0.32</TT
+>128.9.0.32</VAR
></P
></TD
></TR
><TR
><TD
-WIDTH="133"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
></P
></TD
><TD
-WIDTH="98"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->A</TT
+>A</VAR
></P
></TD
><TD
-WIDTH="202"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->10.1.0.52</TT
+>10.1.0.52</VAR
></P
></TD
></TR
><TR
><TD
-WIDTH="133"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->VAXA.ISI.EDU</TT
+>VAXA.ISI.EDU</VAR
></P
></TD
><TD
-WIDTH="98"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->A</TT
+>A</VAR
></P
></TD
><TD
-WIDTH="202"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->10.2.0.27</TT
+>10.2.0.27</VAR
></P
></TD
></TR
><TR
><TD
-WIDTH="133"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
></P
></TD
><TD
-WIDTH="98"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->A</TT
+>A</VAR
></P
></TD
><TD
-WIDTH="202"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->128.9.0.33</TT
+>128.9.0.33</VAR
></P
></TD
></TR
@@ -10445,11 +10417,11 @@ domain names.</P
>Similarly we might see:</P
><DIV
CLASS="informaltable"
-><A
-NAME="AEN3887"
-></A
><P
></P
+><A
+NAME="AEN4307"
+></A
><TABLE
CELLPADDING="3"
BORDER="1"
@@ -10457,65 +10429,47 @@ CLASS="CALSTABLE"
><TBODY
><TR
><TD
-WIDTH="143"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->XX.LCS.MIT.EDU. IN</TT
+>XX.LCS.MIT.EDU. IN</VAR
></P
></TD
><TD
-WIDTH="102"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->A</TT
+>A</VAR
></P
></TD
><TD
-WIDTH="198"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->10.0.0.44</TT
+>10.0.0.44</VAR
></P
></TD
></TR
><TR
><TD
-WIDTH="143"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->CH</TT
+>CH</VAR
></P
></TD
><TD
-WIDTH="102"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->A</TT
+>A</VAR
></P
></TD
><TD
-WIDTH="198"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->MIT.EDU. 2420</TT
+>MIT.EDU. 2420</VAR
></P
></TD
></TR
@@ -10525,9 +10479,9 @@ CLASS="literal"
></P
></DIV
><P
->This example shows two addresses for <TT
+>This example shows two addresses for <VAR
CLASS="literal"
->XX.LCS.MIT.EDU</TT
+>XX.LCS.MIT.EDU</VAR
>,
each of a different class.</P
></DIV
@@ -10537,7 +10491,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN3915"
+NAME="AEN4335"
>6.3.2. Discussion of MX Records</A
></H2
><P
@@ -10572,11 +10526,11 @@ the mail will be delivered to the server specified in the MX record
pointed to by the CNAME.</P
><DIV
CLASS="informaltable"
-><A
-NAME="AEN3921"
-></A
><P
></P
+><A
+NAME="AEN4341"
+></A
><TABLE
CELLPADDING="3"
BORDER="1"
@@ -10584,248 +10538,173 @@ CLASS="CALSTABLE"
><TBODY
><TR
><TD
-WIDTH="164"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->example.com.</TT
+>example.com.</VAR
></P
></TD
><TD
-WIDTH="43"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->IN</TT
+>IN</VAR
></P
></TD
><TD
-WIDTH="43"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->MX</TT
+>MX</VAR
></P
></TD
><TD
-WIDTH="94"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->10</TT
+>10</VAR
></P
></TD
><TD
-WIDTH="149"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->mail.example.com.</TT
+>mail.example.com.</VAR
></P
></TD
></TR
><TR
><TD
-WIDTH="164"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
></P
></TD
><TD
-WIDTH="43"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->IN</TT
+>IN</VAR
></P
></TD
><TD
-WIDTH="43"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->MX</TT
+>MX</VAR
></P
></TD
><TD
-WIDTH="94"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->10</TT
+>10</VAR
></P
></TD
><TD
-WIDTH="149"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->mail2.example.com.</TT
+>mail2.example.com.</VAR
></P
></TD
></TR
><TR
><TD
-WIDTH="164"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
></P
></TD
><TD
-WIDTH="43"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->IN</TT
+>IN</VAR
></P
></TD
><TD
-WIDTH="43"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->MX</TT
+>MX</VAR
></P
></TD
><TD
-WIDTH="94"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->20</TT
+>20</VAR
></P
></TD
><TD
-WIDTH="149"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->mail.backup.org.</TT
+>mail.backup.org.</VAR
></P
></TD
></TR
><TR
><TD
-WIDTH="164"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->mail.example.com.</TT
+>mail.example.com.</VAR
></P
></TD
><TD
-WIDTH="43"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->IN</TT
+>IN</VAR
></P
></TD
><TD
-WIDTH="43"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->A</TT
+>A</VAR
></P
></TD
><TD
-WIDTH="94"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->10.0.0.1</TT
+>10.0.0.1</VAR
></P
></TD
><TD
-WIDTH="149"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
></P
></TD
></TR
><TR
><TD
-WIDTH="164"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->mail2.example.com.</TT
+>mail2.example.com.</VAR
></P
></TD
><TD
-WIDTH="43"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->IN</TT
+>IN</VAR
></P
></TD
><TD
-WIDTH="43"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->A</TT
+>A</VAR
></P
></TD
><TD
-WIDTH="94"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->10.0.0.2</TT
+>10.0.0.2</VAR
></P
></TD
><TD
-WIDTH="149"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
></P
></TD
@@ -10838,17 +10717,17 @@ VALIGN="MIDDLE"
><P
>For example:</P
><P
->Mail delivery will be attempted to <TT
+>Mail delivery will be attempted to <VAR
CLASS="literal"
->mail.example.com</TT
+>mail.example.com</VAR
> and
-<TT
+<VAR
CLASS="literal"
->mail2.example.com</TT
+>mail2.example.com</VAR
> (in
-any order), and if neither of those succeed, delivery to <TT
+any order), and if neither of those succeed, delivery to <VAR
CLASS="literal"
->mail.backup.org</TT
+>mail.backup.org</VAR
> will
be attempted.</P
></DIV
@@ -10868,11 +10747,11 @@ should be discarded. The following three types of TTL are currently
used in a zone file.</P
><DIV
CLASS="informaltable"
-><A
-NAME="AEN4013"
-></A
><P
></P
+><A
+NAME="AEN4433"
+></A
><TABLE
CELLPADDING="3"
BORDER="1"
@@ -10880,16 +10759,10 @@ CLASS="CALSTABLE"
><TBODY
><TR
><TD
-WIDTH="72"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>SOA</P
></TD
><TD
-WIDTH="420"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>The last field in the SOA is the negative
caching TTL. This controls how long other servers will cache no-such-domain
@@ -10901,16 +10774,10 @@ negative caching is 3 hours (3h).</P
></TR
><TR
><TD
-WIDTH="72"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>$TTL</P
></TD
><TD
-WIDTH="420"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>The $TTL directive at the top of the
zone file (before the SOA) gives a default TTL for every RR without
@@ -10919,16 +10786,10 @@ a specific TTL set.</P
></TR
><TR
><TD
-WIDTH="72"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>RR TTLs</P
></TD
><TD
-WIDTH="420"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Each RR can have a TTL as the second
field in the RR, which will control how long other servers can cache
@@ -10942,9 +10803,9 @@ the it.</P
></DIV
><P
>All of these TTLs default to units of seconds, though units
-can be explicitly specified, for example, <TT
+can be explicitly specified, for example, <VAR
CLASS="literal"
->1h30m</TT
+>1h30m</VAR
>. </P
></DIV
><DIV
@@ -10952,7 +10813,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN4036"
+NAME="AEN4456"
>6.3.4. Inverse Mapping in IPv4</A
></H2
><P
@@ -10978,11 +10839,11 @@ CLASS="optional"
>] domain:</P
><DIV
CLASS="informaltable"
-><A
-NAME="AEN4041"
-></A
><P
></P
+><A
+NAME="AEN4461"
+></A
><TABLE
CELLPADDING="3"
BORDER="1"
@@ -10990,45 +10851,33 @@ CLASS="CALSTABLE"
><TBODY
><TR
><TD
-WIDTH="108"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->$ORIGIN</TT
+>$ORIGIN</VAR
></P
></TD
><TD
-WIDTH="384"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->2.1.10.in-addr.arpa</TT
+>2.1.10.in-addr.arpa</VAR
></P
></TD
></TR
><TR
><TD
-WIDTH="108"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->3</TT
+>3</VAR
></P
></TD
><TD
-WIDTH="384"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
-><TT
+><VAR
CLASS="literal"
->IN PTR foo.example.com.</TT
+>IN PTR foo.example.com.</VAR
></P
></TD
></TR
@@ -11059,7 +10908,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN4063"
+NAME="AEN4483"
>6.3.5. Other Zone File Directives</A
></H2
><P
@@ -11084,7 +10933,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
-NAME="AEN4070"
+NAME="AEN4490"
>6.3.5.1. The <B
CLASS="command"
>$ORIGIN</B
@@ -11095,18 +10944,14 @@ CLASS="command"
CLASS="command"
>$ORIGIN
</B
-><TT
+><VAR
CLASS="replaceable"
-><I
->domain-name</I
-></TT
+>domain-name</VAR
> [<SPAN
CLASS="optional"
-> <TT
+> <VAR
CLASS="replaceable"
-><I
->comment</I
-></TT
+>comment</VAR
></SPAN
>]</P
><P
@@ -11118,9 +10963,9 @@ be appended to any unqualified records. When a zone is first read
in there is an implicit <B
CLASS="command"
>$ORIGIN</B
-> &#60;<TT
+> &#60;<VAR
CLASS="varname"
->zone-name</TT
+>zone-name</VAR
>&#62;<B
CLASS="command"
>.</B
@@ -11135,18 +10980,18 @@ CLASS="command"
> argument if it is not absolute.</P
><PRE
CLASS="programlisting"
-><TT
+><VAR
CLASS="literal"
>$ORIGIN example.com.
-WWW CNAME MAIN-SERVER</TT
+WWW CNAME MAIN-SERVER</VAR
></PRE
><P
>is equivalent to</P
><PRE
CLASS="programlisting"
-><TT
+><VAR
CLASS="literal"
->WWW.EXAMPLE.COM. CNAME MAIN-SERVER.EXAMPLE.COM.</TT
+>WWW.EXAMPLE.COM. CNAME MAIN-SERVER.EXAMPLE.COM.</VAR
></PRE
></DIV
><DIV
@@ -11154,7 +10999,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
-NAME="AEN4090"
+NAME="AEN4510"
>6.3.5.2. The <B
CLASS="command"
>$INCLUDE</B
@@ -11165,26 +11010,20 @@ CLASS="command"
CLASS="command"
>$INCLUDE</B
>
-<TT
+<VAR
CLASS="replaceable"
-><I
->filename</I
-></TT
+>filename</VAR
> [<SPAN
CLASS="optional"
->&#13;<TT
+>&#13;<VAR
CLASS="replaceable"
-><I
->origin</I
-></TT
+>origin</VAR
> </SPAN
>] [<SPAN
CLASS="optional"
-> <TT
+> <VAR
CLASS="replaceable"
-><I
->comment</I
-></TT
+>comment</VAR
> </SPAN
>]</P
><P
@@ -11236,7 +11075,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
-NAME="AEN4110"
+NAME="AEN4530"
>6.3.5.3. The <B
CLASS="command"
>$TTL</B
@@ -11247,18 +11086,14 @@ CLASS="command"
CLASS="command"
>$TTL</B
>
-<TT
+<VAR
CLASS="replaceable"
-><I
->default-ttl</I
-></TT
+>default-ttl</VAR
> [<SPAN
CLASS="optional"
->&#13;<TT
+>&#13;<VAR
CLASS="replaceable"
-><I
->comment</I
-></TT
+>comment</VAR
> </SPAN
>]</P
><P
@@ -11276,10 +11111,10 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN4121"
->6.3.6. <SPAN
+NAME="AEN4541"
+>6.3.6. <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> Master File Extension: the <B
CLASS="command"
>$GENERATE</B
@@ -11289,33 +11124,35 @@ CLASS="command"
>Syntax: <B
CLASS="command"
>$GENERATE</B
-> <TT
+> <VAR
CLASS="replaceable"
-><I
->range</I
-></TT
-> <TT
+>range</VAR
+> <VAR
CLASS="replaceable"
-><I
->lhs</I
-></TT
-> <TT
+>lhs</VAR
+> [<SPAN
+CLASS="optional"
+><VAR
CLASS="replaceable"
-><I
->type</I
-></TT
-> <TT
+>ttl</VAR
+></SPAN
+>] [<SPAN
+CLASS="optional"
+><VAR
CLASS="replaceable"
-><I
->rhs</I
-></TT
+>class</VAR
+></SPAN
+>] <VAR
+CLASS="replaceable"
+>type</VAR
+> <VAR
+CLASS="replaceable"
+>rhs</VAR
> [<SPAN
CLASS="optional"
-> <TT
+> <VAR
CLASS="replaceable"
-><I
->comment</I
-></TT
+>comment</VAR
> </SPAN
>]</P
><P
@@ -11332,17 +11169,17 @@ sub /24 reverse delegations described in RFC 2317: Classless IN-ADDR.ARPA
delegation.</P
><PRE
CLASS="programlisting"
-><TT
+><VAR
CLASS="literal"
>$ORIGIN 0.0.192.IN-ADDR.ARPA.
$GENERATE 1-2 0 NS SERVER$.EXAMPLE.
-$GENERATE 1-127 $ CNAME $.0</TT
+$GENERATE 1-127 $ CNAME $.0</VAR
></PRE
><P
>is equivalent to</P
><PRE
CLASS="programlisting"
-><TT
+><VAR
CLASS="literal"
>0.0.0.192.IN-ADDR.ARPA NS SERVER1.EXAMPLE.
0.0.0.192.IN-ADDR.ARPA. NS SERVER2.EXAMPLE.
@@ -11350,15 +11187,15 @@ CLASS="literal"
2.0.0.192.IN-ADDR.ARPA. CNAME 2.0.0.0.192.IN-ADDR.ARPA.
...
127.0.0.192.IN-ADDR.ARPA. CNAME 127.0.0.0.192.IN-ADDR.ARPA.
-</TT
+</VAR
></PRE
><DIV
CLASS="informaltable"
-><A
-NAME="AEN4141"
-></A
><P
></P
+><A
+NAME="AEN4565"
+></A
><TABLE
CELLPADDING="3"
BORDER="1"
@@ -11366,9 +11203,6 @@ CLASS="CALSTABLE"
><TBODY
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -11376,9 +11210,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="408"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>This can be one of two forms: start-stop
or start-stop/step. If the first form is used then step is set to
@@ -11387,9 +11218,6 @@ or start-stop/step. If the first form is used then step is set to
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -11397,9 +11225,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="408"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -11429,7 +11254,7 @@ CLASS="command"
CLASS="command"
>$</B
> may optionally be followed
-by modifiers which change the offset from the interator, field width and base.
+by modifiers which change the offset from the iterator, field width and base.
Modifiers are introduced by a <B
CLASS="command"
>{</B
@@ -11479,14 +11304,67 @@ the name.</P
CLASS="command"
>$$</B
> is still
-recognised a indicating a literal $ in the output.</P
+recognized a indicating a literal $ in the output.</P
+></TD
+></TR
+><TR
+><TD
+><P
+><B
+CLASS="command"
+>ttl</B
+></P
+></TD
+><TD
+><P
+><B
+CLASS="command"
+>ttl</B
+> specifies the
+ ttl of the generated records. If not specified this will be
+ inherited using the normal ttl inheritance rules.</P
+>
+ <P
+><B
+CLASS="command"
+>class</B
+> and <B
+CLASS="command"
+>ttl</B
+> can be
+ entered in either order.</P
+></TD
+></TR
+><TR
+><TD
+><P
+><B
+CLASS="command"
+>class</B
+></P
+></TD
+><TD
+><P
+><B
+CLASS="command"
+>class</B
+> specifies the
+ class of the generated records. This must match the zone class if
+ it is specified.</P
+>
+ <P
+><B
+CLASS="command"
+>class</B
+> and <B
+CLASS="command"
+>ttl</B
+> can be
+ entered in either order.</P
></TD
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -11494,9 +11372,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="408"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>At present the only supported types are
PTR, CNAME, DNAME, A, AAAA and NS.</P
@@ -11504,9 +11379,6 @@ PTR, CNAME, DNAME, A, AAAA and NS.</P
></TR
><TR
><TD
-WIDTH="84"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
><B
CLASS="command"
@@ -11514,9 +11386,6 @@ CLASS="command"
></P
></TD
><TD
-WIDTH="408"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>rhs is a domain name. It is processed
similarly to lhs.</P
@@ -11531,11 +11400,13 @@ similarly to lhs.</P
>The <B
CLASS="command"
>$GENERATE</B
-> directive is a <SPAN
+> directive is a <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> extension
and not part of the standard zone file format.</P
+><P
+>BIND 8 does not support the optional TTL and CLASS fields.</P
></DIV
></DIV
></DIV
@@ -11583,9 +11454,9 @@ ACCESSKEY="N"
WIDTH="33%"
ALIGN="left"
VALIGN="top"
->The <SPAN
+>The <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 Lightweight Resolver</TD
><TD
WIDTH="34%"
@@ -11596,9 +11467,9 @@ VALIGN="top"
WIDTH="33%"
ALIGN="right"
VALIGN="top"
-><SPAN
+><ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 Security Considerations</TD
></TR
></TABLE
diff --git a/usr.sbin/bind/doc/arm/Bv9ARM.ch07.html b/usr.sbin/bind/doc/arm/Bv9ARM.ch07.html
index 8fa49daa4f8..a7c47077387 100644
--- a/usr.sbin/bind/doc/arm/Bv9ARM.ch07.html
+++ b/usr.sbin/bind/doc/arm/Bv9ARM.ch07.html
@@ -1,11 +1,11 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML
><HEAD
><TITLE
>BIND 9 Security Considerations</TITLE
><META
NAME="GENERATOR"
-CONTENT="Modular DocBook HTML Stylesheet Version 1.73
-"><LINK
+CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="BIND 9 Administrator Reference Manual"
HREF="Bv9ARM.html"><LINK
@@ -70,11 +70,11 @@ CLASS="chapter"
><H1
><A
NAME="ch07"
->Chapter 7. <SPAN
+></A
+>Chapter 7. <ACRONYM
CLASS="acronym"
->BIND</SPAN
-> 9 Security Considerations</A
-></H1
+>BIND</ACRONYM
+> 9 Security Considerations</H1
><DIV
CLASS="TOC"
><DL
@@ -89,7 +89,7 @@ HREF="Bv9ARM.ch07.html#Access_Control_Lists"
></DT
><DT
>7.2. <A
-HREF="Bv9ARM.ch07.html#AEN4213"
+HREF="Bv9ARM.ch07.html#AEN4658"
><B
CLASS="command"
>chroot</B
@@ -137,7 +137,7 @@ CLASS="command"
etc.</P
><P
>Using ACLs allows you to have finer control over who can access
-your nameserver, without cluttering up your config files with huge
+your name server, without cluttering up your config files with huge
lists of IP addresses.</P
><P
>It is a <SPAN
@@ -197,7 +197,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
-NAME="AEN4213"
+NAME="AEN4658"
>7.2. <B
CLASS="command"
>chroot</B
@@ -208,9 +208,9 @@ CLASS="command"
UNIX servers)</A
></H1
><P
->On UNIX servers, it is possible to run <SPAN
+>On UNIX servers, it is possible to run <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> in a <SPAN
CLASS="emphasis"
><I
@@ -221,37 +221,35 @@ CLASS="emphasis"
(<B
CLASS="command"
>chroot()</B
->) by specifying the "<TT
+>) by specifying the "<VAR
CLASS="option"
->-t</TT
+>-t</VAR
>"
-option. This can help improve system security by placing <SPAN
+option. This can help improve system security by placing <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> in
-a "sandbox," which will limit the damage done if a server is compromised.</P
+a "sandbox", which will limit the damage done if a server is compromised.</P
><P
->Another useful feature in the UNIX version of <SPAN
+>Another useful feature in the UNIX version of <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> is the
-ability to run the daemon as a nonprivileged user ( <TT
+ability to run the daemon as an unprivileged user ( <VAR
CLASS="option"
->-u</TT
-> <TT
+>-u</VAR
+> <VAR
CLASS="replaceable"
-><I
->user</I
-></TT
+>user</VAR
> ).
-We suggest running as a nonprivileged user when using the <B
+We suggest running as an unprivileged user when using the <B
CLASS="command"
>chroot</B
> feature.</P
><P
->Here is an example command line to load <SPAN
+>Here is an example command line to load <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> in a <B
CLASS="command"
>chroot()</B
@@ -268,18 +266,16 @@ CLASS="command"
> to
user 202:</P
><P
-><TT
+><KBD
CLASS="userinput"
-><B
->/usr/local/bin/named -u 202 -t /var/named</B
-></TT
+>/usr/local/bin/named -u 202 -t /var/named</KBD
></P
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN4236"
+NAME="AEN4681"
>7.2.1. The <B
CLASS="command"
>chroot</B
@@ -296,13 +292,13 @@ CLASS="filename"
>/var/named</TT
>),
you will need to set up an environment that includes everything
-<SPAN
+<ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> needs to run.
-From <SPAN
+From <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
>'s point of view, <TT
CLASS="filename"
>/var/named</TT
@@ -355,7 +351,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN4254"
+NAME="AEN4699"
>7.2.2. Using the <B
CLASS="command"
>setuid</B
@@ -375,15 +371,15 @@ CLASS="command"
>chown</B
> utility (to
set the user id and/or group id) on files
-to which you want <SPAN
+to which you want <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
>
to write. Note that if the <B
CLASS="command"
>named</B
-> daemon is running as a
-nonprivileged user, it will not be able to bind to new restricted ports if the
+> daemon is running as an
+unprivileged user, it will not be able to bind to new restricted ports if the
server is reloaded.</P
></DIV
></DIV
@@ -398,9 +394,9 @@ NAME="dynamic_update_security"
><P
>Access to the dynamic
update facility should be strictly limited. In earlier versions of
-<SPAN
+<ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> the only way to do this was based on the IP
address of the host requesting the update, by listing an IP address or
network prefix in the <B
@@ -482,9 +478,9 @@ ACCESSKEY="N"
WIDTH="33%"
ALIGN="left"
VALIGN="top"
-><SPAN
+><ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 Configuration Reference</TD
><TD
WIDTH="34%"
diff --git a/usr.sbin/bind/doc/arm/Bv9ARM.ch08.html b/usr.sbin/bind/doc/arm/Bv9ARM.ch08.html
index 50b3e6b2898..fe173a8f47a 100644
--- a/usr.sbin/bind/doc/arm/Bv9ARM.ch08.html
+++ b/usr.sbin/bind/doc/arm/Bv9ARM.ch08.html
@@ -1,11 +1,11 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML
><HEAD
><TITLE
>Troubleshooting</TITLE
><META
NAME="GENERATOR"
-CONTENT="Modular DocBook HTML Stylesheet Version 1.73
-"><LINK
+CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="BIND 9 Administrator Reference Manual"
HREF="Bv9ARM.html"><LINK
@@ -70,8 +70,8 @@ CLASS="chapter"
><H1
><A
NAME="ch08"
->Chapter 8. Troubleshooting</A
-></H1
+></A
+>Chapter 8. Troubleshooting</H1
><DIV
CLASS="TOC"
><DL
@@ -81,17 +81,17 @@ CLASS="TOC"
></DT
><DT
>8.1. <A
-HREF="Bv9ARM.ch08.html#AEN4275"
+HREF="Bv9ARM.ch08.html#AEN4720"
>Common Problems</A
></DT
><DT
>8.2. <A
-HREF="Bv9ARM.ch08.html#AEN4280"
+HREF="Bv9ARM.ch08.html#AEN4725"
>Incrementing and Changing the Serial Number</A
></DT
><DT
>8.3. <A
-HREF="Bv9ARM.ch08.html#AEN4285"
+HREF="Bv9ARM.ch08.html#AEN4730"
>Where Can I Get Help?</A
></DT
></DL
@@ -101,7 +101,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
-NAME="AEN4275"
+NAME="AEN4720"
>8.1. Common Problems</A
></H1
><DIV
@@ -109,7 +109,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN4277"
+NAME="AEN4722"
>8.1.1. It's not working; how can I figure out what's wrong?</A
></H2
><P
@@ -125,7 +125,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
-NAME="AEN4280"
+NAME="AEN4725"
>8.2. Incrementing and Changing the Serial Number</A
></H1
><P
@@ -154,39 +154,39 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
-NAME="AEN4285"
+NAME="AEN4730"
>8.3. Where Can I Get Help?</A
></H1
><P
->The Internet Software Consortium (<SPAN
+>The Internet Software Consortium (<ACRONYM
CLASS="acronym"
->ISC</SPAN
+>ISC</ACRONYM
>) offers a wide range
- of support and service agreements for <SPAN
+ of support and service agreements for <ACRONYM
CLASS="acronym"
->BIND</SPAN
-> and <SPAN
+>BIND</ACRONYM
+> and <ACRONYM
CLASS="acronym"
->DHCP</SPAN
+>DHCP</ACRONYM
> servers. Four
levels of premium support are available and each level includes
- support for all <SPAN
+ support for all <ACRONYM
CLASS="acronym"
->ISC</SPAN
+>ISC</ACRONYM
> programs, significant discounts on products
and training, and a recognized priority on bug fixes and
- non-funded feature requests. In addition, <SPAN
+ non-funded feature requests. In addition, <ACRONYM
CLASS="acronym"
->ISC</SPAN
+>ISC</ACRONYM
> offers a standard
support agreement package which includes services ranging from bug
fix announcements to remote support. It also includes training in
- <SPAN
+ <ACRONYM
CLASS="acronym"
->BIND</SPAN
-> and <SPAN
+>BIND</ACRONYM
+> and <ACRONYM
CLASS="acronym"
->DHCP</SPAN
+>DHCP</ACRONYM
>.</P
><P
>To discuss arrangements for support, contact
@@ -195,9 +195,9 @@ HREF="mailto:info@isc.org"
TARGET="_top"
>info@isc.org</A
> or visit the
- <SPAN
+ <ACRONYM
CLASS="acronym"
->ISC</SPAN
+>ISC</ACRONYM
> web page at <A
HREF="http://www.isc.org/services/support/"
TARGET="_top"
@@ -250,9 +250,9 @@ ACCESSKEY="N"
WIDTH="33%"
ALIGN="left"
VALIGN="top"
-><SPAN
+><ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 Security Considerations</TD
><TD
WIDTH="34%"
diff --git a/usr.sbin/bind/doc/arm/Bv9ARM.ch09.html b/usr.sbin/bind/doc/arm/Bv9ARM.ch09.html
index 387746bd5c3..130257c2411 100644
--- a/usr.sbin/bind/doc/arm/Bv9ARM.ch09.html
+++ b/usr.sbin/bind/doc/arm/Bv9ARM.ch09.html
@@ -1,11 +1,11 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML
><HEAD
><TITLE
>Appendices</TITLE
><META
NAME="GENERATOR"
-CONTENT="Modular DocBook HTML Stylesheet Version 1.73
-"><LINK
+CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="BIND 9 Administrator Reference Manual"
HREF="Bv9ARM.html"><LINK
@@ -63,8 +63,8 @@ CLASS="appendix"
><H1
><A
NAME="ch09"
->Appendix A. Appendices</A
-></H1
+></A
+>Appendix A. Appendices</H1
><DIV
CLASS="TOC"
><DL
@@ -74,27 +74,19 @@ CLASS="TOC"
></DT
><DT
>A.1. <A
-HREF="Bv9ARM.ch09.html#AEN4301"
->Acknowledgements</A
+HREF="Bv9ARM.ch09.html#AEN4746"
+>Acknowledgments</A
></DT
><DT
>A.2. <A
HREF="Bv9ARM.ch09.html#historical_dns_information"
->Historical <SPAN
-CLASS="acronym"
->DNS</SPAN
-> Information</A
-></DT
-><DT
->A.3. <A
-HREF="Bv9ARM.ch09.html#AEN4342"
->General <SPAN
+>General <ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> Reference Information</A
></DT
><DT
->A.4. <A
+>A.3. <A
HREF="Bv9ARM.ch09.html#bibliography"
>Bibliography (and Suggested Reading)</A
></DT
@@ -105,21 +97,21 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
-NAME="AEN4301"
->A.1. Acknowledgements</A
+NAME="AEN4746"
+>A.1. Acknowledgments</A
></H1
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN4303"
->A.1.1. A Brief History of the <SPAN
+NAME="AEN4748"
+>A.1.1. A Brief History of the <ACRONYM
CLASS="acronym"
->DNS</SPAN
-> and <SPAN
+>DNS</ACRONYM
+> and <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
></A
></H2
><P
@@ -132,93 +124,93 @@ CLASS="acronym"
operational network environment. New RFCs were written and
published in 1987 that modified the original documents to
incorporate improvements based on the working model. RFC 1034,
- "Domain Names-Concepts and Facilities," and RFC 1035, "Domain
+ "Domain Names-Concepts and Facilities", and RFC 1035, "Domain
Names-Implementation and Specification" were published and
- became the standards upon which all <SPAN
+ became the standards upon which all <ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> implementations are
built.
</P
><P
->The first working domain name server, called "Jeeves," was
+>The first working domain name server, called "Jeeves", was
written in 1983-84 by Paul Mockapetris for operation on DEC Tops-20
machines located at the University of Southern California's Information
Sciences Institute (USC-ISI) and SRI International's Network Information
-Center (SRI-NIC). A <SPAN
+Center (SRI-NIC). A <ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> server for Unix machines, the Berkeley Internet
-Name Domain (<SPAN
+Name Domain (<ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
>) package, was written soon after by a group of
graduate students at the University of California at Berkeley under
a grant from the US Defense Advanced Research Projects Administration
-(DARPA). Versions of <SPAN
+(DARPA). Versions of <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> through 4.8.3 were maintained by the Computer
Systems Research Group (CSRG) at UC Berkeley. Douglas Terry, Mark
-Painter, David Riggle and Songnian Zhou made up the initial <SPAN
+Painter, David Riggle and Songnian Zhou made up the initial <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
>
project team. After that, additional work on the software package
was done by Ralph Campbell. Kevin Dunlap, a Digital Equipment Corporation
-employee on loan to the CSRG, worked on <SPAN
+employee on loan to the CSRG, worked on <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> for 2 years, from 1985
-to 1987. Many other people also contributed to <SPAN
+to 1987. Many other people also contributed to <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> development
during that time: Doug Kingston, Craig Partridge, Smoot Carl-Mitchell,
-Mike Muuss, Jim Bloom and Mike Schwartz. <SPAN
+Mike Muuss, Jim Bloom and Mike Schwartz. <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> maintenance was subsequently
handled by Mike Karels and O. Kure.</P
><P
-><SPAN
+><ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> versions 4.9 and 4.9.1 were released by Digital Equipment
Corporation (now Compaq Computer Corporation). Paul Vixie, then
-a DEC employee, became <SPAN
+a DEC employee, became <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
>'s primary caretaker. Paul was assisted
by Phil Almquist, Robert Elz, Alan Barrett, Paul Albitz, Bryan Beecher, Andrew
Partan, Andy Cherenson, Tom Limoncelli, Berthold Paffrath, Fuat
Baran, Anant Kumar, Art Harkin, Win Treese, Don Lewis, Christophe
Wolfhugel, and others.</P
><P
-><SPAN
+><ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> Version 4.9.2 was sponsored by Vixie Enterprises. Paul
-Vixie became <SPAN
+Vixie became <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
>'s principal architect/programmer.</P
><P
-><SPAN
+><ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> versions from 4.9.3 onward have been developed and maintained
by the Internet Software Consortium with support being provided
by ISC's sponsors. As co-architects/programmers, Bob Halley and
-Paul Vixie released the first production-ready version of <SPAN
+Paul Vixie released the first production-ready version of <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> version
8 in May 1997.</P
><P
-><SPAN
+><ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> development work is made possible today by the sponsorship
of several corporations, and by the tireless work efforts of numerous
individuals.</P
@@ -230,67 +222,9 @@ CLASS="sect1"
CLASS="sect1"
><A
NAME="historical_dns_information"
->A.2. Historical <SPAN
-CLASS="acronym"
->DNS</SPAN
-> Information</A
-></H1
-><DIV
-CLASS="sect2"
-><H2
-CLASS="sect2"
-><A
-NAME="classes_of_resource_records"
->A.2.1. Classes of Resource Records</A
-></H2
-><DIV
-CLASS="sect3"
-><H3
-CLASS="sect3"
-><A
-NAME="AEN4333"
->A.2.1.1. HS = hesiod</A
-></H3
-><P
->The [<SPAN
-CLASS="optional"
->hesiod</SPAN
->] class is an information service
-developed by MIT's Project Athena. It is used to share information
-about various systems databases, such as users, groups, printers
-and so on. The keyword <B
-CLASS="command"
->hs</B
-> is a synonym for
-hesiod.</P
-></DIV
-><DIV
-CLASS="sect3"
-><H3
-CLASS="sect3"
-><A
-NAME="AEN4338"
->A.2.1.2. CH = chaos</A
-></H3
-><P
->The <B
-CLASS="command"
->chaos</B
-> class is used to specify zone
-data for the MIT-developed CHAOSnet, a LAN protocol created in the
-mid-1970s.</P
-></DIV
-></DIV
-></DIV
-><DIV
-CLASS="sect1"
-><H1
-CLASS="sect1"
-><A
-NAME="AEN4342"
->A.3. General <SPAN
+>A.2. General <ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> Reference Information</A
></H1
><DIV
@@ -299,13 +233,13 @@ CLASS="sect2"
CLASS="sect2"
><A
NAME="ipv6addresses"
->A.3.1. IPv6 addresses (A6)</A
+>A.2.1. IPv6 addresses (AAAA)</A
></H2
><P
>IPv6 addresses are 128-bit identifiers for interfaces and
-sets of interfaces which were introduced in the <SPAN
+sets of interfaces which were introduced in the <ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> to facilitate
scalable Internet routing. There are three types of addresses: <SPAN
CLASS="emphasis"
@@ -334,11 +268,11 @@ Unicast address scheme. For more information, see RFC 2374.</P
>The aggregatable global Unicast address format is as follows:</P
><DIV
CLASS="informaltable"
-><A
-NAME="AEN4353"
-></A
><P
></P
+><A
+NAME="AEN4784"
+></A
><TABLE
CELLPADDING="3"
BORDER="1"
@@ -346,88 +280,52 @@ CLASS="CALSTABLE"
><TBODY
><TR
><TD
-WIDTH="46"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>3</P
></TD
><TD
-WIDTH="48"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>13</P
></TD
><TD
-WIDTH="50"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>8</P
></TD
><TD
-WIDTH="70"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>24</P
></TD
><TD
-WIDTH="129"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>16</P
></TD
><TD
-WIDTH="243"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>64 bits</P
></TD
></TR
><TR
><TD
-WIDTH="46"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>FP</P
></TD
><TD
-WIDTH="48"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>TLA ID</P
></TD
><TD
-WIDTH="50"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>RES</P
></TD
><TD
-WIDTH="70"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>NLA ID</P
></TD
><TD
-WIDTH="129"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>SLA ID</P
></TD
><TD
-WIDTH="243"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Interface ID</P
></TD
@@ -435,111 +333,67 @@ VALIGN="MIDDLE"
><TR
><TD
COLSPAN="4"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>&#60;------ Public Topology
------&#62;</P
></TD
><TD
-WIDTH="129"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
></P
></TD
><TD
-WIDTH="243"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
></P
></TD
></TR
><TR
><TD
-WIDTH="46"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
></P
></TD
><TD
-WIDTH="48"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
></P
></TD
><TD
-WIDTH="50"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
></P
></TD
><TD
-WIDTH="70"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
></P
></TD
><TD
-WIDTH="129"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>&#60;-Site Topology-&#62;</P
></TD
><TD
-WIDTH="243"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
></P
></TD
></TR
><TR
><TD
-WIDTH="46"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
></P
></TD
><TD
-WIDTH="48"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
></P
></TD
><TD
-WIDTH="50"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
></P
></TD
><TD
-WIDTH="70"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
></P
></TD
><TD
-WIDTH="129"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
></P
></TD
><TD
-WIDTH="243"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>&#60;------ Interface Identifier ------&#62;</P
></TD
@@ -553,11 +407,11 @@ VALIGN="MIDDLE"
>Where
<DIV
CLASS="informaltable"
-><A
-NAME="AEN4422"
-></A
><P
></P
+><A
+NAME="AEN4853"
+></A
><TABLE
CELLPADDING="3"
BORDER="1"
@@ -565,138 +419,84 @@ CLASS="CALSTABLE"
><TBODY
><TR
><TD
-WIDTH="132"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>FP</P
></TD
><TD
-WIDTH="24"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>=</P
></TD
><TD
-WIDTH="336"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Format Prefix (001)</P
></TD
></TR
><TR
><TD
-WIDTH="132"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>TLA ID</P
></TD
><TD
-WIDTH="24"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>=</P
></TD
><TD
-WIDTH="336"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Top-Level Aggregation Identifier</P
></TD
></TR
><TR
><TD
-WIDTH="132"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>RES</P
></TD
><TD
-WIDTH="24"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>=</P
></TD
><TD
-WIDTH="336"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Reserved for future use</P
></TD
></TR
><TR
><TD
-WIDTH="132"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>NLA ID</P
></TD
><TD
-WIDTH="24"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>=</P
></TD
><TD
-WIDTH="336"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Next-Level Aggregation Identifier</P
></TD
></TR
><TR
><TD
-WIDTH="132"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>SLA ID</P
></TD
><TD
-WIDTH="24"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>=</P
></TD
><TD
-WIDTH="336"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Site-Level Aggregation Identifier</P
></TD
></TR
><TR
><TD
-WIDTH="132"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>INTERFACE ID</P
></TD
><TD
-WIDTH="24"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>=</P
></TD
><TD
-WIDTH="336"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
><P
>Interface Identifier</P
></TD
@@ -744,103 +544,6 @@ IPv6, addresses belong to interfaces rather than machines.)</P
that of IPv4: subnetting can now be carried out on bit boundaries,
in much the same way as Classless InterDomain Routing (CIDR).</P
><P
->The internal structure of the Public Topology for an A6 global
-unicast address consists of:</P
-><DIV
-CLASS="informaltable"
-><A
-NAME="AEN4477"
-></A
-><P
-></P
-><TABLE
-CELLPADDING="3"
-BORDER="1"
-CLASS="CALSTABLE"
-><TBODY
-><TR
-><TD
-WIDTH="49"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
-><P
->3</P
-></TD
-><TD
-WIDTH="64"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
-><P
->13</P
-></TD
-><TD
-WIDTH="53"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
-><P
->8</P
-></TD
-><TD
-WIDTH="79"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
-><P
->24</P
-></TD
-></TR
-><TR
-><TD
-WIDTH="49"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
-><P
->FP</P
-></TD
-><TD
-WIDTH="64"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
-><P
->TLA ID</P
-></TD
-><TD
-WIDTH="53"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
-><P
->RES</P
-></TD
-><TD
-WIDTH="79"
-ALIGN="LEFT"
-VALIGN="MIDDLE"
-><P
->NLA ID</P
-></TD
-></TR
-></TBODY
-></TABLE
-><P
-></P
-></DIV
-><P
->A 3 bit FP (Format Prefix) of 001 indicates this is a global
-Unicast address. FP lengths for other types of addresses may vary.</P
-><P
->13 TLA (Top Level Aggregator) bits give the prefix of your
-top-level IP backbone carrier.</P
-><P
->8 Reserved bits</P
-><P
->24 bits for Next Level Aggregators. This allows organizations
-with a TLA to hand out portions of their IP space to client organizations,
-so that the client can then split up the network further by filling
-in more NLA bits, and hand out IPv6 prefixes to their clients, and
-so forth.</P
-><P
->There is no particular structure for the Site topology section.
-Organizations can allocate these bits in any way they desire.</P
-><P
>The Interface Identifier must be unique on that network. On
ethernet networks, one way to ensure this is to set the address
to the first three bytes of the hardware address, "FFFE", then the
@@ -851,7 +554,7 @@ of a block may be omitted, for example:</P
><P
><B
CLASS="command"
->3ffe:8050:201:9:a00:20ff:fe81:2b32</B
+>2001:db8:201:9:a00:20ff:fe81:2b32</B
></P
><P
>IPv6 address specifications are likely to contain long strings
@@ -866,7 +569,7 @@ CLASS="sect1"
CLASS="sect1"
><A
NAME="bibliography"
->A.4. Bibliography (and Suggested Reading)</A
+>A.3. Bibliography (and Suggested Reading)</A
></H1
><DIV
CLASS="sect2"
@@ -874,13 +577,13 @@ CLASS="sect2"
CLASS="sect2"
><A
NAME="rfcs"
->A.4.1. Request for Comments (RFCs)</A
+>A.3.1. Request for Comments (RFCs)</A
></H2
><P
>Specification documents for the Internet protocol suite, including
-the <SPAN
+the <ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
>, are published as part of the Request for Comments (RFCs)
series of technical notes. The standards themselves are defined
by the Internet Engineering Task Force (IETF) and the Internet Engineering
@@ -888,17 +591,13 @@ Steering Group (IESG). RFCs can be obtained online via FTP at
<A
HREF="ftp://www.isi.edu/in-notes/"
TARGET="_top"
->ftp://www.isi.edu/in-notes/RFC<TT
+>ftp://www.isi.edu/in-notes/RFC<VAR
CLASS="replaceable"
-><I
->xxx</I
-></TT
+>xxx</VAR
>.txt</A
-> (where <TT
+> (where <VAR
CLASS="replaceable"
-><I
->xxx</I
-></TT
+>xxx</VAR
> is
the number of the RFC). RFCs are also available via the Web at
<A
@@ -909,19 +608,19 @@ TARGET="_top"
</P
><H3
><A
-NAME="AEN4521"
+NAME="AEN4921"
>Bibliography</A
></H3
><H2
CLASS="bibliodiv"
><A
-NAME="AEN4522"
+NAME="AEN4922"
>Standards</A
></H2
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4524"
+NAME="AEN4924"
></A
><P
>[RFC974]&nbsp;<SPAN
@@ -932,13 +631,13 @@ CLASS="AUTHOR"
>, January 1986.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4531"
+NAME="AEN4931"
></A
><P
>[RFC1034]&nbsp;<SPAN
@@ -949,13 +648,13 @@ CLASS="AUTHOR"
>, November 1987.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4538"
+NAME="AEN4938"
></A
><P
>[RFC1035]&nbsp;<SPAN
@@ -967,7 +666,7 @@ Specification</I
>, November 1987.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><H2
@@ -979,67 +678,67 @@ NAME="proposed_standards"
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4547"
+NAME="AEN4947"
></A
><P
>[RFC2181]&nbsp;<SPAN
CLASS="AUTHOR"
>R., R. Bush Elz</SPAN
>, <I
->Clarifications to the <SPAN
+>Clarifications to the <ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> Specification</I
>, July 1997.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4555"
+NAME="AEN4955"
></A
><P
>[RFC2308]&nbsp;<SPAN
CLASS="AUTHOR"
>M. Andrews</SPAN
>, <I
->Negative Caching of <SPAN
+>Negative Caching of <ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> Queries</I
>, March 1998.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4563"
+NAME="AEN4963"
></A
><P
>[RFC1995]&nbsp;<SPAN
CLASS="AUTHOR"
>M. Ohta</SPAN
>, <I
->Incremental Zone Transfer in <SPAN
+>Incremental Zone Transfer in <ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
></I
>, August 1996.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4571"
+NAME="AEN4971"
></A
><P
>[RFC1996]&nbsp;<SPAN
@@ -1050,13 +749,13 @@ CLASS="AUTHOR"
>, August 1996.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4578"
+NAME="AEN4978"
></A
><P
>[RFC2136]&nbsp;<SPAN
@@ -1076,13 +775,13 @@ CLASS="AUTHOR"
>, April 1997.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4595"
+NAME="AEN4995"
></A
><P
>[RFC2845]&nbsp;<SPAN
@@ -1098,26 +797,26 @@ CLASS="AUTHOR"
CLASS="AUTHOR"
>and B. Wellington</SPAN
>, <I
->Secret Key Transaction Authentication for <SPAN
+>Secret Key Transaction Authentication for <ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> (TSIG)</I
>, May 2000.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><H2
CLASS="bibliodiv"
><A
-NAME="AEN4614"
+NAME="AEN5014"
>Proposed Standards Still Under Development</A
></H2
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4619"
+NAME="AEN5019"
></A
><P
>[RFC1886]&nbsp;<SPAN
@@ -1127,20 +826,20 @@ CLASS="AUTHOR"
CLASS="AUTHOR"
>and C. Huitema</SPAN
>, <I
-><SPAN
+><ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> Extensions to support IP version 6</I
>, December 1995.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4631"
+NAME="AEN5031"
></A
><P
>[RFC2065]&nbsp;<SPAN
@@ -1154,13 +853,13 @@ CLASS="AUTHOR"
>, January 1997.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4643"
+NAME="AEN5043"
></A
><P
>[RFC2137]&nbsp;<SPAN
@@ -1171,42 +870,42 @@ CLASS="AUTHOR"
>, April 1997.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><H2
CLASS="bibliodiv"
><A
-NAME="AEN4651"
->Other Important RFCs About <SPAN
+NAME="AEN5051"
+>Other Important RFCs About <ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> Implementation</A
></H2
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4654"
+NAME="AEN5054"
></A
><P
>[RFC1535]&nbsp;<SPAN
CLASS="AUTHOR"
>E. Gavron</SPAN
>, <I
->A Security Problem and Proposed Correction With Widely Deployed <SPAN
+>A Security Problem and Proposed Correction With Widely Deployed <ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> Software.</I
>, October 1993.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4662"
+NAME="AEN5062"
></A
><P
>[RFC1536]&nbsp;<SPAN
@@ -1225,20 +924,20 @@ CLASS="AUTHOR"
CLASS="AUTHOR"
>and S. Miller</SPAN
>, <I
->Common <SPAN
+>Common <ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> Implementation Errors and Suggested Fixes</I
>, October 1993.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4683"
+NAME="AEN5083"
></A
><P
>[RFC1982]&nbsp;<SPAN
@@ -1252,19 +951,19 @@ CLASS="AUTHOR"
>, August 1996.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><H2
CLASS="bibliodiv"
><A
-NAME="AEN4694"
+NAME="AEN5094"
>Resource Record Types</A
></H2
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4696"
+NAME="AEN5096"
></A
><P
>[RFC1183]&nbsp;<SPAN
@@ -1280,20 +979,20 @@ CLASS="AUTHOR"
CLASS="AUTHOR"
>and P. Mockapetris</SPAN
>, <I
->New <SPAN
+>New <ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> RR Definitions</I
>, October 1990.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4714"
+NAME="AEN5114"
></A
><P
>[RFC1706]&nbsp;<SPAN
@@ -1303,20 +1002,20 @@ CLASS="AUTHOR"
CLASS="AUTHOR"
>and R. Colella</SPAN
>, <I
-><SPAN
+><ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> NSAP Resource Records</I
>, October 1994.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4726"
+NAME="AEN5126"
></A
><P
>[RFC2168]&nbsp;<SPAN
@@ -1331,13 +1030,13 @@ the Domain Name System</I
>, June 1997.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4737"
+NAME="AEN5137"
></A
><P
>[RFC1876]&nbsp;<SPAN
@@ -1358,13 +1057,13 @@ Name System</I
>, January 1996.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4754"
+NAME="AEN5154"
></A
><P
>[RFC2052]&nbsp;<SPAN
@@ -1374,91 +1073,91 @@ CLASS="AUTHOR"
CLASS="AUTHOR"
>and P. Vixie</SPAN
>, <I
->A <SPAN
+>A <ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> RR for Specifying the Location of
Services.</I
>, October 1996.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4766"
+NAME="AEN5166"
></A
><P
>[RFC2163]&nbsp;<SPAN
CLASS="AUTHOR"
>A. Allocchio</SPAN
>, <I
->Using the Internet <SPAN
+>Using the Internet <ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> to Distribute MIXER
Conformant Global Address Mapping</I
>, January 1998.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4774"
+NAME="AEN5174"
></A
><P
>[RFC2230]&nbsp;<SPAN
CLASS="AUTHOR"
>R. Atkinson</SPAN
>, <I
->Key Exchange Delegation Record for the <SPAN
+>Key Exchange Delegation Record for the <ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
></I
>, October 1997.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><H2
CLASS="bibliodiv"
><A
-NAME="AEN4782"
-><SPAN
+NAME="AEN5182"
+><ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> and the Internet</A
></H2
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4785"
+NAME="AEN5185"
></A
><P
>[RFC1101]&nbsp;<SPAN
CLASS="AUTHOR"
>P. V. Mockapetris</SPAN
>, <I
-><SPAN
+><ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> Encoding of Network Names and Other Types</I
>, April 1989.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4793"
+NAME="AEN5193"
></A
><P
>[RFC1123]&nbsp;<SPAN
@@ -1469,13 +1168,13 @@ CLASS="AUTHOR"
>, October 1989.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4800"
+NAME="AEN5200"
></A
><P
>[RFC1591]&nbsp;<SPAN
@@ -1486,13 +1185,13 @@ CLASS="AUTHOR"
>, March 1994.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4807"
+NAME="AEN5207"
></A
><P
>[RFC2317]&nbsp;<SPAN
@@ -1509,82 +1208,62 @@ CLASS="AUTHOR"
>, March 1998.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><H2
CLASS="bibliodiv"
><A
-NAME="AEN4821"
-><SPAN
+NAME="AEN5221"
+><ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> Operations</A
></H2
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4824"
+NAME="AEN5224"
></A
><P
>[RFC1537]&nbsp;<SPAN
CLASS="AUTHOR"
>P. Beertema</SPAN
>, <I
->Common <SPAN
+>Common <ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> Data File Configuration Errors</I
>, October 1993.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4832"
+NAME="AEN5232"
></A
><P
>[RFC1912]&nbsp;<SPAN
CLASS="AUTHOR"
>D. Barr</SPAN
>, <I
->Common <SPAN
+>Common <ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> Operational and Configuration Errors</I
>, February 1996.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4840"
-></A
-><P
->[RFC1912]&nbsp;<SPAN
-CLASS="AUTHOR"
->D. Barr</SPAN
->, <I
->Common <SPAN
-CLASS="acronym"
->DNS</SPAN
-> Operational and Configuration Errors</I
->, February 1996.</P
-><DIV
-CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
-></DIV
-></DIV
-><DIV
-CLASS="biblioentry"
-><A
-NAME="AEN4848"
+NAME="AEN5240"
></A
><P
>[RFC2010]&nbsp;<SPAN
@@ -1598,13 +1277,13 @@ CLASS="AUTHOR"
>, October 1996.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4859"
+NAME="AEN5251"
></A
><P
>[RFC2219]&nbsp;<SPAN
@@ -1614,29 +1293,29 @@ CLASS="AUTHOR"
CLASS="AUTHOR"
>and R. Wright</SPAN
>, <I
->Use of <SPAN
+>Use of <ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> Aliases for Network Services.</I
>, October 1997.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><H2
CLASS="bibliodiv"
><A
-NAME="AEN4871"
->Other <SPAN
+NAME="AEN5263"
+>Other <ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
>-related RFCs</A
></H2
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4877"
+NAME="AEN5269"
></A
><P
>[RFC1464]&nbsp;<SPAN
@@ -1647,53 +1326,53 @@ CLASS="AUTHOR"
>, May 1993.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4884"
+NAME="AEN5276"
></A
><P
>[RFC1713]&nbsp;<SPAN
CLASS="AUTHOR"
>A. Romao</SPAN
>, <I
->Tools for <SPAN
+>Tools for <ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> Debugging</I
>, November 1994.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4892"
+NAME="AEN5284"
></A
><P
>[RFC1794]&nbsp;<SPAN
CLASS="AUTHOR"
>T. Brisco</SPAN
>, <I
-><SPAN
+><ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> Support for Load Balancing</I
>, April 1995.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4900"
+NAME="AEN5292"
></A
><P
>[RFC2240]&nbsp;<SPAN
@@ -1704,13 +1383,13 @@ CLASS="AUTHOR"
>, November 1997.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4907"
+NAME="AEN5299"
></A
><P
>[RFC2345]&nbsp;<SPAN
@@ -1727,13 +1406,13 @@ CLASS="AUTHOR"
>, May 1998.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4921"
+NAME="AEN5313"
></A
><P
>[RFC2352]&nbsp;<SPAN
@@ -1744,19 +1423,19 @@ CLASS="AUTHOR"
>, May 1998.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
><H2
CLASS="bibliodiv"
><A
-NAME="AEN4928"
+NAME="AEN5320"
>Obsolete and Unimplemented Experimental RRs</A
></H2
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4930"
+NAME="AEN5322"
></A
><P
>[RFC1712]&nbsp;<SPAN
@@ -1772,15 +1451,15 @@ CLASS="AUTHOR"
CLASS="AUTHOR"
>and D. Baldoni</SPAN
>, <I
-><SPAN
+><ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> Encoding of Geographical
Location</I
>, November 1994.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
></DIV
@@ -1790,7 +1469,7 @@ CLASS="sect2"
CLASS="sect2"
><A
NAME="internet_drafts"
->A.4.2. Internet Drafts</A
+>A.3.2. Internet Drafts</A
></H2
><P
>Internet Drafts (IDs) are rough-draft working documents of
@@ -1807,23 +1486,23 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
-NAME="AEN4951"
->A.4.3. Other Documents About <SPAN
+NAME="AEN5343"
+>A.3.3. Other Documents About <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
></A
></H2
><P
></P
><H3
><A
-NAME="AEN4955"
+NAME="AEN5347"
>Bibliography</A
></H3
><DIV
CLASS="biblioentry"
><A
-NAME="AEN4956"
+NAME="AEN5348"
></A
><P
><SPAN
@@ -1833,17 +1512,17 @@ CLASS="AUTHOR"
CLASS="AUTHOR"
>and Cricket Liu</SPAN
>, <I
-><SPAN
+><ACRONYM
CLASS="acronym"
->DNS</SPAN
-> and <SPAN
+>DNS</ACRONYM
+> and <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
></I
>, 1998.</P
><DIV
CLASS="BIBLIOENTRYBLOCK"
-STYLE="margin-left=0.5in"
+STYLE="margin-left: 0.5in"
></DIV
></DIV
></DIV
diff --git a/usr.sbin/bind/doc/arm/Bv9ARM.html b/usr.sbin/bind/doc/arm/Bv9ARM.html
index b72554ae7e5..bf8b49e9679 100644
--- a/usr.sbin/bind/doc/arm/Bv9ARM.html
+++ b/usr.sbin/bind/doc/arm/Bv9ARM.html
@@ -1,11 +1,11 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML
><HEAD
><TITLE
>BIND 9 Administrator Reference Manual</TITLE
><META
NAME="GENERATOR"
-CONTENT="Modular DocBook HTML Stylesheet Version 1.73
-"><LINK
+CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="NEXT"
TITLE="Introduction "
HREF="Bv9ARM.ch01.html"></HEAD
@@ -31,7 +31,10 @@ NAME="AEN1"
></H1
><P
CLASS="copyright"
->Copyright &copy; 2000, 2001 by Internet Software Consortium</P
+>Copyright &copy; 2004 Internet Systems Consortium, Inc. ("ISC")</P
+><P
+CLASS="copyright"
+>Copyright &copy; 2000-2003 Internet Software Consortium</P
><HR></DIV
><DIV
CLASS="TOC"
@@ -49,57 +52,57 @@ HREF="Bv9ARM.ch01.html"
><DL
><DT
>1.1. <A
-HREF="Bv9ARM.ch01.html#AEN13"
+HREF="Bv9ARM.ch01.html#AEN15"
>Scope of Document</A
></DT
><DT
>1.2. <A
-HREF="Bv9ARM.ch01.html#AEN20"
+HREF="Bv9ARM.ch01.html#AEN22"
>Organization of This Document</A
></DT
><DT
>1.3. <A
-HREF="Bv9ARM.ch01.html#AEN40"
+HREF="Bv9ARM.ch01.html#AEN42"
>Conventions Used in This Document</A
></DT
><DT
>1.4. <A
-HREF="Bv9ARM.ch01.html#AEN105"
->The Domain Name System (<SPAN
+HREF="Bv9ARM.ch01.html#AEN107"
+>The Domain Name System (<ACRONYM
CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
>)</A
></DT
><DD
><DL
><DT
>1.4.1. <A
-HREF="Bv9ARM.ch01.html#AEN112"
+HREF="Bv9ARM.ch01.html#AEN114"
>DNS Fundamentals</A
></DT
><DT
>1.4.2. <A
-HREF="Bv9ARM.ch01.html#AEN119"
+HREF="Bv9ARM.ch01.html#AEN124"
>Domains and Domain Names</A
></DT
><DT
>1.4.3. <A
-HREF="Bv9ARM.ch01.html#AEN143"
+HREF="Bv9ARM.ch01.html#AEN148"
>Zones</A
></DT
><DT
>1.4.4. <A
-HREF="Bv9ARM.ch01.html#AEN166"
+HREF="Bv9ARM.ch01.html#AEN171"
>Authoritative Name Servers</A
></DT
><DT
>1.4.5. <A
-HREF="Bv9ARM.ch01.html#AEN195"
+HREF="Bv9ARM.ch01.html#AEN200"
>Caching Name Servers</A
></DT
><DT
>1.4.6. <A
-HREF="Bv9ARM.ch01.html#AEN213"
+HREF="Bv9ARM.ch01.html#AEN218"
>Name Servers in Multiple Roles</A
></DT
></DL
@@ -109,36 +112,36 @@ HREF="Bv9ARM.ch01.html#AEN213"
><DT
>2. <A
HREF="Bv9ARM.ch02.html"
-><SPAN
+><ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> Resource Requirements</A
></DT
><DD
><DL
><DT
>2.1. <A
-HREF="Bv9ARM.ch02.html#AEN223"
+HREF="Bv9ARM.ch02.html#AEN228"
>Hardware requirements</A
></DT
><DT
>2.2. <A
-HREF="Bv9ARM.ch02.html#AEN231"
+HREF="Bv9ARM.ch02.html#AEN236"
>CPU Requirements</A
></DT
><DT
>2.3. <A
-HREF="Bv9ARM.ch02.html#AEN235"
+HREF="Bv9ARM.ch02.html#AEN240"
>Memory Requirements</A
></DT
><DT
>2.4. <A
-HREF="Bv9ARM.ch02.html#AEN240"
->Nameserver Intensive Environment Issues</A
+HREF="Bv9ARM.ch02.html#AEN245"
+>Name Server Intensive Environment Issues</A
></DT
><DT
>2.5. <A
-HREF="Bv9ARM.ch02.html#AEN243"
+HREF="Bv9ARM.ch02.html#AEN248"
>Supported Operating Systems</A
></DT
></DL
@@ -146,7 +149,7 @@ HREF="Bv9ARM.ch02.html#AEN243"
><DT
>3. <A
HREF="Bv9ARM.ch03.html"
->Nameserver Configuration</A
+>Name Server Configuration</A
></DT
><DD
><DL
@@ -159,41 +162,36 @@ HREF="Bv9ARM.ch03.html#sample_configuration"
><DL
><DT
>3.1.1. <A
-HREF="Bv9ARM.ch03.html#AEN271"
->A Caching-only Nameserver</A
+HREF="Bv9ARM.ch03.html#AEN257"
+>A Caching-only Name Server</A
></DT
><DT
>3.1.2. <A
-HREF="Bv9ARM.ch03.html#AEN275"
->An Authoritative-only Nameserver</A
+HREF="Bv9ARM.ch03.html#AEN262"
+>An Authoritative-only Name Server</A
></DT
></DL
></DD
><DT
>3.2. <A
-HREF="Bv9ARM.ch03.html#AEN281"
+HREF="Bv9ARM.ch03.html#AEN268"
>Load Balancing</A
></DT
><DT
>3.3. <A
-HREF="Bv9ARM.ch03.html#notify"
->Notify</A
-></DT
-><DT
->3.4. <A
-HREF="Bv9ARM.ch03.html#AEN369"
->Nameserver Operations</A
+HREF="Bv9ARM.ch03.html#AEN345"
+>Name Server Operations</A
></DT
><DD
><DL
><DT
->3.4.1. <A
-HREF="Bv9ARM.ch03.html#AEN371"
->Tools for Use With the Nameserver Daemon</A
+>3.3.1. <A
+HREF="Bv9ARM.ch03.html#AEN347"
+>Tools for Use With the Name Server Daemon</A
></DT
><DT
->3.4.2. <A
-HREF="Bv9ARM.ch03.html#AEN663"
+>3.3.2. <A
+HREF="Bv9ARM.ch03.html#AEN679"
>Signals</A
></DT
></DL
@@ -203,135 +201,130 @@ HREF="Bv9ARM.ch03.html#AEN663"
><DT
>4. <A
HREF="Bv9ARM.ch04.html"
->Advanced Concepts</A
+>Advanced DNS Features</A
></DT
><DD
><DL
><DT
>4.1. <A
+HREF="Bv9ARM.ch04.html#notify"
+>Notify</A
+></DT
+><DT
+>4.2. <A
HREF="Bv9ARM.ch04.html#dynamic_update"
>Dynamic Update</A
></DT
><DD
><DL
><DT
->4.1.1. <A
+>4.2.1. <A
HREF="Bv9ARM.ch04.html#journal"
>The journal file</A
></DT
></DL
></DD
><DT
->4.2. <A
+>4.3. <A
HREF="Bv9ARM.ch04.html#incremental_zone_transfers"
>Incremental Zone Transfers (IXFR)</A
></DT
><DT
->4.3. <A
-HREF="Bv9ARM.ch04.html#AEN727"
+>4.4. <A
+HREF="Bv9ARM.ch04.html#AEN757"
>Split DNS</A
></DT
><DT
->4.4. <A
+>4.5. <A
HREF="Bv9ARM.ch04.html#tsig"
>TSIG</A
></DT
><DD
><DL
><DT
->4.4.1. <A
-HREF="Bv9ARM.ch04.html#AEN818"
+>4.5.1. <A
+HREF="Bv9ARM.ch04.html#AEN848"
>Generate Shared Keys for Each Pair of Hosts</A
></DT
><DT
->4.4.2. <A
-HREF="Bv9ARM.ch04.html#AEN839"
+>4.5.2. <A
+HREF="Bv9ARM.ch04.html#AEN869"
>Copying the Shared Secret to Both Machines</A
></DT
><DT
->4.4.3. <A
-HREF="Bv9ARM.ch04.html#AEN842"
+>4.5.3. <A
+HREF="Bv9ARM.ch04.html#AEN872"
>Informing the Servers of the Key's Existence</A
></DT
><DT
->4.4.4. <A
-HREF="Bv9ARM.ch04.html#AEN854"
+>4.5.4. <A
+HREF="Bv9ARM.ch04.html#AEN884"
>Instructing the Server to Use the Key</A
></DT
><DT
->4.4.5. <A
-HREF="Bv9ARM.ch04.html#AEN870"
+>4.5.5. <A
+HREF="Bv9ARM.ch04.html#AEN900"
>TSIG Key Based Access Control</A
></DT
><DT
->4.4.6. <A
-HREF="Bv9ARM.ch04.html#AEN883"
+>4.5.6. <A
+HREF="Bv9ARM.ch04.html#AEN913"
>Errors</A
></DT
></DL
></DD
><DT
->4.5. <A
-HREF="Bv9ARM.ch04.html#AEN887"
+>4.6. <A
+HREF="Bv9ARM.ch04.html#AEN917"
>TKEY</A
></DT
><DT
->4.6. <A
-HREF="Bv9ARM.ch04.html#AEN902"
+>4.7. <A
+HREF="Bv9ARM.ch04.html#AEN932"
>SIG(0)</A
></DT
><DT
->4.7. <A
+>4.8. <A
HREF="Bv9ARM.ch04.html#DNSSEC"
>DNSSEC</A
></DT
><DD
><DL
><DT
->4.7.1. <A
-HREF="Bv9ARM.ch04.html#AEN919"
+>4.8.1. <A
+HREF="Bv9ARM.ch04.html#AEN952"
>Generating Keys</A
></DT
><DT
->4.7.2. <A
-HREF="Bv9ARM.ch04.html#AEN939"
->Creating a Keyset</A
-></DT
-><DT
->4.7.3. <A
-HREF="Bv9ARM.ch04.html#AEN951"
->Signing the Child's Keyset</A
-></DT
-><DT
->4.7.4. <A
-HREF="Bv9ARM.ch04.html#AEN964"
+>4.8.2. <A
+HREF="Bv9ARM.ch04.html#AEN972"
>Signing the Zone</A
></DT
><DT
->4.7.5. <A
-HREF="Bv9ARM.ch04.html#AEN980"
+>4.8.3. <A
+HREF="Bv9ARM.ch04.html#AEN994"
>Configuring Servers</A
></DT
></DL
></DD
><DT
->4.8. <A
-HREF="Bv9ARM.ch04.html#AEN987"
->IPv6 Support in <SPAN
+>4.9. <A
+HREF="Bv9ARM.ch04.html#AEN1001"
+>IPv6 Support in <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9</A
></DT
><DD
><DL
><DT
->4.8.1. <A
-HREF="Bv9ARM.ch04.html#AEN1005"
+>4.9.1. <A
+HREF="Bv9ARM.ch04.html#AEN1019"
>Address Lookups Using AAAA Records</A
></DT
><DT
->4.8.2. <A
-HREF="Bv9ARM.ch04.html#AEN1009"
+>4.9.2. <A
+HREF="Bv9ARM.ch04.html#AEN1025"
>Address to Name Lookups Using Nibble Format</A
></DT
></DL
@@ -341,16 +334,16 @@ HREF="Bv9ARM.ch04.html#AEN1009"
><DT
>5. <A
HREF="Bv9ARM.ch05.html"
->The <SPAN
+>The <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 Lightweight Resolver</A
></DT
><DD
><DL
><DT
>5.1. <A
-HREF="Bv9ARM.ch05.html#AEN1018"
+HREF="Bv9ARM.ch05.html#AEN1034"
>The Lightweight Resolver Library</A
></DT
><DT
@@ -363,9 +356,9 @@ HREF="Bv9ARM.ch05.html#lwresd"
><DT
>6. <A
HREF="Bv9ARM.ch06.html"
-><SPAN
+><ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 Configuration Reference</A
></DT
><DD
@@ -384,7 +377,7 @@ HREF="Bv9ARM.ch06.html#address_match_lists"
></DT
><DT
>6.1.2. <A
-HREF="Bv9ARM.ch06.html#AEN1259"
+HREF="Bv9ARM.ch06.html#AEN1280"
>Comment Syntax</A
></DT
></DL
@@ -398,7 +391,7 @@ HREF="Bv9ARM.ch06.html#Configuration_File_Grammar"
><DL
><DT
>6.2.1. <A
-HREF="Bv9ARM.ch06.html#AEN1366"
+HREF="Bv9ARM.ch06.html#AEN1401"
><B
CLASS="command"
>acl</B
@@ -415,7 +408,7 @@ Usage</A
></DT
><DT
>6.2.3. <A
-HREF="Bv9ARM.ch06.html#AEN1413"
+HREF="Bv9ARM.ch06.html#AEN1445"
><B
CLASS="command"
>controls</B
@@ -431,7 +424,7 @@ CLASS="command"
></DT
><DT
>6.2.5. <A
-HREF="Bv9ARM.ch06.html#AEN1486"
+HREF="Bv9ARM.ch06.html#AEN1524"
><B
CLASS="command"
>include</B
@@ -439,7 +432,7 @@ CLASS="command"
></DT
><DT
>6.2.6. <A
-HREF="Bv9ARM.ch06.html#AEN1491"
+HREF="Bv9ARM.ch06.html#AEN1529"
><B
CLASS="command"
>include</B
@@ -447,7 +440,7 @@ CLASS="command"
></DT
><DT
>6.2.7. <A
-HREF="Bv9ARM.ch06.html#AEN1498"
+HREF="Bv9ARM.ch06.html#AEN1536"
><B
CLASS="command"
>key</B
@@ -455,7 +448,7 @@ CLASS="command"
></DT
><DT
>6.2.8. <A
-HREF="Bv9ARM.ch06.html#AEN1505"
+HREF="Bv9ARM.ch06.html#AEN1543"
><B
CLASS="command"
>key</B
@@ -463,7 +456,7 @@ CLASS="command"
></DT
><DT
>6.2.9. <A
-HREF="Bv9ARM.ch06.html#AEN1523"
+HREF="Bv9ARM.ch06.html#AEN1563"
><B
CLASS="command"
>logging</B
@@ -471,7 +464,7 @@ CLASS="command"
></DT
><DT
>6.2.10. <A
-HREF="Bv9ARM.ch06.html#AEN1563"
+HREF="Bv9ARM.ch06.html#AEN1603"
><B
CLASS="command"
>logging</B
@@ -479,7 +472,7 @@ CLASS="command"
></DT
><DT
>6.2.11. <A
-HREF="Bv9ARM.ch06.html#AEN1821"
+HREF="Bv9ARM.ch06.html#AEN1873"
><B
CLASS="command"
>lwres</B
@@ -487,7 +480,7 @@ CLASS="command"
></DT
><DT
>6.2.12. <A
-HREF="Bv9ARM.ch06.html#AEN1845"
+HREF="Bv9ARM.ch06.html#AEN1897"
><B
CLASS="command"
>lwres</B
@@ -495,22 +488,38 @@ CLASS="command"
></DT
><DT
>6.2.13. <A
-HREF="Bv9ARM.ch06.html#AEN1864"
+HREF="Bv9ARM.ch06.html#AEN1916"
><B
CLASS="command"
->options</B
+>masters</B
> Statement Grammar</A
></DT
><DT
>6.2.14. <A
-HREF="Bv9ARM.ch06.html#AEN2092"
+HREF="Bv9ARM.ch06.html#AEN1931"
><B
CLASS="command"
->options</B
+>masters</B
> Statement Definition and Usage</A
></DT
><DT
>6.2.15. <A
+HREF="Bv9ARM.ch06.html#AEN1936"
+><B
+CLASS="command"
+>options</B
+> Statement Grammar</A
+></DT
+><DT
+>6.2.16. <A
+HREF="Bv9ARM.ch06.html#options"
+><B
+CLASS="command"
+>options</B
+> Statement Definition and Usage</A
+></DT
+><DT
+>6.2.17. <A
HREF="Bv9ARM.ch06.html#server_statement_grammar"
><B
CLASS="command"
@@ -518,7 +527,7 @@ CLASS="command"
> Statement Grammar</A
></DT
><DT
->6.2.16. <A
+>6.2.18. <A
HREF="Bv9ARM.ch06.html#server_statement_definition_and_usage"
><B
CLASS="command"
@@ -526,16 +535,16 @@ CLASS="command"
> Statement Definition and Usage</A
></DT
><DT
->6.2.17. <A
-HREF="Bv9ARM.ch06.html#AEN3019"
+>6.2.19. <A
+HREF="Bv9ARM.ch06.html#AEN3402"
><B
CLASS="command"
>trusted-keys</B
> Statement Grammar</A
></DT
><DT
->6.2.18. <A
-HREF="Bv9ARM.ch06.html#AEN3035"
+>6.2.20. <A
+HREF="Bv9ARM.ch06.html#AEN3418"
><B
CLASS="command"
>trusted-keys</B
@@ -543,23 +552,23 @@ CLASS="command"
and Usage</A
></DT
><DT
->6.2.19. <A
-HREF="Bv9ARM.ch06.html#AEN3043"
+>6.2.21. <A
+HREF="Bv9ARM.ch06.html#view_statement_grammar"
><B
CLASS="command"
>view</B
> Statement Grammar</A
></DT
><DT
->6.2.20. <A
-HREF="Bv9ARM.ch06.html#AEN3059"
+>6.2.22. <A
+HREF="Bv9ARM.ch06.html#AEN3440"
><B
CLASS="command"
>view</B
> Statement Definition and Usage</A
></DT
><DT
->6.2.21. <A
+>6.2.23. <A
HREF="Bv9ARM.ch06.html#zone_statement_grammar"
><B
CLASS="command"
@@ -568,8 +577,8 @@ CLASS="command"
Statement Grammar</A
></DT
><DT
->6.2.22. <A
-HREF="Bv9ARM.ch06.html#AEN3212"
+>6.2.24. <A
+HREF="Bv9ARM.ch06.html#AEN3614"
><B
CLASS="command"
>zone</B
@@ -579,7 +588,7 @@ CLASS="command"
></DD
><DT
>6.3. <A
-HREF="Bv9ARM.ch06.html#AEN3560"
+HREF="Bv9ARM.ch06.html#AEN4015"
>Zone File</A
></DT
><DD
@@ -591,7 +600,7 @@ HREF="Bv9ARM.ch06.html#types_of_resource_records_and_when_to_use_them"
></DT
><DT
>6.3.2. <A
-HREF="Bv9ARM.ch06.html#AEN3915"
+HREF="Bv9ARM.ch06.html#AEN4335"
>Discussion of MX Records</A
></DT
><DT
@@ -601,20 +610,20 @@ HREF="Bv9ARM.ch06.html#Setting_TTLs"
></DT
><DT
>6.3.4. <A
-HREF="Bv9ARM.ch06.html#AEN4036"
+HREF="Bv9ARM.ch06.html#AEN4456"
>Inverse Mapping in IPv4</A
></DT
><DT
>6.3.5. <A
-HREF="Bv9ARM.ch06.html#AEN4063"
+HREF="Bv9ARM.ch06.html#AEN4483"
>Other Zone File Directives</A
></DT
><DT
>6.3.6. <A
-HREF="Bv9ARM.ch06.html#AEN4121"
-><SPAN
+HREF="Bv9ARM.ch06.html#AEN4541"
+><ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> Master File Extension: the <B
CLASS="command"
>$GENERATE</B
@@ -627,9 +636,9 @@ CLASS="command"
><DT
>7. <A
HREF="Bv9ARM.ch07.html"
-><SPAN
+><ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
> 9 Security Considerations</A
></DT
><DD
@@ -641,7 +650,7 @@ HREF="Bv9ARM.ch07.html#Access_Control_Lists"
></DT
><DT
>7.2. <A
-HREF="Bv9ARM.ch07.html#AEN4213"
+HREF="Bv9ARM.ch07.html#AEN4658"
><B
CLASS="command"
>chroot</B
@@ -655,7 +664,7 @@ UNIX servers)</A
><DL
><DT
>7.2.1. <A
-HREF="Bv9ARM.ch07.html#AEN4236"
+HREF="Bv9ARM.ch07.html#AEN4681"
>The <B
CLASS="command"
>chroot</B
@@ -663,7 +672,7 @@ CLASS="command"
></DT
><DT
>7.2.2. <A
-HREF="Bv9ARM.ch07.html#AEN4254"
+HREF="Bv9ARM.ch07.html#AEN4699"
>Using the <B
CLASS="command"
>setuid</B
@@ -687,26 +696,26 @@ HREF="Bv9ARM.ch08.html"
><DL
><DT
>8.1. <A
-HREF="Bv9ARM.ch08.html#AEN4275"
+HREF="Bv9ARM.ch08.html#AEN4720"
>Common Problems</A
></DT
><DD
><DL
><DT
>8.1.1. <A
-HREF="Bv9ARM.ch08.html#AEN4277"
+HREF="Bv9ARM.ch08.html#AEN4722"
>It's not working; how can I figure out what's wrong?</A
></DT
></DL
></DD
><DT
>8.2. <A
-HREF="Bv9ARM.ch08.html#AEN4280"
+HREF="Bv9ARM.ch08.html#AEN4725"
>Incrementing and Changing the Serial Number</A
></DT
><DT
>8.3. <A
-HREF="Bv9ARM.ch08.html#AEN4285"
+HREF="Bv9ARM.ch08.html#AEN4730"
>Where Can I Get Help?</A
></DT
></DL
@@ -720,20 +729,20 @@ HREF="Bv9ARM.ch09.html"
><DL
><DT
>A.1. <A
-HREF="Bv9ARM.ch09.html#AEN4301"
->Acknowledgements</A
+HREF="Bv9ARM.ch09.html#AEN4746"
+>Acknowledgments</A
></DT
><DD
><DL
><DT
>A.1.1. <A
-HREF="Bv9ARM.ch09.html#AEN4303"
->A Brief History of the <SPAN
+HREF="Bv9ARM.ch09.html#AEN4748"
+>A Brief History of the <ACRONYM
CLASS="acronym"
->DNS</SPAN
-> and <SPAN
+>DNS</ACRONYM
+> and <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
></A
></DT
></DL
@@ -741,60 +750,43 @@ CLASS="acronym"
><DT
>A.2. <A
HREF="Bv9ARM.ch09.html#historical_dns_information"
->Historical <SPAN
+>General <ACRONYM
CLASS="acronym"
->DNS</SPAN
-> Information</A
-></DT
-><DD
-><DL
-><DT
->A.2.1. <A
-HREF="Bv9ARM.ch09.html#classes_of_resource_records"
->Classes of Resource Records</A
-></DT
-></DL
-></DD
-><DT
->A.3. <A
-HREF="Bv9ARM.ch09.html#AEN4342"
->General <SPAN
-CLASS="acronym"
->DNS</SPAN
+>DNS</ACRONYM
> Reference Information</A
></DT
><DD
><DL
><DT
->A.3.1. <A
+>A.2.1. <A
HREF="Bv9ARM.ch09.html#ipv6addresses"
->IPv6 addresses (A6)</A
+>IPv6 addresses (AAAA)</A
></DT
></DL
></DD
><DT
->A.4. <A
+>A.3. <A
HREF="Bv9ARM.ch09.html#bibliography"
>Bibliography (and Suggested Reading)</A
></DT
><DD
><DL
><DT
->A.4.1. <A
+>A.3.1. <A
HREF="Bv9ARM.ch09.html#rfcs"
>Request for Comments (RFCs)</A
></DT
><DT
->A.4.2. <A
+>A.3.2. <A
HREF="Bv9ARM.ch09.html#internet_drafts"
>Internet Drafts</A
></DT
><DT
->A.4.3. <A
-HREF="Bv9ARM.ch09.html#AEN4951"
->Other Documents About <SPAN
+>A.3.3. <A
+HREF="Bv9ARM.ch09.html#AEN5343"
+>Other Documents About <ACRONYM
CLASS="acronym"
->BIND</SPAN
+>BIND</ACRONYM
></A
></DT
></DL
diff --git a/usr.sbin/bind/doc/misc/dnssec b/usr.sbin/bind/doc/misc/dnssec
index 1800d027ea6..eaed6f32455 100644
--- a/usr.sbin/bind/doc/misc/dnssec
+++ b/usr.sbin/bind/doc/misc/dnssec
@@ -1,4 +1,5 @@
-Copyright (C) 2000-2003 Internet Software Consortium.
+Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2000-2002 Internet Software Consortium.
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
DNSSEC Release Notes
@@ -9,11 +10,10 @@ this release of BIND9.
OpenSSL Library Required
-To support DNSSEC, BIND 9 must be linked with version 0.9.6e or 0.9.7beta3
-or newer of the OpenSSL library (patched versions of 0.9.5a - 0.9.6d,
-0.9.7beta1 and 0.9.7beta2 will also be accepted: CERT CA-2002-23).
-As of BIND 9.2, the library is no longer included in the distribution - it
-must be provided by the operating system or installed separately.
+To support DNSSEC, BIND 9 must be linked with version 0.9.6e or newer of
+the OpenSSL library. As of BIND 9.2, the library is no longer
+included in the distribution - it must be provided by the operating
+system or installed separately.
To build BIND 9 with OpenSSL, use "configure --with-openssl". If
the OpenSSL library is installed in a nonstandard location, you can
@@ -38,14 +38,6 @@ When acting as an authoritative name server, BIND9 includes KEY, SIG
and NXT records in responses as specified in RFC2535 when the request
has the DO flag set in the query.
-Response generation for wildcard records in secure zones is not fully
-supported. Responses indicating the nonexistence of a name include a
-NXT record proving the nonexistence of the name itself, but do not
-include any NXT records to prove the nonexistence of a matching
-wildcard record. Positive responses resulting from wildcard expansion
-do not include the NXT records to prove the nonexistence of a
-non-wildcard match or a more specific wildcard match.
-
Secure Resolution
@@ -89,4 +81,4 @@ future as we consider them inferior to the use of TSIG or SIG(0) to
ensure the integrity of zone transfers.
-$ISC: dnssec,v 1.14.2.6 2003/03/06 04:38:20 marka Exp $
+$ISC: dnssec,v 1.14.2.6.4.4 2004/03/08 09:04:25 marka Exp $
diff --git a/usr.sbin/bind/doc/misc/migration b/usr.sbin/bind/doc/misc/migration
index dfe991d599c..5599c4bc85c 100644
--- a/usr.sbin/bind/doc/misc/migration
+++ b/usr.sbin/bind/doc/misc/migration
@@ -1,3 +1,4 @@
+Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
Copyright (C) 2000, 2001, 2003 Internet Software Consortium.
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
@@ -242,4 +243,4 @@ necessary, the umask should be set explicitly in the script used to
start the named process.
-$ISC: migration,v 1.37.2.4 2003/09/02 02:20:15 marka Exp $
+$ISC: migration,v 1.37.2.3.2.2 2004/03/06 13:16:19 marka Exp $