δΊ 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
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
: 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
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