From 2b671f8a6d81fdb3c59d4ae13f47c25f3feb5a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Tue, 26 Aug 2025 09:08:10 +0300 Subject: [PATCH] Add interfaces to subnets to restrict them to specific vlan --- files/kea/kea-dhcp4.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/kea/kea-dhcp4.conf b/files/kea/kea-dhcp4.conf index dd31e90..1d603c9 100644 --- a/files/kea/kea-dhcp4.conf +++ b/files/kea/kea-dhcp4.conf @@ -1,7 +1,7 @@ { "Dhcp4": { "interfaces-config": { - "interfaces": [ "enp0s25.20", "enp0s25.69" ] + "interfaces": [ "enp0s25.20" ] }, "control-socket": { "socket-type": "unix", @@ -69,6 +69,7 @@ { "id": 2, "subnet": "192.168.2.0/27", + "interface": "enp0s25.20", "pools": [ { "pool": "192.168.2.1 - 192.168.2.30" @@ -160,6 +161,7 @@ { "id": 69, "subnet": "192.168.69.0/26", + "interface": "enp0s25.69", "pools": [ { "pool": "192.168.69.1 - 192.168.69.62"