multiple public ip range bridge

  1. P

    [SOLVED] Adding a second public IP range

    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...