Re: [Openstack] Multiple Flat Networks same physical net

2014-04-10 Thread Ken Peng
于 2014-4-10 21:21, gustavo panizzo 写道: Hello i have a use case where i have to use two provider networks over the same physical nic. My provider provides me 2 network ranges (each has it's netmask and gateway) over the same nic. without VLAN or tunneling. i need to expose both network

Re: [Openstack] Multiple Flat Networks same physical net

2014-04-10 Thread gustavo panizzo
On 04/10/2014 10:57 AM, Ageeleshwar Kandavelu wrote: > > How about this > in plugin.ini set like this > bridge_mappings = Physnet1:br-ex1,Physnet2:br-ex2 > > then go on and create a proxy bridge to emulate two network on same nic > ovs-vsctl add-br br-proxy > ovs-vsctl add-port br-proxy ethx

Re: [Openstack] Multiple Flat Networks same physical net

2014-04-10 Thread Ageeleshwar Kandavelu
: Thursday, April 10, 2014 6:51 PM To: openstack@lists.openstack.org Subject: [Openstack] Multiple Flat Networks same physical net Hello i have a use case where i have to use two provider networks over the same physical nic. My provider provides me 2 network ranges (each has it's ne

[Openstack] Multiple Flat Networks same physical net

2014-04-10 Thread gustavo panizzo
Hello i have a use case where i have to use two provider networks over the same physical nic. My provider provides me 2 network ranges (each has it's netmask and gateway) over the same nic. without VLAN or tunneling. i need to expose both network ranges to the VMs my initial tough was to