My apologies if this is covered in another thread somewhere, I did search.
I am researching a way of easily connecting server VMs on one node to client VMs on another when using Open vSwitch. I was able to find instructions for connecting two OVS bridges using patch ports, but this seemed for if both OVS bridges were on the same node, and it used the ovs-vsctl commands.
Where I am struggling is understanding how to implement this the Debian way via /etc/network/interfaces.
I am using https://github.com/openvswitch/ovs/blob/master/debian/openvswitch-switch.README.Debian
Has anyone attempted this or knows if it is not possible?
Any thoughts or suggestions on how to tackle this scenario?
Thank you in advance for any help
I am researching a way of easily connecting server VMs on one node to client VMs on another when using Open vSwitch. I was able to find instructions for connecting two OVS bridges using patch ports, but this seemed for if both OVS bridges were on the same node, and it used the ovs-vsctl commands.
Where I am struggling is understanding how to implement this the Debian way via /etc/network/interfaces.
I am using https://github.com/openvswitch/ovs/blob/master/debian/openvswitch-switch.README.Debian
Has anyone attempted this or knows if it is not possible?
Any thoughts or suggestions on how to tackle this scenario?
Thank you in advance for any help