HP-UX IP Address and Client Management Administrator's Guide HP-UX 11i v2, HP-UX 11i v3
Server Information Zone Options
Table 1-14 describes the server information zone options in the /etc/named.conf file.
Table 1-14 Server Information Zone Options
DescriptionOption
Specifies the host name to which the server must report, using the
hostname.bind query with type TXT and class CHAOS. This option defaults
to the host name of the system that host the name server.
hostname hostname_string;
Specifies the server ID to which the server must report, using the
ID.SERVER query with type TXT and class CHAOS. The default value of
this option is none.
server-id server_id_string;
Specifies the version to which the server must report, using the
version.bind query with type TXT and class CHAOS. The default value
is the real version number of the server.
version version_string;
Bad UDP Port List Options
Section describes the bad UDP port list options.
Table 1-15 Bad UDP Port List Options
DescriptionOption
Specifies a list of IPv4 and IPv6 UDP ports that are not used as system
assigned source ports for UDP sockets. These lists prevent named from
choosing a port, which is blocked by a firewall, as the random source port.
If a query passes through a source port that is blocked by the firewall, the
response does not get across the firewall and the name server must query
again.
avoid-v4-udp-ports {port_list
};
avoid-v6-udp-ports {port_list
};
Query Address Options
Table 1-16 describes the query address options.
Table 1-16 Query Address Options
DescriptionOption
Specifies the address and the port used to query other name servers if a
server is unable to answer a query.
query-source [ address
(ip_addr |*)]
[port(ip_port|*)] ;
Specifies the address and the port used for queries that are sent over an
IPv6 connection.
query-source-v6 [ address
(ip_addr |*)]
[port(ip_port|*)] ;
RR Set Ordering Option
When multiple records are returned in a answer, you must configure the order of the records
placed in the response. The rrset-order option enables you to configure the order of the
records in a multiple record response.
Following is the syntax of the rrset-order option:
rrset-order { [ class class_name ] [ type type_name ] [ name
"domain_name" ] order ordering}
Following is an example of the rrset-order option:
rrset-order { class IN type A name "host.example.com" order random;
order cyclic; };
38 Overview