From 09617881f84b2aebdc78ce42ff55fe701b4fddfa Mon Sep 17 00:00:00 2001 From: lilly Date: Fri, 18 Apr 2025 14:57:45 +0200 Subject: [PATCH] add dhcp reservation for monitoring vm --- resources/dhcp/files/kea-dhcp4.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/dhcp/files/kea-dhcp4.conf b/resources/dhcp/files/kea-dhcp4.conf index 6798464..33cc55f 100644 --- a/resources/dhcp/files/kea-dhcp4.conf +++ b/resources/dhcp/files/kea-dhcp4.conf @@ -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" }