mirror of
https://codeberg.org/freifunkhamburg/bind.git
synced 2025-09-05 20:51:40 +02:00
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:
parent
0b375a26c7
commit
b55030ae96
2 changed files with 78 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue