forked from infra/ansible
new host: fusilli
This commit is contained in:
parent
3179d32da7
commit
909c9ebca6
@ -108,6 +108,11 @@ host cashdesk {
|
||||
fixed-address cashdesk.binary.kitchen;
|
||||
}
|
||||
|
||||
host fusilli {
|
||||
hardware ethernet b8:27:eb:1d:b9:bf;
|
||||
fixed-address fusilli.binary.kitchen;
|
||||
}
|
||||
|
||||
host garlic {
|
||||
hardware ethernet b8:27:eb:56:2b:7c;
|
||||
fixed-address garlic.binary.kitchen;
|
||||
|
@ -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. (
|
||||
2019093001; serial
|
||||
2019103101; serial
|
||||
1d; refresh
|
||||
2h; retry
|
||||
4w; expire
|
||||
@ -52,6 +52,7 @@ $TTL 1h ; default time-to-live
|
||||
; Clients
|
||||
1.3 IN PTR v2303.core.binary.kitchen.
|
||||
$GENERATE 10-230 $.3 IN PTR dhcp-${0,3,d}-03.binary.kitchen.
|
||||
240.3 IN PTR fusilli.binary.kitchen.
|
||||
241.3 IN PTR klopi.binary.kitchen.
|
||||
242.3 IN PTR mpcnc.binary.kitchen.
|
||||
243.3 IN PTR garlic.binary.kitchen.
|
||||
|
@ -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. (
|
||||
2019093002; serial
|
||||
2019103103; serial
|
||||
1d; refresh
|
||||
2h; retry
|
||||
4w; expire
|
||||
@ -67,6 +67,7 @@ obatzda IN A 172.23.2.92
|
||||
; Clients
|
||||
v2303.core IN A 172.23.3.1
|
||||
$GENERATE 10-230 dhcp-${0,3,d}-03 IN A 172.23.3.$
|
||||
fusilli IN A 172.23.3.240
|
||||
klopi IN A 172.23.3.241
|
||||
mpcnc IN A 172.23.3.242
|
||||
garlic IN A 172.23.3.243
|
||||
|
Loading…
Reference in New Issue
Block a user