Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. ifconfig
  2.  
  3. ping -c 4 192.168.1.1
  4. PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
  5. 64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.872 ms
  6. 64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=0.927 ms
  7. 64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=1.09 ms
  8. 64 bytes from 192.168.1.1: icmp_seq=4 ttl=64 time=0.865 ms
  9.  
  10. --- 192.168.1.1 ping statistics ---
  11. 4 packets transmitted, 4 received, 0% packet loss, time 2997ms
  12. rtt min/avg/max/mdev = 0.865/0.940/1.098/0.098 ms
  13.  
  14. ping google.com
  15. ping: unknown host google.com
  16.  
  17. traceroute 8.8.8.8
  18. traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 60 byte packets
  19. 1 192.168.1.1 (192.168.1.1) 1.554 ms !N 2.068 ms !N 2.635 ms !N
  20.  
  21. host google.com
  22. ;; connection timed out; no servers could be reached
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement