<div dir="ltr"><div><div><div><div>Hello All,<br><br>I am trying to setup a single node openstack vxlan configuration.<br>This is an excerpt from the <span style="background-color:rgb(0,0,255)">localrc file:</span><br><span style="color:rgb(0,0,255)"><b>Q_PLUGIN=ml2<br>
Q_ML2_TENANT_NETWORK_TYPE=vxlan</b></span><br><br>after running stack.sh, I made changes to the <span style="color:rgb(255,0,0)">ml2_conf.ini</span> file so that it looked like below for the tags shown:<br><span style="color:rgb(255,0,0)">[ml2]<br>
tenant_network_types = vxlan<br>type_drivers = local,vxlan<br>mechanism_drivers = openvswitch<br><br>[ml2_type_gre]<br>tunnel_id_ranges = 32769:34000<br>[ml2_type_vxlan]<br>vni_ranges = 65537:69999<br><br>[securitygroup]<br>
firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver<br>enable_security_group = True<br><br>[ovs]<br>local_ip = 127.0.0.1<br>tunnel_type = vxlan<br>tunnel_bridge = br-tun<br>integration_bridge = br-int<br>
tunnel_id_ranges = 65537:69999<br>tenant_network_type = vxlan<br>enable_tunneling = true<br><br>[agent]<br>tunnel_types = vxlan<br>root_helper = sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf<br>tunnel_types = vxlan<br>
l2_population = False<br><br></span><br>I am able to successfully launch instances. But I am not able to ping other hosts in the LAN. (Cant ping from instances as well as host machine)<br><br>br-ex, br-int and br-tun are the bridges created.<br>
eth0 and eth1 are the interfaces on the machine.<br><br>eth0 is attached to br-tun and is in promisc mode. br-tun has the host IP.<br><br>eth1 is attached to br-ex and is in promisc mode. br-ex is in the Openstack Public address pool.<br>
<br></div>Could you please help as to where I might be going wrong?<br></div>I refered to the below link for the configuration:<br><a href="http://www.opencloudblog.com/?p=300">http://www.opencloudblog.com/?p=300</a><br><br>
</div>Regards<br></div>Prabhu<br><div><div><div><div> <br></div></div></div></div></div>