IP/DNS changes.

This commit is contained in:
Markus 2017-02-17 21:16:09 +01:00
parent b00e335278
commit 12742d569d
3 changed files with 23 additions and 18 deletions

View File

@ -52,7 +52,7 @@ subnet 172.23.1.0 netmask 255.255.255.0 {}
# Services # Services
subnet 172.23.2.0 netmask 255.255.255.0 { subnet 172.23.2.0 netmask 255.255.255.0 {
option routers 172.23.2.254; option routers 172.23.2.1;
} }
# Members # Members

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. (
2017012302; serial 2017020901; serial
1d; refresh 1d; refresh
2h; retry 2h; retry
4w; expire 4w; expire
@ -9,18 +9,19 @@ $TTL 1h ; default time-to-live
) )
IN NS ns.binary.kitchen. IN NS ns.binary.kitchen.
; Management ; Management
1.1 IN PTR v2301.core.binary.kitchen.
11.1 IN PTR apcusv.binary.kitchen. 11.1 IN PTR apcusv.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.
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.
254.1 IN PTR v2301.core.binary.kitchen.
; Services ; Services
1.2 IN PTR aveta.binary.kitchen. 1.2 IN PTR v2302.core.binary.kitchen.
2.2 IN PTR ns.binary.kitchen.
3.2 IN PTR bacon.binary.kitchen. 3.2 IN PTR bacon.binary.kitchen.
4.2 IN PTR aveta.binary.kitchen.
5.2 IN PTR sulis.binary.kitchen. 5.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.
11.2 IN PTR homer.binary.kitchen. 11.2 IN PTR homer.binary.kitchen.
12.2 IN PTR lock.binary.kitchen. 12.2 IN PTR lock.binary.kitchen.
13.2 IN PTR matrix.binary.kitchen. 13.2 IN PTR matrix.binary.kitchen.
@ -28,12 +29,12 @@ $TTL 1h ; default time-to-live
44.2 IN PTR cashdesk.binary.kitchen. 44.2 IN PTR cashdesk.binary.kitchen.
60.2 IN PTR punsch.binary.kitchen. 60.2 IN PTR punsch.binary.kitchen.
91.2 IN PTR spiegelei.binary.kitchen. 91.2 IN PTR spiegelei.binary.kitchen.
254.2 IN PTR v2302.core.binary.kitchen. ; Clients
; Members
1.3 IN PTR v2303.core.binary.kitchen. 1.3 IN PTR v2303.core.binary.kitchen.
$GENERATE 10-240 $.3 IN PTR dhcp-${0,3,d}-03.binary.kitchen. $GENERATE 10-240 $.3 IN PTR dhcp-${0,3,d}-03.binary.kitchen.
; Guests ; MQTT
1.4 IN PTR v2304.core.binary.kitchen. 1.4 IN PTR v2304.core.binary.kitchen.
5.4 IN PTR sushi.mqtt.binary.kitchen.
$GENERATE 10-240 $.4 IN PTR dhcp-${0,3,d}-04.binary.kitchen. $GENERATE 10-240 $.4 IN PTR dhcp-${0,3,d}-04.binary.kitchen.
; Management RZ ; Management RZ
23.8 IN PTR cernunnos.binary.kitchen. 23.8 IN PTR cernunnos.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. (
2017012302; serial 2017020901; serial
1d; refresh 1d; refresh
2h; retry 2h; retry
4w; expire 4w; expire
@ -12,26 +12,30 @@ $TTL 1h ; default time-to-live
IN A 213.166.246.4 IN A 213.166.246.4
www IN A 213.166.246.4 www IN A 213.166.246.4
; Aliases ; Aliases
ldap IN A 172.23.2.1 ldap IN A 172.23.2.3
ldap IN A 172.23.2.4
ldap IN A 213.166.246.2 ldap IN A 213.166.246.2
ldap1 IN A 172.23.2.1 ldap1 IN A 172.23.2.3
ldap2 IN A 213.166.246.2 ldap2 IN A 172.23.2.4
ldapm IN A 213.166.246.2 ldapm IN A 213.166.246.2
librenms IN A 172.23.2.6 librenms IN A 172.23.2.6
racktables IN A 172.23.2.6 racktables IN A 172.23.2.6
radius1 IN A 172.23.2.3
radius2 IN A 172.23.2.4
; Management ; Management
v2301.core IN A 172.23.1.1
apcusv IN A 172.23.1.11 apcusv IN A 172.23.1.11
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
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
v2301.core IN A 172.23.1.254
; Services ; Services
aveta IN A 172.23.2.1 v2302.core IN A 172.23.2.1
ns IN A 172.23.2.2
bacon IN A 172.23.2.3 bacon IN A 172.23.2.3
aveta IN A 172.23.2.4
sulis IN A 172.23.2.5 sulis IN A 172.23.2.5
nabia IN A 172.23.2.6 nabia IN A 172.23.2.6
taranis IN A 172.23.2.7
homer IN A 172.23.2.11 homer IN A 172.23.2.11
lock IN A 172.23.2.12 lock IN A 172.23.2.12
matrix IN A 172.23.2.13 matrix IN A 172.23.2.13
@ -39,12 +43,12 @@ sushi IN A 172.23.2.35
cashdesk IN A 172.23.2.44 cashdesk IN A 172.23.2.44
punsch IN A 172.23.2.60 punsch IN A 172.23.2.60
spiegelei IN A 172.23.2.91 spiegelei IN A 172.23.2.91
v2302.core IN A 172.23.2.254 ; Clients
; Members
v2303.core IN A 172.23.3.1 v2303.core IN A 172.23.3.1
$GENERATE 1-240 dhcp-${0,3,d}-03 IN A 172.23.3.$ $GENERATE 1-240 dhcp-${0,3,d}-03 IN A 172.23.3.$
; Guests ; MQTT
v2304.core IN A 172.23.4.1 v2304.core IN A 172.23.4.1
sushi.mqtt IN A 172.23.4.5
$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.$
; Management RZ ; Management RZ
cernunnos IN A 172.23.8.23 cernunnos IN A 172.23.8.23