<div dir="ltr">dnsmaq is running, ip netns doesn't return anything.<div><br></div><div>-Paras.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 8, 2013 at 4:07 PM, Rami Vaknin <span dir="ltr"><<a href="mailto:rvaknin@redhat.com" target="_blank">rvaknin@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"><div class="im">
<div>On 11/08/2013 11:35 PM, Paras pradhan
wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Hi,</span>
<div style="font-family:arial,sans-serif;font-size:13px"><br>
</div>
<div style="font-family:arial,sans-serif;font-size:13px">I gpt
an instance UP but it doesnot get an IP address. neutron
agent-list lists DHCP agent happy. While booting I see cirros
stuck at sending discover... multiple times. dnsmasq process
is running. how do i debug?</div>
</div>
</blockquote>
<br></div>
I would start with:<br>
* ps -efl | grep dnsmasq | grep -v grep - to verify that the dnsmasq
process is running, you can also check the conf file appeas in this
output<br>
* ip netns - to get the list of namespaces<br>
* ip netns exec <the_right_dhcp_namespace_name> tcpdump -i any
... - to look for the dhcp offer or arp issues<br>
* ping each other - instance to dhcp address, and vice versa (the
second one should be done from within the namespace)<br>
<br>
<blockquote type="cite">
<div dir="ltr">
<div style="font-family:arial,sans-serif;font-size:13px"><br>
</div>
<div style="font-family:arial,sans-serif;font-size:13px">Thanks</div>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_______________________________________________
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>
Post to : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><span class="HOEnZb"><font color="#888888">
</font></span></pre><span class="HOEnZb"><font color="#888888">
</font></span></blockquote><span class="HOEnZb"><font color="#888888">
<br>
<br>
<pre cols="72">--
Thanks,
Rami Vaknin, QE @ Red Hat, TLV, IL.
</pre>
</font></span></div>
</blockquote></div><br></div>