← Back to team overview

openstack team mailing list archive

Re: metadata service problem

 


On 08/10/2012 12:17 PM, Vishvananda Ishaya wrote:
$> curl -v http://169.254.169.254:8775/
* About to connect() to 169.254.169.254 port 8775 (#0)
*   Trying 169.254.169.254... Connection timed out
* couldn't connect to host
* Closing connection #0
curl: (7) couldn't connect to host

Any idea where should I start investigating this?

This looks strange, the instance should not be putting port 8775 in the request,
it should be on port 80.


Generally iptables should be set up to translate 8775 to 80 on 169.254.169.254.

--
simonsmicrophone.com


References