Let's say I have three nodes in a cluster. All 3 have a NIC that is connected to a LAN (vmbr0), and also have a NIC for external (vmbr1), but only one of the nodes actually has a connection to the internet. VM's that connect to the LAN only can be freely migrated since they will find the same LAN on vmbr0 on any node. VM's that need direct external connection however work only on the node that has the internet plugged in.
I'm interested in setting up OVS that would present a virtual bridge on all cluster nodes that would give external network connection to a VM the same way if it was on the internet-connected node. Any idea how that could be done? I would appreciate a detailed answer or a link to some tutorial, as I have no prior experience with OVS.
Another question: will my simple, unmanaged LAN switch be able to support this scenario, or do I need to upgrade to a VLAN-aware switch to forward OVS traffic?
I'm interested in setting up OVS that would present a virtual bridge on all cluster nodes that would give external network connection to a VM the same way if it was on the internet-connected node. Any idea how that could be done? I would appreciate a detailed answer or a link to some tutorial, as I have no prior experience with OVS.
Another question: will my simple, unmanaged LAN switch be able to support this scenario, or do I need to upgrade to a VLAN-aware switch to forward OVS traffic?
Last edited: