[Kea-users] Using DHCP Relays

Stefan G. Weichinger lists at xunil.at
Sat Jan 21 10:19:00 UTC 2023


Am 21.01.23 um 08:03 schrieb Stefan G. Weichinger:

> I will start by stopping one of my 2 kea-nodes, and then remove the VLAN 
> interfaces on the remaining one. Plus enable the DHCP-relay, plus adding 
> that fw-rule.
> 
> In kea I have to remove the various vlan-interfaces and edit the subnets 
> to all listen on the same and only LAN-interface.

Did my changes but today there are no more workers on site there so it's 
a bit hard to test for me from remote.

Went back to the old setup for now.

questions around config:

Could I remove the separate interface lines from the subnets:


{
			"interface": "enp0s31f6",  # THIS LINE
			"id": 3,
			"subnet": "192.168.103.0/24",


In the first lines I already have:


{
         "Dhcp4": {
                 "interfaces-config": {
                         "interfaces": [ "enp0s31f6" ],
                         "dhcp-socket-type": "raw",
			"service-sockets-require-all": false,
             		"service-sockets-max-retries": 1000,
             		"service-sockets-retry-wait-time": 10000
                 },


That defines the interface anyway, right?

"dhcp-socket-type" is ok? "raw" seems to be the default anyway.






More information about the Kea-users mailing list