<div dir="ltr"><span style="font-size:12.8px">Dears,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I have defined two ovs bridges, each one of them is deployed in one Virtual Machine (VM) based on this simple topology: </div><div style="font-size:12.8px">                    Internet ----- OVS1 ----LAN---- OVS2 -----Internet </div><div style="font-size:12.8px"><div><div>I used the following commands for OVS1:</div><div>ovs-vsctl add-br mybridge1 </div></div><div>ifconfig mybridge1 up<br></div><div>ovs-vsctl add-port eth1 mybridge1 //eth0 is dedicated for Internet<br></div><div>ifconfig eth1 0<br></div></div><div style="font-size:12.8px">ovs-vsctl add-port eth1 mybridge1<br></div><div style="font-size:12.8px"><div>ovs-vsctl set-controller mybridge tcp:AddressOfController:6633</div><div><br></div></div><div style="font-size:12.8px">Then I tried to make the ping between the two VMs but it fails !</div><div style="font-size:12.8px">Could you please tell me how to fix this problem.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thanks in advance.</div><div style="font-size:12.8px">Regards</div></div>