[原]openstack-kilo--issue(十一)Failed connect to 169.254.169.254:80; No route to ho
本博客已经添加"打赏"功能,"打赏"位置位于右边栏红色框中,感谢您赞助的咖啡.# curl http://169.254.169.254/latest/user-data
curl: (7) Failed connect to 169.254.169.254:80; No route to host
解决方案:
重点检查是否是metadata agent出了问题。
1002cd /etc/sysconfig/network-scripts/
1003ls
1004vim route-eth0
1005route add -host 169.254.169.254 gw 10.10.10.1 dev eth0
1006route -n
1007curl http://169.254.169.254
页:
[1]