Hi

CS uses DHCP to assign IPs to VMs. IMHO DHCP only allows to set one IP to one interface.

But you could manually assign an unassigned IP to an interface (ip addr add IP/NETMASK dev DEVICE). Just make sure this IP doesn't get assigned to any VM.

We used to use this method to have a floating IP/VIP (keepalived) for a logical cluster of VMs.

But this was along time ago and I am not sure if this still works cause it is kind of a "design flaw"


On 30.06.25 20:55, Olivier GUIN wrote:
Hello,

I'm trying to assign multiple public IP addresses to a VM.
But I can't assign src-nat to just one IP address.
I actually want to be able to access my VM via ssh and/or http/https, etc., using three differents IP addresses.
I can't find a solution. Is this possible?

  CS 4.18.2.5

Thanks,


Reply via email to