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" }