[SOLVED] Unprivileged LXC container and port opening

Ernie95

New Member
Sep 1, 2025
29
1
3
Hi All,

I created an unprivileged LXC containers with kea DHCP.
I have another post with kea DHCP and i setup on both kea-dhcp a high avalability kea-dhcp.

For this I need to open a port in the unprivileged LXC containers.

How to proceed it please ?

Thanks for your help

Note : I am noob in port opening, thanks in advance
 
Hi,
I solved the issue :
1) i uninstall kea-dhcp-server packet (which is version 2.2.0) from the lxc container
2) I install isc-kea packet (I need to set up the repo (cloudsmith repo, version 2.6.4)
3) I update kea-dhcp on the second dhcp server (version 2.6.4, freebsd)

Now it works for the high availability without a need to open port.

BR