Hello Aki,
yay
, a thousand thanks for your tip
. As you wrote, the problem was exactly due to the missing entry for the socket in kea-dhcp4.conf
. Now I also realize that this is necessary for communication - I had missed it (several times) in the documentation.
So I only needed to copy the section
kea-ctrl-agent.conf into the kea-dhcp4.conf .
After that, the Kea HA function worked as expected (extensively tested and checked in the debug files and with tcpdump).
Thanks!
Tip for others: do not forget to deactivate the debug mode
yay
So I only needed to copy the section
from the"control-sockets": {
"dhcp4": {
"socket-type": "unix",
"socket-name": "/run/kea/kea4-ctrl-socket"
},
kea-ctrl-agent.conf into the kea-dhcp4.conf .
After that, the Kea HA function worked as expected (extensively tested and checked in the debug files and with tcpdump).
Thanks!
Tip for others: do not forget to deactivate the debug mode
Statistics: Posted by weiss — 2024-12-14 14:21