new host: noodlehub
This commit is contained in:
parent
9c4f889402
commit
411243aeef
@ -148,6 +148,11 @@ host mpcnc {
|
|||||||
fixed-address mpcnc.binary.kitchen;
|
fixed-address mpcnc.binary.kitchen;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
host noodlehub {
|
||||||
|
hardware ethernet b8:27:eb:eb:e5:88;
|
||||||
|
fixed-address noodlehub.binary.kitchen;
|
||||||
|
}
|
||||||
|
|
||||||
host pizza {
|
host pizza {
|
||||||
hardware ethernet 52:54:00:17:02:21;
|
hardware ethernet 52:54:00:17:02:21;
|
||||||
fixed-address pizza.binary.kitchen;
|
fixed-address pizza.binary.kitchen;
|
||||||
|
@ -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. (
|
||||||
2019090701; serial
|
2019093001; serial
|
||||||
1d; refresh
|
1d; refresh
|
||||||
2h; retry
|
2h; retry
|
||||||
4w; expire
|
4w; expire
|
||||||
@ -62,6 +62,7 @@ $GENERATE 10-230 $.3 IN PTR dhcp-${0,3,d}-03.binary.kitchen.
|
|||||||
248.3 IN PTR pve02.tmp.binary.kitchen.
|
248.3 IN PTR pve02.tmp.binary.kitchen.
|
||||||
249.3 IN PTR ffrgb.binary.kitchen.
|
249.3 IN PTR ffrgb.binary.kitchen.
|
||||||
250.3 IN PTR cannelloni.binary.kitchen.
|
250.3 IN PTR cannelloni.binary.kitchen.
|
||||||
|
251.3 IN PTR noodlehub.binary.kitchen.
|
||||||
; MQTT
|
; MQTT
|
||||||
1.4 IN PTR v2304.core.binary.kitchen.
|
1.4 IN PTR v2304.core.binary.kitchen.
|
||||||
6.4 IN PTR pizza.mqtt.binary.kitchen.
|
6.4 IN PTR pizza.mqtt.binary.kitchen.
|
||||||
|
@ -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. (
|
||||||
2019090701; serial
|
2019093001; serial
|
||||||
1d; refresh
|
1d; refresh
|
||||||
2h; retry
|
2h; retry
|
||||||
4w; expire
|
4w; expire
|
||||||
@ -76,6 +76,7 @@ pve02-bmc.tmp IN A 172.23.3.247
|
|||||||
pve02.tmp IN A 172.23.3.248
|
pve02.tmp IN A 172.23.3.248
|
||||||
ffrgb IN A 172.23.3.249
|
ffrgb IN A 172.23.3.249
|
||||||
cannelloni IN A 172.23.3.250
|
cannelloni IN A 172.23.3.250
|
||||||
|
noodlehub IN A 172.23.3.251
|
||||||
; MQTT
|
; MQTT
|
||||||
v2304.core IN A 172.23.4.1
|
v2304.core IN A 172.23.4.1
|
||||||
pizza.mqtt IN A 172.23.4.6
|
pizza.mqtt IN A 172.23.4.6
|
||||||
|
Loading…
Reference in New Issue
Block a user