From 784f3a99b121c2999b2b3297ea2657bc431bcfed Mon Sep 17 00:00:00 2001
From: lilly
Date: Fri, 18 Apr 2025 15:56:07 +0200
Subject: [PATCH] add static lease for 1 ctf server
---
resources/dhcp/files/kea-dhcp4.conf | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/resources/dhcp/files/kea-dhcp4.conf b/resources/dhcp/files/kea-dhcp4.conf
index 33cc55f..863c772 100644
--- a/resources/dhcp/files/kea-dhcp4.conf
+++ b/resources/dhcp/files/kea-dhcp4.conf
@@ -115,6 +115,11 @@
// cookie server
"hw-address": "BC:24:11:41:E1:61",
"ip-address": "94.45.254.6"
+ },
+ {
+ // CTF server
+ "hw-address": "b0:26:28:23:9b:de",
+ "ip-address": "94.45.254.7"
}
]
},