Hi,<br><br>Here are the network configuration parameters in my nova.conf<br><br>--network_manager = nova.network.manager.FlatManager<br>--flat_network_bridge=br100<br>--flat_injected=true<br>--flat_interface=eth0<br>--public_interface=eth0<br>
<br>Hence, I ran tcpdump with following three filters on the interfaces - eth0, lo & br100.<br><br>ip host 169.254.169.254<br>port 8773<br>port 80<br><br>but, nothing was returned for around a minute. Do I need to use different filters?<br>
<br>Thank you.<br><br>Regards,<br>Shashank Sahni<br><br><div class="gmail_quote">On Sun, Oct 2, 2011 at 11:31 PM, Jesse Andrews <span dir="ltr"><<a href="mailto:anotherjesse@gmail.com">anotherjesse@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">If the request isn't coming into the nova-api then I recommend<br>
checking the network path using tcpdump (or wireshark - there is a<br>
curses version).<br>
<br>
As you can see it tries 100 times to hit the metadata server so you<br>
should see traffic every couple seconds<br>
<div><div></div><div class="h5"><br>
<br>
On Sat, Oct 1, 2011 at 1:59 PM, Shashank Sahni <<a href="mailto:shredder12@linuxers.org">shredder12@linuxers.org</a>> wrote:<br>
> Hi everyone,<br>
> I'm working on a single node installation of openstack(for testing). I'm<br>
> using ubuntu uec images and am successfully able to boot them. But<br>
> unfortunately, I get the error<br>
> DataSourceEc2.py[WARNING]:   20:07:30 [17/100]: url error [[Errno 101]<br>
> Network is unreachable]<br>
> at the end of "euca-get-console-output". I believe that is the reason why<br>
> I'm not able to either ping or ssh into the instance.<br>
> There already exists a pre-routing rule to redirect all the communication<br>
> from <a href="http://169.254.169.254:80" target="_blank">169.254.169.254:80</a> to nova-api:8773.<br>
> -A nova-network-PREROUTING -d <a href="http://169.254.169.254/32" target="_blank">169.254.169.254/32</a> -p tcp -m tcp --dport 80 -j<br>
> DNAT --to-destination <a href="http://10.2.4.135:8773" target="_blank">10.2.4.135:8773</a><br>
> Any suggestions?<br>
> Regards,<br>
> Shashank Sahni<br>
</div></div>> _______________________________________________<br>
> Mailing list: <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
> Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
> Unsubscribe : <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
> More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
><br>
><br>
</blockquote></div><br>