diff --git a/hosts/dns/zones/db.42.10.in-addr.arpa. b/hosts/dns/zones/db.42.10.in-addr.arpa. index 77f656a..1297091 100644 --- a/hosts/dns/zones/db.42.10.in-addr.arpa. +++ b/hosts/dns/zones/db.42.10.in-addr.arpa. @@ -66,4 +66,5 @@ $TTL 3600 #other 10.42.132.2.in-addr.arpa. IN PTR omm.bula22.de. -10.42.151.2.in-addr.arpa. IN PTR webcam.bula22.de. \ No newline at end of file +10.42.151.2.in-addr.arpa. IN PTR webcam.bula22.de. +10.42.212.2.in-addr.arpa. IN PTR drucker.bula22.de. \ No newline at end of file diff --git a/hosts/dns/zones/db.bula22.de b/hosts/dns/zones/db.bula22.de index cf0b3b5..6da69d9 100644 --- a/hosts/dns/zones/db.bula22.de +++ b/hosts/dns/zones/db.bula22.de @@ -51,6 +51,7 @@ nixdeploy.bula22.de. IN A 10.42.10.245 IN AAAA 2a01:4f8:1c0c:8221::245 omm.bula22.de. IN A 10.42.132.2 webcam.bula22.de. IN A 10.42.151.2 +drucker.bula22.de. IN A 10.42.212.2 ; External Services vcp-bula-mon.bula22.de. IN AAAA 2a01:4f8:c0c:15f1::8105 diff --git a/hosts/router/212-net-open-office.nix b/hosts/router/212-net-open-office.nix index 1add56b..68bc77f 100644 --- a/hosts/router/212-net-open-office.nix +++ b/hosts/router/212-net-open-office.nix @@ -47,6 +47,12 @@ data = "10.42.212.1"; } ]; + reservations = [ + { # drucker.bula22.de + hw-address = "00:21:b7:87:50:2c"; + ip-address = "10.42.212.2"; + } + ]; } ]; };