Skip to content

Instantly share code, notes, and snippets.

@jimleitch01
Created November 2, 2014 06:55
Show Gist options
  • Save jimleitch01/ba3608a784f91da20ce1 to your computer and use it in GitHub Desktop.
Save jimleitch01/ba3608a784f91da20ce1 to your computer and use it in GitHub Desktop.
On Cirros image:
$ rm index.html; wget http://169.254.169.254
Connecting to 169.254.169.254 (169.254.169.254:80)
index.html 100% |********************************| 98 0:00:00 ETA
On CentOS 6.4 image:
root@host-192-168-104-29 ~]# rm index.html; wget http://169.254.169.254
rm: cannot remove `index.html': No such file or directory
--2014-11-02 01:53:06-- http://169.254.169.254/
Connecting to 169.254.169.254:80... failed: Connection refused.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment