Re: [Openstack-operators] Liberty neutron issues

2016-01-16 Thread Joseph Bajin
Your entire configuration for VLAN, VXLAN, etc should be done within the ml2 configuration and not really through ovs. All OVS needs to know about are the bridges that you setup and what they are called and going to be used for. Any specific configurations will happen on the system side and not t

Re: [Openstack-operators] [openstack-operators]disable snat for router gateway

2016-01-16 Thread Aaron Segura
You shouldn't have to do anything other than disable SNAT and set a route for your tenant network upstream. Do some packet captures at different points in the system and try to determine where your packets stop flowing. On Sat, Jan 16, 2016 at 10:48 AM Akshay Kumar Sanghai < akshaykumarsang...@gm

Re: [Openstack-operators] [openstack-operators]disable snat for router gateway

2016-01-16 Thread Akshay Kumar Sanghai
Hi Aaron, Do i need to add something in the iptables ? The setup is working fine with floating ip and snat enabled router. Thanks, Akshay On Sat, Jan 16, 2016 at 8:59 PM, Aaron Segura wrote: > That is correct. You should be able to disable snat, then route the > tenant network to the outside o

Re: [Openstack-operators] [openstack-operators]disable snat for router gateway

2016-01-16 Thread Aaron Segura
That is correct. You should be able to disable snat, then route the tenant network to the outside of the neutron router and communicate with your instances using their assigned fixed IP. If your outbound packets aren't leaving your router, you have another problem. Start checking iptables rules a