Wait a second..

It works for me now also, but the only thing I have changed is the changes
from your apparmor MR in #1033640.
I feel stupid now, but the problem seems to be fixed by the apparmor
change..

lsof -Pni | grep -i kea
kea-dhcp4 21119        _kea   15u  IPv4 1214014      0t0  UDP 172.XX.XX.5:67
kea-dhcp6 22424        _kea   15u  IPv6 1334939      0t0  UDP
[2a0e:XXXX:XXXX:XXXX::5]:547
kea-dhcp6 22424        _kea   16u  IPv6 1334941      0t0  UDP
[fe80::250:56ff:fe96:dfb3]:547
kea-dhcp6 22424        _kea   17u  IPv6 1334944      0t0  UDP
[ff02::1:2]:547

It serves clients correctly now, so I am happy. But confused..

On Thu, 30 Mar 2023 at 14:39, Andreas Hasenack <andr...@canonical.com>
wrote:

> 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?
>
>
> >
>

Reply via email to