Re: [Openstack] How to support for multiple external networks?

2015-11-20 Thread José Riguera López
If I understood you properly, I think you could have different ways to achieve it: * Use an external device (switch) to bridge VLAN and VXLAN * Similar to the previous point, if you are using OVS as ML2 mech driver, on the networks nodes you could setup the same logic there (br-ex bridge) * Creati

Re: [Openstack] How to support for multiple external networks?

2015-11-20 Thread Hauke Bruno Wollentin
ay, November 20, 2015 12:24:40 AM from: José Riguera López to: Ray Sun cc: Openstack subject: Re: [Openstack] How to support for multiple external networks? message id: > You can create a router in each project and attach it to the specific > external network (via gw) ... but: > >

Re: [Openstack] How to support for multiple external networks?

2015-11-20 Thread Amir Huskić
Hello Jose, is it possible to do it also with vxlan instead vlan? I would like to enable vxlan tunnel between tenants VMs (their external network) and another LAN vxlan segment. Thank you. Regards, Amir On Thu, Nov 19, 2015 at 12:38 PM, José Riguera López wrote: > > You can, just tell neutron y

Re: [Openstack] How to support for multiple external networks?

2015-11-19 Thread Remo Mattei
I think your gw is wrong your mask is /24 it does not match. Just make sure you do have the right info. Inviato da iPhone > Il giorno 19 nov 2015, alle ore 03:38, José Riguera López > ha scritto: > > > You can, just tell neutron you want to have another external network. Lets > say VLAN=3

Re: [Openstack] How to support for multiple external networks?

2015-11-19 Thread José Riguera López
per 1 external network. >> >> cheers, >> hauke >> >> --- >> original message >> timestamp: Thursday, November 19, 2015 06:18:06 PM >> from: Ray Sun >> to: openstack@lists.openstack.org >> cc: >> subject: [Openstack] Ho

Re: [Openstack] How to support for multiple external networks?

2015-11-19 Thread Ray Sun
​Thanks, I will have a try.​ Best Regards -- Ray On Thu, Nov 19, 2015 at 7:38 PM, José Riguera López wrote: > > You can, just tell neutron you want to have another external network. Lets > say VLAN=300 is 192.168.66. 0/24 > > # Creating the external network type VLAN wit

Re: [Openstack] How to support for multiple external networks?

2015-11-19 Thread Ray Sun
external networks. > For > the VLAN dedication you could use 1 L3 Agent per 1 external network. > > cheers, > hauke > > --- > original message > timestamp: Thursday, November 19, 2015 06:18:06 PM > from: Ray Sun > to: openstack@lists.openstack.org > cc: &g

Re: [Openstack] How to support for multiple external networks?

2015-11-19 Thread José Riguera López
You can, just tell neutron you want to have another external network. Lets say VLAN=300 is 192.168.66. 0/24 # Creating the external network type VLAN with VLAND ID == 300 # The name of the provider physical_network "ext" is mapped to a physical # device on the ML2 configura

Re: [Openstack] How to support for multiple external networks?

2015-11-19 Thread Hauke Bruno Wollentin
) external networks. For the VLAN dedication you could use 1 L3 Agent per 1 external network. cheers, hauke --- original message timestamp: Thursday, November 19, 2015 06:18:06 PM from: Ray Sun to: openstack@lists.openstack.org cc: subject: [Openstack] How to support for multiple external networks

[Openstack] How to support for multiple external networks?

2015-11-19 Thread Ray Sun
I want to setup multiple external networks, but I don't know how to make this works. Here's my user requirements: There are two departments want to use my cloud, but as history problem, they wants their VMs to use original IP range. DepA wants to use floating ip in 192.168.66.0/24, DepB wants to u