[Openstack] communication between two ovs bridges

David Gabriel davidgab283 at gmail.com
Mon Mar 13 12:55:56 UTC 2017


Dears,

I have defined two ovs bridges, each one of them is deployed in one Virtual
Machine (VM) based on this simple topology:
                    Internet ----- OVS1 ----LAN---- OVS2 -----Internet
I used the following commands for OVS1:
ovs-vsctl add-br mybridge1
ifconfig mybridge1 up
ovs-vsctl add-port eth1 mybridge1 //eth0 is dedicated for Internet
ifconfig eth1 0
ovs-vsctl add-port eth1 mybridge1
ovs-vsctl set-controller mybridge tcp:AddressOfController:6633

Then I tried to make the ping between the two VMs but it fails !
Could you please tell me how to fix this problem.

Thanks in advance.
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20170313/9947de97/attachment.html>


More information about the Openstack mailing list