Reverse zone for 100.64.112.0/24

This commit is contained in:
Nico Schümann 2016-04-07 15:53:22 +02:00
commit 1c3720e306
2 changed files with 78 additions and 0 deletions

View file

@ -70,6 +70,14 @@ zone "112.10.in-addr.arpa" IN {
allow-update { key srv01-zone-key.; };
};
#And the reverse Zone for our IPv4 transfer net
zone "112.64.100.in-addr.arpa" IN {
type master;
file "/etc/bind/master/db.arpa.in-addr.100.64.112";
allow-transfer { any; };
allow-update { key srv01-zone-key.; };
};
#The reverse Zone for our public IPv4 subnet
zone "224.96.193.in-addr.arpa" IN {
type master;