forked from infra/ansible
New host: bowle (punsch replacement)
This commit is contained in:
parent
d281b083bc
commit
718657fc15
@ -79,6 +79,12 @@ subnet 172.23.4.0 netmask 255.255.255.0 {
|
|||||||
|
|
||||||
|
|
||||||
# Fixed IPs
|
# Fixed IPs
|
||||||
|
|
||||||
|
host bowle {
|
||||||
|
hardware ethernet ac:1f:6b:25:16:b6;
|
||||||
|
fixed-address bowle.binary.kitchen;
|
||||||
|
}
|
||||||
|
|
||||||
host cannelloni {
|
host cannelloni {
|
||||||
hardware ethernet 00:10:f3:15:88:ac;
|
hardware ethernet 00:10:f3:15:88:ac;
|
||||||
fixed-address cannelloni.binary.kitchen;
|
fixed-address cannelloni.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. (
|
||||||
2018011101; serial
|
2018020301; serial
|
||||||
1d; refresh
|
1d; refresh
|
||||||
2h; retry
|
2h; retry
|
||||||
4w; expire
|
4w; expire
|
||||||
@ -22,6 +22,7 @@ $TTL 1h ; default time-to-live
|
|||||||
43.1 IN PTR ap03.binary.kitchen.
|
43.1 IN PTR ap03.binary.kitchen.
|
||||||
61.1 IN PTR kraut.binary.kitchen.
|
61.1 IN PTR kraut.binary.kitchen.
|
||||||
81.1 IN PTR kraut-bmc.binary.kitchen.
|
81.1 IN PTR kraut-bmc.binary.kitchen.
|
||||||
|
82.1 IN PTR bowle-bmc.binary.kitchen.
|
||||||
101.1 IN PTR nbe-w13b.binary.kitchen.
|
101.1 IN PTR nbe-w13b.binary.kitchen.
|
||||||
102.1 IN PTR nbe-tr8.binary.kitchen.
|
102.1 IN PTR nbe-tr8.binary.kitchen.
|
||||||
; Services
|
; Services
|
||||||
@ -40,6 +41,7 @@ $TTL 1h ; default time-to-live
|
|||||||
43.2 IN PTR cannelloni.binary.kitchen.
|
43.2 IN PTR cannelloni.binary.kitchen.
|
||||||
44.2 IN PTR cashdesk.binary.kitchen.
|
44.2 IN PTR cashdesk.binary.kitchen.
|
||||||
60.2 IN PTR punsch.binary.kitchen.
|
60.2 IN PTR punsch.binary.kitchen.
|
||||||
|
62.2 IN PTR bowle.binary.kitchen.
|
||||||
91.2 IN PTR spiegelei.binary.kitchen.
|
91.2 IN PTR spiegelei.binary.kitchen.
|
||||||
; Clients
|
; Clients
|
||||||
1.3 IN PTR v2303.core.binary.kitchen.
|
1.3 IN PTR v2303.core.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. (
|
||||||
2018011101; serial
|
2018020301; serial
|
||||||
1d; refresh
|
1d; refresh
|
||||||
2h; retry
|
2h; retry
|
||||||
4w; expire
|
4w; expire
|
||||||
@ -36,6 +36,7 @@ ap02 IN A 172.23.1.42
|
|||||||
ap03 IN A 172.23.1.43
|
ap03 IN A 172.23.1.43
|
||||||
kraut IN A 172.23.1.61
|
kraut IN A 172.23.1.61
|
||||||
kraut-bmc IN A 172.23.1.81
|
kraut-bmc IN A 172.23.1.81
|
||||||
|
bowle-bmc IN A 172.23.1.82
|
||||||
nbe-w13b IN A 172.23.1.101
|
nbe-w13b IN A 172.23.1.101
|
||||||
nbe-tr8 IN A 172.23.1.102
|
nbe-tr8 IN A 172.23.1.102
|
||||||
; Services
|
; Services
|
||||||
@ -54,6 +55,7 @@ schweinshaxn IN A 172.23.2.36
|
|||||||
cannelloni IN A 172.23.2.43
|
cannelloni IN A 172.23.2.43
|
||||||
cashdesk IN A 172.23.2.44
|
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
|
||||||
spiegelei IN A 172.23.2.91
|
spiegelei IN A 172.23.2.91
|
||||||
; Clients
|
; Clients
|
||||||
v2303.core IN A 172.23.3.1
|
v2303.core IN A 172.23.3.1
|
||||||
|
Loading…
Reference in New Issue
Block a user