Hello, we have two LXC containers acting as load balancers which share a public IP using keepalived. This public IP is moved from one LXC container to the other using eth1 which is on VLAN 77. At this point we encountered a strange issue when we upgraded this Debian 9 LXC containers to 10 or 11, basically the public IP is not pingable anymore when we are on Debian 10 or 11, on Debian 9 everything is fine.
We tried to downgrade keepalived from 2.x to 1.x (as it is on Debian 9) and the issue still persists on Debian 10 and 11. Also if we manually add the IP address via
When we add another interface with another public IP to the LXC container via Proxmox everything works fine so probably Proxmox does something under the hood to make it work.
Thanks in advance for any suggestions on this.
We tried to downgrade keepalived from 2.x to 1.x (as it is on Debian 9) and the issue still persists on Debian 10 and 11. Also if we manually add the IP address via
ip addr add ...
the IP is not pingable. We suspect that the problem must be something related to OS version, not Kernel or similar (as far as this comes from Proxmox itself).When we add another interface with another public IP to the LXC container via Proxmox everything works fine so probably Proxmox does something under the hood to make it work.
Thanks in advance for any suggestions on this.
Last edited: