Hi guys. I have a very strange problem.sometimes, the containers got two IPs.
When I restart it, maybe 1 minitues later, the container got another IP like “169.254.xx.xx”
I have export the images here: http://hseek.eu.org/d11.tar.gz
BYW: this images is based Debian11 and with lxde installed.
I have testing many times, and can’t fix this problem. thanks for helping.
yes, I have googled about this problem. And I did not make any configuration in the container.
I named it as a strange problem, because I made other image with same steps, but some container is ok, some have this problem.
The steps I made it like: install xrdp+lxde,remove libreoffice*. There are no other special operations.
I tried to modify the mac address of the container, operate in the Debian11/12 OS container, and change the host system to ubuntu/debian, but the problem still persisted.
So I hope guys import this image to help analyze the problem. Thanks.!
Not likely to have much time to try that in a little while as I’m traveling but normal networking rarely messes with link-local stuff, so my best guess is that you installing desktop stuff in there has pulled something like Network Manager or an equivalent into your system which is now making a bit of a mess.
Hello everyone, I’ve tried many methods for this issue but none of them worked. Could anyone import the above image and help me take a look at this very strange problem? Thank you
I’m just running into a similar problem. Every new container, since my upgrading the host machine to Trixie, and also using a Trixie container image, yields two IP addresses on eth0:
In this example, i-jenkins uses a Bookworm image, while i-kube-control uses a Trixie image, both built from pretty much the same yaml files with distrobuilder. Every new container ends up having two addresses, N and N+1.
I’m currently running
laptop-3# dpkg -l |grep incus
ii incus 1:6.18-debian12-202510310402 amd64 Incus - Container and virtualization daemon
ii incus-agent 6.0.4-2+deb13u1 amd64 Incus guest agent
ii incus-base 1:6.18-debian12-202510310402 amd64 Incus - Container and virtualization daemon (container-only)
ii incus-client 1:6.18-debian12-202510310402 amd64 Incus - Command line client
ii incus-extra 1:6.18-debian12-202510310402 amd64 Incus - Extra tools
If I create the same container using ‘tofu’, then it has only one IPv4 address. Weird.