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 (may be the DNS 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/lib/named/master/example.net.zone
/var/lib/named/master/100.168.192.in-addr.arpa.zone
/var/lib/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/lib/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.
