Add new hosts to dns.

This commit is contained in:
Markus 2017-01-17 12:44:46 +01:00
parent 4bad44c464
commit 5980848421
2 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
$ORIGIN 23.172.in-addr.arpa. ; base for unqualified names $ORIGIN 23.172.in-addr.arpa. ; base for unqualified names
$TTL 1h ; default time-to-live $TTL 1h ; default time-to-live
@ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. ( @ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. (
2016123001; serial 2017011601; serial
1d; refresh 1d; refresh
2h; retry 2h; retry
4w; expire 4w; expire
@ -17,7 +17,7 @@ $TTL 1h ; default time-to-live
254.1 IN PTR v2301.core.binary.kitchen. 254.1 IN PTR v2301.core.binary.kitchen.
; Services ; Services
1.2 IN PTR aveta.binary.kitchen. 1.2 IN PTR aveta.binary.kitchen.
2.2 IN PTR salat.binary.kitchen. 3.2 IN PTR bacon.binary.kitchen.
4.2 IN PTR sulis.binary.kitchen. 4.2 IN PTR sulis.binary.kitchen.
6.2 IN PTR nabia.binary.kitchen. 6.2 IN PTR nabia.binary.kitchen.
7.2 IN PTR taranis.binary.kitchen. 7.2 IN PTR taranis.binary.kitchen.
@ -36,6 +36,7 @@ $GENERATE 1-240 $.3 IN PTR dhcp-${0,3,d}-03.binary.kitchen.
$GENERATE 1-240 $.4 IN PTR dhcp-${0,3,d}-04.binary.kitchen. $GENERATE 1-240 $.4 IN PTR dhcp-${0,3,d}-04.binary.kitchen.
254.4 IN PTR v2304.core.binary.kitchen. 254.4 IN PTR v2304.core.binary.kitchen.
; Management RZ ; Management RZ
23.8 IN PTR cernunnos.binary.kitchen.
61.8 IN PTR ruben.binary.kitchen. 61.8 IN PTR ruben.binary.kitchen.
81.8 IN PTR ruben-bmc.binary.kitchen. 81.8 IN PTR ruben-bmc.binary.kitchen.
254.8 IN PTR switch0.erx-rz.binary.kitchen. 254.8 IN PTR switch0.erx-rz.binary.kitchen.

View File

@ -1,7 +1,7 @@
$ORIGIN binary.kitchen ; base for unqualified names $ORIGIN binary.kitchen ; base for unqualified names
$TTL 1h ; default time-to-live $TTL 1h ; default time-to-live
@ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. ( @ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. (
2016123001; serial 2017011601; serial
1d; refresh 1d; refresh
2h; retry 2h; retry
4w; expire 4w; expire
@ -35,7 +35,7 @@ kraut-bmc IN A 172.23.1.81
v2301.core IN A 172.23.1.254 v2301.core IN A 172.23.1.254
; Services ; Services
aveta IN A 172.23.2.1 aveta IN A 172.23.2.1
salat IN A 172.23.2.2 bacon IN A 172.23.2.3
sulis IN A 172.23.2.4 sulis IN A 172.23.2.4
nabia IN A 172.23.2.6 nabia IN A 172.23.2.6
taranis IN A 172.23.2.7 taranis IN A 172.23.2.7
@ -54,6 +54,7 @@ v2303.core IN A 172.23.3.254
$GENERATE 1-240 dhcp-${0,3,d}-04 IN A 172.23.4.$ $GENERATE 1-240 dhcp-${0,3,d}-04 IN A 172.23.4.$
v2304.core IN A 172.23.4.254 v2304.core IN A 172.23.4.254
; Management RZ ; Management RZ
cernunnos IN A 172.23.8.23
ruben IN A 172.23.8.61 ruben IN A 172.23.8.61
ruben-bmc IN A 172.23.8.81 ruben-bmc IN A 172.23.8.81
switch0.erx-rz IN A 172.23.8.254 switch0.erx-rz IN A 172.23.8.254