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

DNS Server Configuration
HP DNS Configuration and Management Manual529432-003
B-2
Master Server Configuration File
Figure B-1 shows the structure of a master server and a slave server.
Example B-1. Configuration File for Master Server Authoritative for Domain
div.inc.com and Network 15.19.8
#
# type domain source file
#
option {
directory "/etc/dns-secure/named.data";
};
zone "0.0.127.IN-ADDR.ARPA" {
type master;
file "db.127.0.0";
};
zone "div.inc.com" {
type master;
file "db.div";
};
zone "8.19.15.IN-ADDR.ARPA" {
type master;
file "db.15.19.8";
};
zone "." {
type hint;
file "db.cache";
};
Figure B-1. Structure of a Master Server and Slave Servers
VST003.vsd
Slave
cheetah.div.inc.com
Slave
indigo.div.inc.com
Master
rabbit.div.inc.com
15.19.8.197 15.19.8.64
15.19.8.119