forked from infra/ansible
dhcpd: dns_intern: add Aruba APs
This commit is contained in:
parent
7fb80dc1e3
commit
8f69ef75f1
@ -157,6 +157,16 @@ host ap06 {
|
|||||||
fixed-address ap06.binary.kitchen;
|
fixed-address ap06.binary.kitchen;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
host ap11 {
|
||||||
|
hardware ethernet 18:64:72:c6:c2:0c;
|
||||||
|
fixed-address ap11.binary.kitchen;
|
||||||
|
}
|
||||||
|
|
||||||
|
host ap12 {
|
||||||
|
hardware ethernet 18:64:72:c6:c4:98;
|
||||||
|
fixed-address ap12.binary.kitchen;
|
||||||
|
}
|
||||||
|
|
||||||
host bowle {
|
host bowle {
|
||||||
hardware ethernet ac:1f:6b:25:16:b6;
|
hardware ethernet ac:1f:6b:25:16:b6;
|
||||||
fixed-address bowle.binary.kitchen;
|
fixed-address bowle.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 ns1.binary.kitchen. hostmaster.binary.kitchen. (
|
@ IN SOA ns1.binary.kitchen. hostmaster.binary.kitchen. (
|
||||||
2021112701; serial
|
2021112702; serial
|
||||||
1d; refresh
|
1d; refresh
|
||||||
2h; retry
|
2h; retry
|
||||||
4w; expire
|
4w; expire
|
||||||
@ -87,6 +87,8 @@ $GENERATE 10-240 $.4 IN PTR dhcp-${0,3,d}-04.binary.kitchen.
|
|||||||
$GENERATE 2-254 $.10 IN PTR vpn-${0,3,d}-10.binary.kitchen.
|
$GENERATE 2-254 $.10 IN PTR vpn-${0,3,d}-10.binary.kitchen.
|
||||||
; Management Auweg
|
; Management Auweg
|
||||||
31.12 IN PTR sw-auweg.binary.kitchen.
|
31.12 IN PTR sw-auweg.binary.kitchen.
|
||||||
|
41.12 IN PTR ap11.binary.kitchen.
|
||||||
|
42.12 IN PTR ap12.binary.kitchen.
|
||||||
61.12 IN PTR weizen.binary.kitchen.
|
61.12 IN PTR weizen.binary.kitchen.
|
||||||
111.12 IN PTR rfp11.binary.kitchen.
|
111.12 IN PTR rfp11.binary.kitchen.
|
||||||
; Services Auweg
|
; Services Auweg
|
||||||
|
@ -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 ns1.binary.kitchen. hostmaster.binary.kitchen. (
|
@ IN SOA ns1.binary.kitchen. hostmaster.binary.kitchen. (
|
||||||
2021112701; serial
|
2021112702; serial
|
||||||
1d; refresh
|
1d; refresh
|
||||||
2h; retry
|
2h; retry
|
||||||
4w; expire
|
4w; expire
|
||||||
@ -108,6 +108,8 @@ salat-bmc IN A 172.23.9.81
|
|||||||
; Services RZ
|
; Services RZ
|
||||||
; Management Auweg
|
; Management Auweg
|
||||||
sw-auweg IN A 172.23.12.31
|
sw-auweg IN A 172.23.12.31
|
||||||
|
ap11 IN A 172.23.12.41
|
||||||
|
ap12 IN A 172.23.12.42
|
||||||
weizen IN A 172.23.12.61
|
weizen IN A 172.23.12.61
|
||||||
rfp11 IN A 172.23.12.111
|
rfp11 IN A 172.23.12.111
|
||||||
; Services Auweg
|
; Services Auweg
|
||||||
|
Loading…
Reference in New Issue
Block a user