Name Server Operations Guide for BIND Release 4.9.5
: Files
: Sample Files
: Boot Files
Previous: Sample Files
Next: Remote Server / DNS Client
6.9.1. Boot Files
6.9.1.1. Primary Server
;
; Boot file for Primary Name Server
;
; type domain source file or host
;
directory /usr/local/adm/named
primary Berkeley.Edu ucbhosts
primary 32.128.in-addr.arpa ucbhosts.rev
primary 0.0.127.in-addr.arpa named.local
cache . root.cache
6.9.1.2. Secondary Server
;
; Boot file for Secondary Name Server
;
; type domain source file or host
;
directory /usr/local/adm/named
secondary Berkeley.Edu 128.32.0.4 128.32.0.10 ucbhosts.bak
secondary 32.128.in-addr.arpa 128.32.0.4 128.32.0.10 ucbhosts.rev.bak
primary 0.0.127.in-addr.arpa named.local
cache . root.cache
6.9.1.3. Caching Only Server
;
; Boot file for Caching Only Name Server
;
; type domain source file or host
;
directory /usr/local/adm/named
cache . root.cache
primary 0.0.127.in-addr.arpa named.local
Name Server Operations Guide for BIND Release 4.9.5
: Files
: Sample Files
: Boot Files
Previous: Sample Files
Next: Remote Server / DNS Client