Hi,<br><br>Which network mode do you use ?<br>I think I get the same problem in VLAN network mode. Can you check your 'nova-api' logs ? <br><br>The DNAT rule in pre-routing table change the destination of meta data packets but SNAT rule in post routing table change the source IP of all outgoing traffic.<br>
So, the meta data handler cannot identify the origin of the meta data request. The flag 'use_forwarded_for' permit to use the HTTP header field 'X-Forwarded-For' tio identify the IP source of the meta data request.<br>
But I don't know how configure 'cloud-init' to set this HTTP header ?<br><br>Doude.<br><br><div class="gmail_quote">On Sun, Oct 2, 2011 at 8:01 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>
<br>
_______________________________________________<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>
</blockquote></div><br>