Reserve DNS/IPs for new network equipment.

This commit is contained in:
Markus 2017-06-05 21:39:41 +02:00
parent 05e54ced02
commit 438ed4e24e
2 changed files with 10 additions and 2 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. (
2017032101; serial 2017032701; serial
1d; refresh 1d; refresh
2h; retry 2h; retry
4w; expire 4w; expire
@ -11,11 +11,15 @@ $TTL 1h ; default time-to-live
; Management ; Management
1.1 IN PTR v2301.core.binary.kitchen. 1.1 IN PTR v2301.core.binary.kitchen.
11.1 IN PTR apcusv.binary.kitchen. 11.1 IN PTR apcusv.binary.kitchen.
;21.1 IN PTR sw01.binary.kitchen.
;22.1 IN PTR sw02.binary.kitchen.
41.1 IN PTR ap01.binary.kitchen. 41.1 IN PTR ap01.binary.kitchen.
42.1 IN PTR ap02.binary.kitchen. 42.1 IN PTR ap02.binary.kitchen.
43.1 IN PTR ap03.binary.kitchen. 43.1 IN PTR ap03.binary.kitchen.
61.1 IN PTR kraut.binary.kitchen. 61.1 IN PTR kraut.binary.kitchen.
81.1 IN PTR kraut-bmc.binary.kitchen. 81.1 IN PTR kraut-bmc.binary.kitchen.
;101.1 IN PTR nbe-w13b.binary.kitchen.
;102.1 IN PTR nbe-tr8.binary.kitchen.
; Services ; Services
1.2 IN PTR v2302.core.binary.kitchen. 1.2 IN PTR v2302.core.binary.kitchen.
2.2 IN PTR ns.binary.kitchen. 2.2 IN PTR ns.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. (
2017032101; serial 2017032701; serial
1d; refresh 1d; refresh
2h; retry 2h; retry
4w; expire 4w; expire
@ -25,11 +25,15 @@ radius2 IN A 172.23.2.4
; Management ; Management
v2301.core IN A 172.23.1.1 v2301.core IN A 172.23.1.1
apcusv IN A 172.23.1.11 apcusv IN A 172.23.1.11
;sw01 IN A 172.23.1.21
;sw02 IN A 172.23.1.22
ap01 IN A 172.23.1.41 ap01 IN A 172.23.1.41
ap02 IN A 172.23.1.42 ap02 IN A 172.23.1.42
ap03 IN A 172.23.1.43 ap03 IN A 172.23.1.43
kraut IN A 172.23.1.61 kraut IN A 172.23.1.61
kraut-bmc IN A 172.23.1.81 kraut-bmc IN A 172.23.1.81
;nbe-w13b IN A 172.23.1.101
;nbe-tr8 IN A 172.23.1.102
; Services ; Services
v2302.core IN A 172.23.2.1 v2302.core IN A 172.23.2.1
ns IN A 172.23.2.2 ns IN A 172.23.2.2