Advertisement
Guest User

Untitled

a guest
Nov 11th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.77 KB | None | 0 0
  1.  
  2.  
  3. ray@hoover:~$ ping 10.193.134.48
  4. PING 10.193.134.48 (10.193.134.48) 56(84) bytes of data.
  5. 64 bytes from 10.193.134.48: icmp_seq=1 ttl=64 time=0.348 ms
  6.  
  7. 64 bytes from 10.193.134.48: icmp_seq=24 ttl=64 time=0.331 ms
  8. ^C
  9. --- 10.193.134.48 ping statistics ---
  10. 24 packets transmitted, 24 received, 0% packet loss, time 23557ms
  11. rtt min/avg/max/mdev = 0.307/0.338/0.741/0.084 ms
  12. ray@hoover:~$
  13. ray@hoover:~$ ping 127.0.0.1
  14. PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
  15. 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.027 ms
  16. 64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.028 ms
  17. 64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.027 ms
  18. 64 bytes from 127.0.0.1: icmp_seq=4 ttl=64 time=0.023 ms
  19. 64 bytes from 127.0.0.1: icmp_seq=5 ttl=64 time=0.025 ms
  20. 64 bytes from 127.0.0.1: icmp_seq=6 ttl=64 time=0.026 ms
  21. 64 bytes from 127.0.0.1: icmp_seq=7 ttl=64 time=0.029 ms
  22. 64 bytes from 127.0.0.1: icmp_seq=8 ttl=64 time=0.027 ms
  23. 64 bytes from 127.0.0.1: icmp_seq=9 ttl=64 time=0.021 ms
  24. ^C
  25. --- 127.0.0.1 ping statistics ---
  26. 9 packets transmitted, 9 received, 0% packet loss, time 8181ms
  27. rtt min/avg/max/mdev = 0.021/0.025/0.029/0.002 ms
  28. ray@hoover:~$ ping 127.0.0.1
  29. PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
  30. 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.028 ms
  31.  
  32. 64 bytes from 127.0.0.1: icmp_seq=49 ttl=64 time=0.021 ms
  33. 64 bytes from 127.0.0.1: icmp_seq=50 ttl=64 time=0.023 ms
  34. ^C
  35. --- 127.0.0.1 ping statistics ---
  36. 50 packets transmitted, 50 received, 0% packet loss, time 50157ms
  37. rtt min/avg/max/mdev = 0.016/0.024/0.032/0.003 ms
  38. ray@hoover:~$ ping 10.193.134.48
  39. PING 10.193.134.48 (10.193.134.48) 56(84) bytes of data.
  40. 64 bytes from 10.193.134.48: icmp_seq=1 ttl=64 time=0.336 ms
  41.  
  42. 64 bytes from 10.193.134.48: icmp_seq=57 ttl=64 time=0.325 ms
  43. ^C
  44. --- 10.193.134.48 ping statistics ---
  45. 57 packets transmitted, 57 received, 0% packet loss, time 57333ms
  46. rtt min/avg/max/mdev = 0.309/0.322/0.336/0.008 ms
  47. ray@hoover:~$ ping google.ca
  48. PING google.ca (172.217.165.3) 56(84) bytes of data.
  49. 64 bytes from yyz12s06-in-f3.1e100.net (172.217.165.3): icmp_seq=1 ttl=57 time=15.3 ms
  50.  
  51. 64 bytes from yyz12s06-in-f3.1e100.net (172.217.165.3): icmp_seq=64 ttl=57 time=12.7 ms
  52. ^C
  53. --- google.ca ping statistics ---
  54. 64 packets transmitted, 64 received, 0% packet loss, time 63083ms
  55. rtt min/avg/max/mdev = 12.727/15.073/29.282/2.344 ms
  56. ray@hoover:~$ ping start.ca
  57. PING start.ca (162.250.196.40) 56(84) bytes of data.
  58. 64 bytes from web2-london3.start.ca (162.250.196.40): icmp_seq=1 ttl=59 time=16.2 ms
  59.  
  60. 64 bytes from web2-london3.start.ca (162.250.196.40): icmp_seq=58 ttl=59 time=15.5 ms
  61. ^C
  62. --- start.ca ping statistics ---
  63. 58 packets transmitted, 58 received, 0% packet loss, time 57085ms
  64. rtt min/avg/max/mdev = 14.564/17.520/36.170/3.526 ms
  65. ray@hoover:~$ traceroute start.ca
  66.  
  67. Command 'traceroute' not found, but can be installed with:
  68.  
  69. sudo apt install inetutils-traceroute # version 2:1.9.4-10build1, or
  70. sudo apt install traceroute # version 1:2.1.0-2
  71.  
  72. ray@hoover:~$ tracerout -h
  73.  
  74. Command 'tracerout' not found, did you mean:
  75.  
  76. command 'traceroute' from deb inetutils-traceroute (2:1.9.4-10build1)
  77. command 'traceroute' from deb traceroute (1:2.1.0-2)
  78.  
  79. Try: sudo apt install <deb name>
  80.  
  81. ray@hoover:~$ tracerout -h
  82.  
  83. Command 'tracerout' not found, did you mean:
  84.  
  85. command 'traceroute' from deb inetutils-traceroute (2:1.9.4-10build1)
  86. command 'traceroute' from deb traceroute (1:2.1.0-2)
  87.  
  88. Try: sudo apt install <deb name>
  89.  
  90. ray@hoover:~$ traceroute start.ca
  91. traceroute to start.ca (162.250.196.40), 30 hops max, 60 byte packets
  92. 1 10.193.134.1 (10.193.134.1) 8.514 ms 8.494 ms 8.469 ms
  93. 2 * * *
  94. 3 c2.tpia.start.ca (104.153.24.189) 14.458 ms c5.tpia.start.ca (104.153.24.201) 14.445 ms 14.789 ms
  95. 4 64.140.112.84 (64.140.112.84) 13.979 ms 13.222 ms 12.687 ms
  96. 5 * * *
  97. 6 * * *
  98. 7 * * *
  99. 8 * * *
  100. 9 * * *
  101. 10 * * *
  102. 11 * * *
  103. 12 * * *
  104. 13 * * *
  105. 14 * * *
  106. 15 * * *
  107. 16 * * *
  108. 17 * * *
  109. 18 * * *
  110. 19 * * *
  111. 20 * * *
  112. 21 * * *
  113. 22 * * *
  114. 23 * * *
  115. 24 * * *
  116. 25 * * *
  117. 26 * * *
  118. 27 * * *
  119. 28 * * *
  120. 29 * * *
  121. 30 * * *
  122. ray@hoover:~$ traceroute google.ca
  123. traceroute to google.ca (172.217.1.163), 30 hops max, 60 byte packets
  124. 1 10.193.134.1 (10.193.134.1) 10.753 ms 10.762 ms 10.758 ms
  125. 2 * * *
  126. 3 c6.tpia.start.ca (104.153.24.205) 16.677 ms c2.tpia.start.ca (104.153.24.189) 24.138 ms c9.tpia.start.ca (104.153.24.217) 23.813 ms
  127. 4 72.14.198.214 (72.14.198.214) 21.495 ms 21.504 ms 21.828 ms
  128. 5 108.170.250.241 (108.170.250.241) 21.835 ms 108.170.250.225 (108.170.250.225) 21.831 ms 108.170.250.241 (108.170.250.241) 21.828 ms
  129. 6 108.170.226.223 (108.170.226.223) 23.497 ms 16.993 ms 108.170.226.221 (108.170.226.221) 16.994 ms
  130. 7 yyz10s04-in-f3.1e100.net (172.217.1.163) 17.200 ms 16.749 ms 17.604 ms
  131. ray@hoover:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement