Hello
i have 3 physical interfaces eth0, eth1,eth2 in my server A
eth0 is the interface to reach the default GW and it is also the
communication interface - i.e. I  can reach A only through eth0.
eth1 and eth2 are connected back to back to another server B.
**My requirement**  is to send packets  from A to a (destination)  public
IP in the cloud (aws machine) via eth1 or eth2 - then these pkts will be
forwarded by B to the default GW.
Ususally (without OvS) of course these packets go out through eth0 to the
default GW.
what is the OVS setup in server A required for this behavior? , I tried
many setups in which I've  lost communication to server A.

i thought to put all eth0 and eth1 eth2 in br0 , assign the eth0 IP to br0
, and manipulate the traffic by setting up flows in ofctl , but cannot
manage because i'm  loosing connection to A whenever I  add eth0 to the
br0, although I assign its IP to br0.
Please help .
Thanks -Sara
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to