<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>Hello James,<br><br></div>I use underscores in ml2 config file as You suggested. Also made some changes in config file. Here is available: <a href="https://www.dropbox.com/s/fuzwiyuyfngyyl2/ml2_conf.ini?dl=0">https://www.dropbox.com/s/fuzwiyuyfngyyl2/ml2_conf.ini?dl=0</a><br><br></div>Summary:<br></div>- can ping from OS host to external gw and external linux host<br></div>- can ping from tenant VM to external gw and external linux host<br></div>- can't ping OS host and tenant VM floating IP from external linux host<br></div>- tcpdump on br-ex and eth0 interface is showing arp request during ping request from linux external host using vxlan segment<br></div><div><br></div>For additional info please check info from CLI screen here: <a href="https://www.dropbox.com/s/fv5hen4jbo6fmby/CLI_debug.txt?dl=0">https://www.dropbox.com/s/fv5hen4jbo6fmby/CLI_debug.txt?dl=0</a><br><br></div><div>Accidently I deleted symbolic link in log files pointing to agent log. Unfortunately I don't know how to create it again with proper permissions. I tried with chmod and chown using reference command but without much success.<br><br>lrwxrwxrwx  1 amir amir        43 Sep 19 15:26 screen-n-sch.log -> /opt/stack/logs/n-sch.log.2015-09-19-150746<br><b>-rw-r--r--  1 amir amir 245730291 Okt 18 14:00 screen-q-agt.log</b><br>lrwxrwxrwx  1 amir amir        44 Sep 19 15:25 screen-q-dhcp.log -> /opt/stack/logs/q-dhcp.log.2015-09-19-150746<br><br></div><div><br></div>Thank you for your help and time.<br><br></div>Kind regards,<br></div>Amir<br><div><div><div><table class="" id=":1eq" cellpadding="0" height="89" width="4"><tbody><tr><td class=""><br></td></tr></tbody></table></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 14, 2015 at 4:06 PM, James Denton <span dir="ltr"><<a href="mailto:james.denton@rackspace.com" target="_blank">james.denton@rackspace.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi Amir,<div><br></div><div>A couple of recommendations:</div><div><br></div><div>- Your vxlan_group setting has an extra dot at the end that may be causing issues:</div><div><pre><font face="Courier">[ml2_type_vxlan]</font></pre><pre><font face="Courier">vxlan_group = 239.0.0.0.</font></pre><div><div>- Your [OVS] block has some incorrect options. Use underscores rather than spaces:</div></div></div><div><pre>[ovs]
bridge_mappings = public:br-ex
local_ip = 192.168.100.100
vxlan_udp_port = 8472
tunnel type = vxlan
tunnel id ranges = 1001:2000
tenant network type = vxlan
enable tunneling = true</pre><div>- Same goes for [agent] as well:</div></div><div><pre>[agent]
tunnel_types = vxlan
root_helper_daemon = sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf
root_helper = sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
#tunnel_types = vxlan
vxlan_udp_port = 8472
l2 population = false</pre><div>Start by correcting those issues and restart the OVS agents across your hosts. The agent log may be of help here as well.</div></div><div><span class="HOEnZb"><font color="#888888"><div><div><div><br></div><div>James </div></div>

</div>
<br></font></span><div><blockquote type="cite"><div><div class="h5"><div>On Oct 14, 2015, at 2:38 AM, Amir Huskić <<a href="mailto:amir.huskic@gmail.com" target="_blank">amir.huskic@gmail.com</a>> wrote:</div><br></div></div><div><div><div class="h5"><div dir="ltr">Hello,<div><br></div><div>there is also my ml2_conf.ini file: <a href="https://dl.dropboxusercontent.com/u/4298410/ml2_conf.ini" target="_blank">https://dl.dropboxusercontent.com/u/4298410/ml2_conf.ini</a></div><div><br></div><div>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:</div><div><br></div><div><div>bridge_mappings = public:br-ex</div><div>integration bridge = br-int</div><div>tunnel bridge = br-ex</div></div><div><br></div><div>Thank you.</div><div>Regards,</div><div>Amir</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 12, 2015 at 3:53 PM, Amir Huskić <span dir="ltr"><<a href="mailto:amir.huskic@gmail.com" target="_blank">amir.huskic@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi all,</div><div><br></div><div>I'm trying to setup up Openstack test lab.</div><div><br></div><div>I deployed Openstack Kilo (Devstack) on PC running Ubuntu LTS 14.02 with single NIC.</div><div>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.</div><div><br></div><div>I would like also to connect tenant VMs to external network physical Linux host using vxlan tunnel and have L2 connectivity between VM and physical Linux host over L3 network.</div><div><br></div><div>Vxlan interface on Linux physical host is up and running. When I am trying to ping from Linux physical host to Openstack VM (not floating IP) using same subnet L2 address (example ping from 192.168.10.10 to 192.168.10.11) UDP packets on port 8472 are coming to Openstack br-ex interface with ARP request.</div><div><br></div><div>Problem is that I can't setup vxlan tunnel on Openstack.</div><div>Command "sudo ovs-vsctl show" doesn't show any vxlan tunnels.</div><div>Also when I try to ping from VM to Linux host using L2 IP address (ping from 192.168.10.11 to 192.168.10.10) tcpdump on br-ex doesn't show anything.</div><div><br></div><div>My ml2_conf.ini files is configured following this guide: <a href="http://www.opencloudblog.com/?p=300" target="_blank">http://www.opencloudblog.com/?p=300</a></div><div><br></div><div>Thanks in advance for your help,</div><div><br></div><div>Regards,</div><div>Amir</div></div>
</blockquote></div><br></div></div></div><span class="">
_______________________________________________<br>Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br></span></div></blockquote></div><br></div></div></blockquote></div><br></div>