Added DNS and DHCP config for host openhabgw1

This commit is contained in:
Thomas Basler 2021-09-13 20:52:54 +02:00 committed by Markus Hauschild
parent 24e5d5d3fb
commit 60cfb76658
3 changed files with 7 additions and 0 deletions

View File

@ -213,6 +213,11 @@ host noodlehub {
fixed-address noodlehub.binary.kitchen;
}
host openhabgw1 {
hardware ethernet dc:a6:32:bf:e2:3e;
fixed-address openhabgw1.mqtt.binary.kitchen;
}
host pizza {
hardware ethernet 52:54:00:17:02:21;
fixed-address pizza.binary.kitchen;

View File

@ -70,6 +70,7 @@ $GENERATE 10-240 $.4 IN PTR dhcp-${0,3,d}-04.binary.kitchen.
242.4 IN PTR habdisplay2.mqtt.binary.kitchen.
245.4 IN PTR logo1.mqtt.binary.kitchen.
246.4 IN PTR logo2.mqtt.binary.kitchen.
251.4 IN PTR openhabgw1.mqtt.binary.kitchen.
; Management RZ
1.9 IN PTR switch0.erx-rz.binary.kitchen.
61.9 IN PTR salat.binary.kitchen.

View File

@ -93,6 +93,7 @@ habdisplay1.mqtt IN A 172.23.4.241
habdisplay2.mqtt IN A 172.23.4.242
logo1.mqtt IN A 172.23.4.245
logo2.mqtt IN A 172.23.4.246
openhabgw1.mqtt IN A 172.23.4.251
; Management RZ
switch0.erx-rz IN A 172.23.9.1
salat IN A 172.23.9.61