Added DNS and DHCP config for habdisplay[1-2]

This commit is contained in:
Thomas Basler 2021-09-13 20:33:23 +02:00 committed by Markus Hauschild
parent b89409207b
commit f54e173040
3 changed files with 14 additions and 0 deletions

View File

@ -168,6 +168,16 @@ host garlic {
fixed-address garlic.binary.kitchen;
}
host habdisplay1 {
hardware ethernet b8:27:eb:b6:62:be;
fixed-address habdisplay1.mqtt.binary.kitchen;
}
host habdisplay2 {
hardware ethernet b8:27:eb:df:0b:7b;
fixed-address habdisplay2.mqtt.binary.kitchen;
}
host klopi {
hardware ethernet 74:da:38:6e:e6:9d;
fixed-address klopi.binary.kitchen;

View File

@ -66,6 +66,8 @@ $GENERATE 10-230 $.3 IN PTR dhcp-${0,3,d}-03.binary.kitchen.
1.4 IN PTR v2304.core.binary.kitchen.
6.4 IN PTR pizza.mqtt.binary.kitchen.
$GENERATE 10-240 $.4 IN PTR dhcp-${0,3,d}-04.binary.kitchen.
241.4 IN PTR habdisplay1.mqtt.binary.kitchen.
242.4 IN PTR habdisplay2.mqtt.binary.kitchen.
; Management RZ
1.9 IN PTR switch0.erx-rz.binary.kitchen.
61.9 IN PTR salat.binary.kitchen.

View File

@ -89,6 +89,8 @@ noodlehub IN A 172.23.3.251
v2304.core IN A 172.23.4.1
pizza.mqtt IN A 172.23.4.6
$GENERATE 10-240 dhcp-${0,3,d}-04 IN A 172.23.4.$
habdisplay1.mqtt IN A 172.23.4.241
habdisplay2.mqtt IN A 172.23.4.242
; Management RZ
switch0.erx-rz IN A 172.23.9.1
salat IN A 172.23.9.61