Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. root@nat:~# curl -4 -s api.petabyet.com/ip
  2. 192.111.152.116
  3.  
  4. root@nat:~# curl -L -v -k http://192.111.152.116
  5. * Rebuilt URL to: http://192.111.152.116/
  6. * Hostname was NOT found in DNS cache
  7. * Trying 192.111.152.116...
  8. * connect to 192.111.152.116 port 80 failed: Connection refused
  9. * Failed to connect to 192.111.152.116 port 80: Connection refused
  10. * Closing connection 0
  11. curl: (7) Failed to connect to 192.111.152.116 port 80: Connection refused
  12.  
  13. root@nat:~# telnet 192.111.152.116 80
  14. Trying 192.111.152.116...
  15. telnet: Unable to connect to remote host: Connection refused
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement