dns: update IPs

This commit is contained in:
Markus 2018-05-14 20:02:18 +02:00
parent ce8959a1d2
commit 197af9ee3f
2 changed files with 6 additions and 12 deletions

View File

@ -1,7 +1,7 @@
$ORIGIN 23.172.in-addr.arpa. ; base for unqualified names
$TTL 1h ; default time-to-live
@ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. (
2018043001; serial
2018051401; serial
1d; refresh
2h; retry
4w; expire
@ -62,14 +62,11 @@ $GENERATE 10-240 $.4 IN PTR dhcp-${0,3,d}-04.binary.kitchen.
1.10 IN PTR vtun0.erx-rz.binary.kitchen.
$GENERATE 2-254 $.10 IN PTR vpn-${0,3,d}-10.binary.kitchen.
; Point-to-Point
1.96 IN PTR v400.rtr1.binary.kitchen.
2.96 IN PTR gi-1-0-48.core.binary.kitchen.
5.96 IN PTR v401.rtr1.binary.kitchen.
6.96 IN PTR eth0.erx-bk.binary.kitchen.
1.96 IN PTR v400.erx-bk.binary.kitchen.
2.96 IN PTR v400.core.binary.kitchen.
1.97 IN PTR vtun1.erx-rz.binary.kitchen.
2.97 IN PTR vtun1.erx-bk.binary.kitchen.
; Loopback
1.99 IN PTR core.binary.kitchen.
2.99 IN PTR rtr1.binary.kitchen.
3.99 IN PTR erx-bk.binary.kitchen.
4.99 IN PTR erx-rz.binary.kitchen.

View File

@ -1,7 +1,7 @@
$ORIGIN binary.kitchen ; base for unqualified names
$TTL 1h ; default time-to-live
@ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. (
2018043001; serial
2018051401; serial
1d; refresh
2h; retry
4w; expire
@ -75,14 +75,11 @@ switch0.erx-rz IN A 172.23.8.254
; VPN RZ
$GENERATE 2-254 vpn-${0,3,d}-10 IN A 172.23.10.$
; Point-to-Point
v400.rtr1 IN A 172.23.96.1
gi-1-0-48.core IN A 172.23.96.2
v401.rtr1 IN A 172.23.96.5
eth0.erx-bk IN A 172.23.96.6
v400.erx-bk IN A 172.23.96.1
v400.core IN A 172.23.96.2
vtun1.erx-rz IN A 172.23.97.1
vtun1.erx-bk IN A 172.23.97.2
; Loopback
core IN A 172.23.99.1
rtr1 IN A 172.23.99.2
erx-bk IN A 172.23.99.3
erx-rz IN A 172.23.99.4