add dhcp reservation for monitoring vm

This commit is contained in:
lilly 2025-04-18 14:57:45 +02:00
parent d0a5a3e7f7
commit 09617881f8
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g

View file

@ -107,6 +107,12 @@
"subnet": "94.45.254.0/25",
"reservations": [
{
// monitoring server
"hw-address": "BC:24:11:FC:C2:26",
"ip-address": "94.45.254.5"
},
{
// cookie server
"hw-address": "BC:24:11:41:E1:61",
"ip-address": "94.45.254.6"
}