Hello,
my cluster shares a public IP range assigned to bridge in a very simple config:
iface vmbr0 inet static
address 5.X.X.1 # each node has his own IP from within the range.
netmask 255.255.255.0
gateway 5.X.X.254
bridge_ports eno1
bridge_stp off
bridge_fd 0
I need to add another new IP...