HP-UX IP Address and Client Management Administrator's Guide HP-UX 11i v2, HP-UX 11i v3
Table 1-8 Zone Transfer Options
DescriptionOption
This option defines a global list of IP addresses of name servers to
which NOTIFY messages are sent, in addition to the servers listed in
the zone's NS records when a fresh copy of the zone is loaded.
also-notify { ( ip_addr [ port
ip_port ] ; )... };
This option specifies an alternate transfer source IPv4 address, if the
transfer source address listed in transfer-source option fails and if
the use-alt-transfer-source option is set.
alt-transfer-source ( ip4_addr |
* ) [ port ip_port ];
This option specifies an alternate transfer source IPv6 address, if the
transfer source address listed in transfer-source-v6 fails and if
use-alt-transfer-source is set.
alt-transfer-source-v6 (ip6_addr|*
) [ port ip_port ];
Specifies the time period after which inbound zone transfers
(named-xfer processes) must be terminated. The default value is
120 minutes (2 hours).
max-transfer-time-in number;
This option terminates inbound zone transfers making no progress
in the specified period. The default value is 60 minutes.
max-transfer-idle-in;
This option terminates outbound zone transfers running longer than
the specified time. The default value is 120 minutes.
max-transfer-time-out;
This option terminates outbound zone transfers making no progress
in the specified period. The default value is 60 minutes.
max-transfer-idle-out;
The server supports two zone transfer methods: one-answer and
many-answers. The first method uses one DNS message for every
resource record transferred. The second method packs many resource
records into one message. many-answers is more efficient than
one-answer, but is only compatible with BIND 8.1.2 and patched
versions of BIND 4.9.7. The default is one-answer.
You can override a transfer-format statement with a server
statement on a per-server basis.
transfer-format (one-answer |
many-answers );
This option specifies the maximum number of inbound zone transfers
that can run concurrently. The default value is 10. Increasing the value
of the transfer-in option speeds up the coverage of slave zones.
It also increases the load on the local system.
transfer-in number;
This option specifies the maximum number of outbound zone transfer
that run concurrently.
transfers-out number;
This option specifies the maximum number of inbound zone transfers
(named-xfer processes) that run concurrently from a given remote
name server. The default value is 2. Increasing the value of
transfers-per-ns speeds up the convergence of slave zones. It
also increases the load on the remote name server.
You can override the transfers-per-ns on a per-server basis by
using the transfers option of the server statement.
transfers-per-ns number;
This option specifies the IPv4 address for inbound zone updates,
which is also the source address for refresh queries and forwarded
dynamic updates. If not set, it defaults to a system-controlled value,
which is usually the address of the interface close to the remote end.
transfer-source
This option is similar to transfer-source, except that zone
transfers are performed using an IPv6 address.
transfer-source-v6
This option specifies whether the name server must use the alternate
transfer sources. This option defaults to no if views are specified;
otherwise, this option defaults to yes (for BIND 8 compatibility).
use-alt-transfer-sourc e
yes_or_no;
BIND Name Service Overview 35