<div dir="ltr"><div>Hi All,</div><div><br></div><div>I have deployed Openstack Newton release using Openstack-Ansible 14.0.8 with target hosts (Controller and Compute) having Ubuntu 16.04. I want to ping/access my external lab n/w through the VMs (instances in Openstack Compute node) but not able to do so. Here are my environment and respective configurations.</div><div><br></div><div>Basically, I had tried to create the example test n/w configuration (<a href="https://docs.openstack.org/project-deploy-guide/openstack-ansible/newton/app-config-test.html#test-environment-config">https://docs.openstack.org/project-deploy-guide/openstack-ansible/newton/app-config-test.html#test-environment-config</a>) with some changes in /etc/network/interfaces file because each Compute and Controller Node are having two NICs in my setup. As per the example environment, I am also having 1 Compute and 1 Controller Node in my setup. Each physical node (Controller and Compute) is having two NICs. eth0 of each machine is connected to a switch for any kind of communication b/w compute and controller node. eth1 of each machine is connected to my lab n/w (192.168.255.XXX). My <i>/etc/network/interfaces</i> file from Controller and Compute node are attached with this e-mail. I have also attached <i>openstack_user_config.yml</i> file which I am using.</div><div><br></div><div>As my requirement is to provide external connectivity to VMs running inside Openstack environment. Could you guys please have a look at my network interfaces files and openstack_user_config.yml file to see if there is anything wrong in these configurations which is blocking me in providing the external connectivity to my VMs. Few things which might be helpful in analyzing these files:</div><div><ul><li>My lab n/w (192.168.255.XXX) is not tagged n/w, it doesn't expect VLAN tagged packets. So, do I need to create flat external n/w? As you can notice in my openstack_user_config.yml file, I have commented flat n/w section from provider networks section. It was done because when I first created this setup, I was unable to launch VMs and on discussion on openstack-ansible channel and looking at logs, it was found that "eth12" interface was non-existent on Compute node and hence error was appearing in logs. So, folks in openstack-ansible channel suggested to comment the flat n/w configuration from openstack_user_config.yml and re-configure neutron and give it a try. After this, I was able to launch VMs. But now with the requirement to ping/access outside lab n/w, it seems that flat n/w configuration would be required again. Please also suggest what changes are required to be made so that flat n/w configuration is also successful.<br></li><li>One more thing, if you look at my network interfaces file, br-vlan is having eth0 as bridge-port but my eth0 is not connected to the outside world i.e. lab n/w. Shouldn't br-vlan be using bridge-port as eth1 instead of eth0 considering that br-vlan is providing connectivity to external n/w? Now this may seem strange but when I am deleting eth0 from br-vlan and adding eth1 on br-vlan of both controller and compute node, these hosts are not reachable or able to ping (after some time) any other lab machine on 192.168.255.XXX n/w and vice-versa whereas with having eth0 in br-vlan, compute and controller are able to access lab machines and vice-versa.<br></li></ul></div><div><br></div><div>Just to include more information, if required, I am adding the commands I used to create n/ws.</div><div><u>My VMs are on INTERNAL_NET1 created using following commands:</u></div><div> - openstack network create --provider-network-type vlan INTERNAL_NET1</div><div> - openstack subnet create INTERNAL_SUBNET_1_1 --network INTERNAL_NET1 --subnet-range <a href="http://192.168.2.0/24">192.168.2.0/24</a></div><div> </div><div><u>EXTERNAL_NET is created using following commands:</u></div><div> - neutron net-create --provider:physical_network=flat --provider:network_type=flat --shared --router:external=true GATEWAY_NET</div><div> - neutron subnet-create GATEWAY_NET <a href="http://192.168.255.0/24">192.168.255.0/24</a> --name GATEWAY_SUBNET --gateway=192.168.255.1 --allocation-pool start=192.168.255.81,end=192.168.255.100</div><div> </div><div><i> Earlier I had tried --provider:physical_network=vlan --provider:network_type=vlan and things didn't work because lab n/w seems not expecting VLAN tagged packets. So, thinking of having flat n/w now.</i></div><div> </div><div><u>Router is created and GW and interfaces are set using following commands:</u></div><div> - neutron router-create NEUTRON-ROUTER</div><div> - neutron router-gateway-set NEUTRON-ROUTER GATEWAY_NET</div><div> - neutron router-interface-add NEUTRON-ROUTER INTERNAL_SUBNET_1_1</div><div><br></div><div>Thanks.</div><div><br></div><div>Regards,</div><div>Amit</div></div>