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"