[Kea-users] kea-dhcp6 failing randomly

Marek Greško marek.gresko at protonmail.com
Fri Nov 18 00:23:18 UTC 2022


Hello,

kea-dhcp6 complains abuout ip_vti0 interface down
2022-11-17 01:15:25.038 WARN [kea-dhcp6.dhcpsrv/2451.140297934552384] DHCPSRV_OPEN_SOCKET_FAIL failed to open socket: the interface ip_vti0 is down
2022-11-17 01:15:30.713 WARN [kea-dhcp6.dhcpsrv/2451.140297934552384] DHCPSRV_OPEN_SOCKET_FAIL failed to open socket: the interface ip_vti0 is down
2022-11-17 01:15:35.719 WARN [kea-dhcp6.dhcpsrv/2451.140297934552384] DHCPSRV_OPEN_SOCKET_FAIL failed to open socket: the interface ip_vti0 is down
2022-11-17 01:15:40.725 WARN [kea-dhcp6.dhcpsrv/2451.140297934552384] DHCPSRV_OPEN_SOCKET_FAIL failed to open socket: the interface ip_vti0 is down
2022-11-17 01:15:45.732 WARN [kea-dhcp6.dhcpsrv/2451.140297934552384] DHCPSRV_OPEN_SOCKET_FAIL failed to open socket: the interface ip_vti0 is down
2022-11-17 01:15:50.738 WARN [kea-dhcp6.dhcpsrv/2451.140297934552384] DHCPSRV_OPEN_SOCKET_FAIL failed to open socket: the interface ip_vti0 is down
2022-11-17 01:15:55.744 WARN [kea-dhcp6.dhcpsrv/2451.140297934552384] DHCPSRV_OPEN_SOCKET_FAIL failed to open socket: the interface ip_vti0 is down
2022-11-17 01:16:00.749 WARN [kea-dhcp6.dhcpsrv/2451.140297934552384] DHCPSRV_OPEN_SOCKET_FAIL failed to open socket: the interface ip_vti0 is down
2022-11-17 01:16:05.755 WARN [kea-dhcp6.dhcpsrv/2451.140297934552384] DHCPSRV_OPEN_SOCKET_FAIL failed to open socket: the interface ip_vti0 is down
2022-11-17 01:16:05.756 INFO [kea-dhcp6.dhcp6/2451.140297934552384] DHCP6_OPEN_SOCKETS_FAILED maximum number of open service sockets attempts: 10, has been exhausted without success

which led to shutdown of the service when "service-sockets-require-all" was true,

2022-11-17 01:16:05.756 INFO [kea-dhcp6.dhcp6/2451.140297934552384] DHCP6_SHUTDOWN server shutdown

Why it complains also about ip_vti0 where kea is not configured to listen on it?

My interfaces-config section looks like this:

"interfaces-config": {
"interfaces": [ "bond0.10", "bond0.20" ],
"service-sockets-require-all": true,
"service-sockets-max-retries": 10,
"service-sockets-retry-wait-time": 5000
},

The kea-dhcp4 never complains about the interface with the same interfaces config.

Thanks for suggestions what am I missing here.

Marek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20221118/9872a777/attachment.htm>


More information about the Kea-users mailing list