Sample configuration for a domain and two networks with BIND.


1 domain:     example.net
1 server:     lisa.example.net
5 hosts:      test1, test2, test3, test101, test102
2 networks:   172.16.50.0/24, 192.168.100.0/24

nameserver:   192.0.2.1 (the DNS server of the provider)

Hosts:
------
lisa.example.net     172.16.50.1
                     192.168.100.1
test1.example.net    172.168.50.101
test2.example.net    172.168.50.102
test3.example.net    172.168.50.103
test101.example.net  192.168.100.101
test102.example.net  192.168.100.102

Files:
------
/etc/named.d/172.16.50.conf
/etc/named.d/192.168.100.conf
/etc/named.d/example.net.conf
/var__NSD__/named/master/example.net.zone
/var__NSD__/named/master/100.168.192.in-addr.arpa.zone
/var__NSD__/named/master/50.16.172.in-addr.arpa.zone

To enable this example configuration copy all files from the named.d directory
to /etc/named.d and all from the master directory to /var__NSD__/named/master

Add 172.16.50.conf, 192.168.100.conf and example.net.conf seperated by a space
to NAMED_CONF_INCLUDE_FILES of /etc/sysconfig/named by using your favourite
editor or the YaST sysconfig editor.

The files from ISC-exsamples/ are not needed for this setup.  They are grabbed
from bin/test/ of the BIND distribution tar ball.
