DNS Configuration and Management Manual (G06.27+, H06.05+, J06.03+)

DNS Server Configuration
HP DNS Configuration and Management Manual529432-003
B-10
Master Server db.domain Files
Master Server db.domain Files
A master server has one /etc/dns-secure/db. domain file for each domain for which it is
authoritative. This file must contain an A (address) record for every host in the zone.
The sample file db.div contains the following types of records:
SOA
Start of Authority record. The SOA record designates the start of a domain and
indicates that this server is authoritative for the data in the domain.
The at sign (
@) represents the domain name when the domain name and the origin
are the same. The origin is the domain configured in this file, according to the
named.conf configuration file. The named.conf file denotes that the
div.inc.com
domain is configured in the db.div file. Therefore, every instance of
@ in the db.div
file represents
div.inc.com.
Example B-3. Sample db.domain File
;
; db.div
;
$TTL 86400
@ IN SOA rabbit.div.inc.com root.moon.div.inc.com (
1 ; Serial
10800 ; Refresh every 3 hours
3600 ; Retry every hour
604800 ; Expires after a week
86400 ; Minimum ttl of 1 day
IN NS rabbit.div.inc.com
IN NS indigo.div.inc.com
localhost IN A 127.0.0.1
indigo IN A 15.19.8.197
IN A 15.19.13.197
IN HINFO HP9000/840 HPUX
incindigo IN CNAME indigo
cheetah IN A 15.19.8.64
IN HINFO HP9000/850 HPUX
IN WKS 15.19.8.64 UPD syslog domain route
IN WKS 15.19.8.64 TCP (telnet smtp ftp shell domain)
rabbit IN MX 5 rabbit.div.inc.com
IN MX 10 indigo.div.inc.com
rabbit IN A 15.19.8.119