Re: [Openstack] Openstack Kilo Vxlan tunnel single NIC setup

2015-11-12 Thread Amir Huskić
Regards, > > Akash > > > > Inactive hide details for yatin kumbhare ---10/19/2015 > > 03:56:22 PM---Hi Amir, Not quite sure, as I haven't tried such > > a thing.yatin kumbhare ---10/19/2015 03:56:22 PM---Hi Amir, >

Re: [Openstack] Openstack Kilo Vxlan tunnel single NIC setup

2015-11-12 Thread Andreas Scheuring
aven't tried such a thing. > > From: yatin kumbhare > To: Amir Huskić > Cc: "openstack@lists.openstack.org" > > Date: 10/19/2015 03:56 PM > Subject: Re: [Openstack] Openstack Kilo Vxlan tunnel single > N

Re: [Openstack] Openstack Kilo Vxlan tunnel single NIC setup

2015-11-12 Thread Amir Huskić
t; > From: yatin kumbhare > To: Amir Huskić > Cc: "openstack@lists.openstack.org" > Date: 10/19/2015 03:56 PM > Subject: Re: [Openstack] Openstack Kilo Vxlan tunnel single NIC setup > -- > > > > Hi Amir, > > Not quite sure, as I haven't

Re: [Openstack] Openstack Kilo Vxlan tunnel single NIC setup

2015-10-19 Thread Akash Gunjal
: "openstack@lists.openstack.org" Date: 10/19/2015 03:56 PM Subject: Re: [Openstack] Openstack Kilo Vxlan tunnel single NIC setup Hi Amir, Not quite sure, as I haven't tried such a thing. but IMHO, you might require l2-gateway. Kind of this: https://www.youtube.com/watc

Re: [Openstack] Openstack Kilo Vxlan tunnel single NIC setup

2015-10-19 Thread yatin kumbhare
Hi Amir, Not quite sure, as I haven't tried such a thing. but IMHO, you might require l2-gateway. Kind of this: https://www.youtube.com/watch?v=74Wfr4myf5k Regards, Yatin On Mon, Oct 19, 2015 at 4:35 AM, Amir Huskić wrote: > Hello James, > > I use underscores in ml2 config file as You sugges

Re: [Openstack] Openstack Kilo Vxlan tunnel single NIC setup

2015-10-18 Thread Amir Huskić
Hello James, I use underscores in ml2 config file as You suggested. Also made some changes in config file. Here is available: https://www.dropbox.com/s/fuzwiyuyfngyyl2/ml2_conf.ini?dl=0 Summary: - can ping from OS host to external gw and external linux host - can ping from tenant VM to external g

Re: [Openstack] Openstack Kilo Vxlan tunnel single NIC setup

2015-10-14 Thread James Denton
Hi Amir, A couple of recommendations: - Your vxlan_group setting has an extra dot at the end that may be causing issues: [ml2_type_vxlan] vxlan_group = 239.0.0.0. - Your [OVS] block has some incorrect options. Use underscores rather than spaces: [ovs] bridge_mappings = public:br-ex local_ip = 1

Re: [Openstack] Openstack Kilo Vxlan tunnel single NIC setup

2015-10-14 Thread Andreas Scheuring
Amir, I haven't tried such a configuration so far - but I don't think it will work. So your goal is to get it running with a single NIC. So what should work is the following setup: Use br-ex as external bridge and plug your eth interface into it (Note this will break IP connection, so better yo

Re: [Openstack] Openstack Kilo Vxlan tunnel single NIC setup

2015-10-14 Thread Amir Huskić
Hello, there is also my ml2_conf.ini file: https://dl.dropboxusercontent.com/u/4298410/ml2_conf.ini Could problem be related to single NIC installation? Is it possible to have same interface for bridge mappings and also for tunnel bridge? Example below: bridge_mappings = public:br-ex integration

[Openstack] Openstack Kilo Vxlan tunnel single NIC setup

2015-10-12 Thread Amir Huskić
Hi all, I'm trying to setup up Openstack test lab. I deployed Openstack Kilo (Devstack) on PC running Ubuntu LTS 14.02 with single NIC. Tenants are isolated with vxlan networks. I can ping from VMs to external network PCs, SSH login from external PCs to tenants VMs floating IP address, etc. I wo