unable to ping metadata server 169.254.169.254
We are able to create a VM with demo-net IP 10.5.5.2 and attached a floating IP 7.7.7.131 and was able to ping but still facing few issues.
Unable to connect it through SSH. We have executed the following command
ssh -i keypair.pem root@10.5.5.2 Read from socket failed: Connection reset by peer
In the instance console log we can see lots of warning like the following.
20130421 14:43:52,548 util.py[WARNING]: 'http://169.254.169.254/20090404/metadata/instanceid' failed [0/120s]: http error [500]
IP 169.254.169.254 is not pingable , using route -n we could see an entry for 169.254.0.0. We tried to remove this entry using route del but again it reappear in next network restart. We are using ubuntu 12.04 LTS.
- From horizon dashboard we can see a console asking for login in the following path instance - console. But we do not have the proper loginid and password for the created instance. We tried several combinations like (admin, blank) (root, blank) (ubuntu, blank) (demo, passoword) (admin, password) but none of them are working.