Hi, On Thu, Mar 30, 2023 at 4:57 AM Markus Viitamäki <mar...@viitamaki.net> wrote: > > Hey, > > I have indeed a edited config, which you can find here: > https://pastebin.com/gwPH7dWx > I did get this problem after install, since it seems that the process runs > fine but just doesn't bind any interface/port. > > _kea 7362 0.0 0.2 67096 21040 ? Ssl Mar29 0:01 > /usr/sbin/kea-dhcp6 -c /etc/kea/kea-dhcp6.conf > > lsof -Pni | grep -i kea > kea-dhcp4 837 _kea 15u IPv4 16691 0t0 UDP 172.XX.XX.5:67
It worked fine here, it's listening on port 547: # lsof -Pni | grep -i kea kea-ctrl- 927 _kea 7u IPv4 18481 0t0 TCP 127.0.0.1:8000 (LISTEN) kea-dhcp- 1044 _kea 13u IPv4 18925 0t0 UDP 127.0.0.1:53001 kea-dhcp6 3641 _kea 15u IPv6 26542 0t0 UDP [fe80::216:3eff:fe48:3567]:547 kea-dhcp6 3641 _kea 16u IPv6 26545 0t0 UDP [ff02::1:2]:547 Did you include the <anstractions/openssl> line in the kea-dhcp6 profile by any chance? >