First approach

Use loopback /32 addresses for everything in order to save broadcast/network addresses.
Those /32 loopback addresses are to be distributed via OSPF.
This commit is contained in:
Nico Schümann 2015-06-04 22:52:42 +02:00
commit b55030ae96
2 changed files with 78 additions and 0 deletions

View file

@ -33,6 +33,14 @@ zone "112.10.in-addr.arpa" IN {
allow-update { key srv01-zone-key.; };
};
#The reverse Zone for our public IPv4 subnet
zone "224.96.193.in-addr.arpa" IN {
type master;
file "/etc/bind/master/db.arpa.in-addr.193.96.224";
allow-transfer { any; };
allow-update { key srv01-zone-key.; };
};
#And the reverse Zone for our IPv6 prefix
zone "7.6.2.2.3.0.a.2.ip6.arpa" IN {
type master;