forked from infra/ansible
DNS and DHCP update: obazda, garlic
This commit is contained in:
parent
2bebcc16a3
commit
e24a9ede41
@ -96,6 +96,11 @@ host cashdesk {
|
|||||||
fixed-address cashdesk.binary.kitchen;
|
fixed-address cashdesk.binary.kitchen;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
host garlic {
|
||||||
|
hardware ethernet b8:27:eb:56:2b:7c;
|
||||||
|
fixed-address garlic.binary.kitchen;
|
||||||
|
}
|
||||||
|
|
||||||
host homer {
|
host homer {
|
||||||
hardware ethernet b8:27:eb:24:b2:12;
|
hardware ethernet b8:27:eb:24:b2:12;
|
||||||
fixed-address homer.binary.kitchen;
|
fixed-address homer.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. (
|
||||||
2018041601; serial
|
2018043001; serial
|
||||||
1d; refresh
|
1d; refresh
|
||||||
2h; retry
|
2h; retry
|
||||||
4w; expire
|
4w; expire
|
||||||
@ -42,12 +42,13 @@ $TTL 1h ; default time-to-live
|
|||||||
60.2 IN PTR punsch.binary.kitchen.
|
60.2 IN PTR punsch.binary.kitchen.
|
||||||
62.2 IN PTR bowle.binary.kitchen.
|
62.2 IN PTR bowle.binary.kitchen.
|
||||||
91.2 IN PTR spiegelei.binary.kitchen.
|
91.2 IN PTR spiegelei.binary.kitchen.
|
||||||
92.2 IN PTR obatzda.binary.kitchen.
|
92.2 IN PTR obazda.binary.kitchen.
|
||||||
; Clients
|
; Clients
|
||||||
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.
|
||||||
241.3 IN PTR klopi.binary.kitchen.
|
241.3 IN PTR klopi.binary.kitchen.
|
||||||
242.3 IN PTR spaghetti.binary.kitchen.
|
242.3 IN PTR spaghetti.binary.kitchen.
|
||||||
|
243.3 IN PTR garlic.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. (
|
||||||
2018041601; serial
|
2018043001; serial
|
||||||
1d; refresh
|
1d; refresh
|
||||||
2h; retry
|
2h; retry
|
||||||
4w; expire
|
4w; expire
|
||||||
@ -56,12 +56,13 @@ cashdesk IN A 172.23.2.44
|
|||||||
punsch IN A 172.23.2.60
|
punsch IN A 172.23.2.60
|
||||||
bowle IN A 172.23.2.62
|
bowle IN A 172.23.2.62
|
||||||
spiegelei IN A 172.23.2.91
|
spiegelei IN A 172.23.2.91
|
||||||
obatzda IN A 172.23.2.92
|
obazda IN A 172.23.2.92
|
||||||
; Clients
|
; Clients
|
||||||
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.$
|
||||||
klopi IN A 172.23.3.241
|
klopi IN A 172.23.3.241
|
||||||
spaghetti IN A 172.23.3.242
|
spaghetti IN A 172.23.3.242
|
||||||
|
garlic IN A 172.23.3.243
|
||||||
; 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