I'm starting to "play" with openvswitch and networking staff so I am a little bit newbie. I'm trying to have the following implementation as it depicted in this figure: implementation
Both interfaces are physical with a private IP assignement. *The enO interface is a managament interface
I use this to create the ovs-bridge
ovs-vsctl add-br ovsBr
ip add add 192.168.200.1/24 dev ovsBr
What should I do next?
Thank you in advance