Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. $ ping -4 172.217.20.164
  2. PING 172.217.20.164 (172.217.20.164) 56(84) bytes of data.
  3. 64 bytes from 172.217.20.164: icmp_seq=1 ttl=52 time=123 ms
  4. 64 bytes from 172.217.20.164: icmp_seq=2 ttl=52 time=213 ms
  5. 64 bytes from 172.217.20.164: icmp_seq=3 ttl=52 time=117 ms
  6. 64 bytes from 172.217.20.164: icmp_seq=4 ttl=52 time=164 ms
  7. 64 bytes from 172.217.20.164: icmp_seq=5 ttl=52 time=180 ms
  8. 64 bytes from 172.217.20.164: icmp_seq=6 ttl=52 time=121 ms
  9. ^C
  10. --- 172.217.20.164 ping statistics ---
  11. 7 packets transmitted, 6 received, 14% packet loss, time 6008ms
  12. rtt min/avg/max/mdev = 117.369/153.419/213.608/35.814 ms
  13.  
  14.  
  15. $ wget -Ov /dev/null 172.217.20.164
  16. /dev/null: Scheme missing.
  17. --2017-04-04 02:14:14-- http://172.217.20.164/
  18. Connecting to 172.217.20.164:80... connected.
  19. HTTP request sent, awaiting response... 301 Moved Permanently
  20. Location: http://www.google.com/ [following]
  21. --2017-04-04 02:14:17-- http://www.google.com/
  22. Resolving www.google.com... failed: Name or service not known.
  23. wget: unable to resolve host address ‘www.google.com’
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement