; ; /etc/named.boot boot file for name server ; ; invocation: /etc/named -b /etc/named.boot ; /usr/sbin/named -b boot_file ; ; Check for error messages in /var/log/{messages,syslog} ; ; ; # kill -HUP named_pid ( /var/run/named.pid ) ; or ; # named.restart ; ; 27-Dec-96 amo Demo Setup for Virtual Domains ; ; ; where to find the data files ; directory /etc/DNS ; ; Root cache ; cache . db.root ; ; loopback ; primary 0.0.127.IN-ADDR.ARPA db.local ; ; ONLY if you are a Primary DNS for your domain: ; primary 196.147.198.IN-ADDR.ARPA db.class_C ; ; If you are a Secondary DNS machine: ; domain primary_DNS file to save it in ; ; secondary fef.com 198.147.196.8 /etc/DNS/fef.zx ; secondary 196.147.198.IN-ADDR.ARPA 198.147.196.8 /etc/DNS/198.147.196.zx ; ; This machine is the Primary Domain Name Server for these Virtual Domains ; ------------------------------------------------------------------------ ; NOTE: you will need to create db.Virt_1 and db.Virt_2 ; primary Virt_1.com db.Virt_1 primary Virt_2.com db.Virt_2 ; secondary Virt_3.org 198.147.196.8 /etc/DNS/Virt_3.zx ; ; If I don't know, look it up here ; forwarders 198.147.196.8 ; ; end of file