[Openstack] Neutron network node setup

2014-04-01 Thread Erich Weiler
Hey Y'all, I'm setting up a dedicated neutron network node and I'm having a bit of trouble understanding the way the networks work. On the network node I have one interface on the public net (eth0), one interface on the private net (eth1) and I'm following these guides to set it up. My plan

Re: [Openstack] Neutron network node setup

2014-04-01 Thread Alex Yang
Hi Erich, I think this following articles may helpful for you. http://developer.rackspace.com/blog/categories/networking/ 2014-04-02 5:59 GMT+08:00 Erich Weiler : > Hey Y'all, > > I'm setting up a dedicated neutron network node and I'm having a bit of > trouble understanding the way the netwo

Re: [Openstack] Neutron network node setup

2014-04-02 Thread Ageeleshwar Kandavelu
no vlans. Hope it makes sense. Ageeleshwar K From: Alex Yang [alex890...@gmail.com] Sent: Wednesday, April 02, 2014 7:09 AM To: Erich Weiler Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Neutron network node setup Hi Erich, I think this following

Re: [Openstack] Neutron network node setup

2014-04-02 Thread Erich Weiler
shall be overlaid on top of Extnet and no vlans. Hope it makes sense. Ageeleshwar K *From:* Alex Yang [alex890...@gmail.com] *Sent:* Wednesday, April 02, 2014 7:09 AM *To:* Erich Weiler *Cc:* openstack@lists.openstack.org *Subject:* Re: [Openstack] N

Re: [Openstack] Neutron network node setup

2014-04-02 Thread Md. Maruful Hassan
tnet should be bridged to br-ex. Then you >> have to add a physical interface say eth2 to br-ex. >> >> Finally you can create an external network in openstack with >> physical_network=Extnet. >> >> You just said that all internal network shall be created and Intnet

Re: [Openstack] Neutron network node setup

2014-04-02 Thread Ageeleshwar Kandavelu
; Alex Yang; openstack@lists.openstack.org Subject: Re: [Openstack] Neutron network node setup You need to use 'flat' instead of 'local' and specify physical_network . so modify neutron net-create ext-net --provider:network_type=local --shared --router:external=True to neutro

Re: [Openstack] Neutron network node setup

2014-04-04 Thread Erich Weiler
, Ageeleshwar K *From:* Md. Maruful Hassan [mrf@gmail.com] *Sent:* Thursday, April 03, 2014 9:29 AM *To:* Erich Weiler *Cc:* Ageeleshwar Kandavelu; Alex Yang; openstack@lists.openstack.org *Subject:* Re: [Openstack] Neutron network node setup You need to use 'flat' inste

Re: [Openstack] Neutron network node setup

2014-04-05 Thread Erich Weiler
--- > *From:* Md. Maruful Hassan [mrf@gmail.com] > *Sent:* Thursday, April 03, 2014 9:29 AM > *To:* Erich Weiler > *Cc:* Ageeleshwar Kandavelu; Alex Yang; openstack@lists.openstack.org > *Subject:* Re: [Openstack] Neutron netwo

Re: [Openstack] Neutron network node setup

2014-04-06 Thread Erich Weiler
be overlaid on top of Extnet, bridged to br-ex, then traffic flows outside through eth2. Thank you, Ageeleshwar K *From:* Md. Maruful Hassan [mrf@gmail.com] *Sent:* Thursday, April 03, 2014 9:29 AM *To:* Erich Weiler *Cc:* Ageeleshwar

Re: [Openstack] Neutron network node setup

2014-04-06 Thread Md. Maruful Hassan
ous mail i gave an example where I associated Extnet to >> br-ex. Then add eth2 to br-ex. Then your external network(ext-net) would >> be overlaid on top of Extnet, bridged to br-ex, then traffic flows >> outside through eth2. >> >> Thank you, >> Ageeleshwar K >> -------

Re: [Openstack] Neutron network node setup

2014-04-07 Thread Md. Maruful Hassan
t;> >>> Maruf was correct. >>> >>> Also in your plugin.ini you have associate each physical network to a >>> bridge. And each of those bridges should have one physical network >>> interface attached. >>> >>> In my previous mail i gave an example where I associated Extnet to >