New hosts: ap03, klopi.

This commit is contained in:
Markus 2017-03-21 20:42:58 +01:00
parent 1cbb6e7f1d
commit fa23c6281b
3 changed files with 11 additions and 2 deletions

View File

@ -94,6 +94,11 @@ host homer {
fixed-address homer.binary.kitchen;
}
host klopi {
hardware ethernet 74:da:38:6e:e6:9d;
fixed-address klopi.binary.kitchen;
}
host lock {
hardware ethernet b8:27:eb:5d:e7:6e;
fixed-address lock.binary.kitchen;

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. (
2017031901; serial
2017032101; serial
1d; refresh
2h; retry
4w; expire
@ -13,6 +13,7 @@ $TTL 1h ; default time-to-live
11.1 IN PTR apcusv.binary.kitchen.
41.1 IN PTR ap01.binary.kitchen.
42.1 IN PTR ap02.binary.kitchen.
43.1 IN PTR ap03.binary.kitchen.
61.1 IN PTR kraut.binary.kitchen.
81.1 IN PTR kraut-bmc.binary.kitchen.
; Services
@ -33,6 +34,7 @@ $TTL 1h ; default time-to-live
; Clients
1.3 IN PTR v2303.core.binary.kitchen.
$GENERATE 10-240 $.3 IN PTR dhcp-${0,3,d}-03.binary.kitchen.
241.3 IN PTR klopi.binary.kitchen.
; MQTT
1.4 IN PTR v2304.core.binary.kitchen.
5.4 IN PTR sushi.mqtt.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. (
2017031901; serial
2017032101; serial
1d; refresh
2h; retry
4w; expire
@ -27,6 +27,7 @@ v2301.core IN A 172.23.1.1
apcusv IN A 172.23.1.11
ap01 IN A 172.23.1.41
ap02 IN A 172.23.1.42
ap03 IN A 172.23.1.43
kraut IN A 172.23.1.61
kraut-bmc IN A 172.23.1.81
; Services
@ -47,6 +48,7 @@ spiegelei IN A 172.23.2.91
; Clients
v2303.core IN A 172.23.3.1
$GENERATE 1-240 dhcp-${0,3,d}-03 IN A 172.23.3.$
klopi IN A 172.23.3.241
; MQTT
v2304.core IN A 172.23.4.1
sushi.mqtt IN A 172.23.4.5