1
0
Fork 0

dhcp,dns: add drucker

This commit is contained in:
Garionion 2022-07-25 21:34:20 +02:00
parent b47fd3e452
commit d1f516f663
3 changed files with 9 additions and 1 deletions

View File

@ -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.
10.42.151.2.in-addr.arpa. IN PTR webcam.bula22.de.
10.42.212.2.in-addr.arpa. IN PTR drucker.bula22.de.

View File

@ -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

View File

@ -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";
}
];
}
];
};