Created
November 2, 2014 06:55
-
-
Save jimleitch01/ba3608a784f91da20ce1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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