Advertisement
Guest User

Untitled

a guest
Dec 15th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. 100 ping server to client
  2. [root@phx25.mc ~]# ping -i 0.1 -I 104.219.0.28 47.185.208.116 -c 100
  3. PING 47.185.208.116 (47.185.208.116) from 104.219.0.28 : 56(84) bytes of data.
  4.  
  5. --- 47.185.208.116 ping statistics ---
  6. 100 packets transmitted, 0 received, 100% packet loss, time 10543ms
  7.  
  8. [root@phx25.mc ~]#
  9.  
  10.  
  11. 100 ping client to server
  12. root@int:~# ping -i 0.1 -c 100 104.219.0.28
  13. PING 104.219.0.28 (104.219.0.28) 56(84) bytes of data.
  14.  
  15. --- 104.219.0.28 ping statistics ---
  16. 100 packets transmitted, 0 received, 100% packet loss, time 405ms
  17.  
  18. traceroute server to client
  19. [root@phx25.mc ~]# traceroute -s 104.219.0.28 47.185.208.116
  20. traceroute to 47.185.208.116 (47.185.208.116), 30 hops max, 60 byte packets
  21. 1 hosted-by.cubedhost.com (104.219.0.1) 0.374 ms 0.593 ms 0.806 ms
  22. 2 10.220.36.1 (10.220.36.1) 0.118 ms 10.220.37.1 (10.220.37.1) 0.192 ms 0.226 ms
  23. 3 * * *
  24. 4 * * *
  25. 5 * * *
  26. 6 * * *
  27. 7 * * *
  28. 8 * * *
  29. 9 * * *
  30. 10 * * *
  31. 11 * * *
  32. 12 * * *
  33. 13 * * *
  34. 14 * * *
  35. 15 * * *
  36. 16 * * *
  37. 17 * * *
  38. 18 * * *
  39. 19 * * *
  40. 20 * * *
  41. 21 * * *
  42. 22 * * *
  43. 23 * * *
  44. 24 * * *
  45. 25 * * *
  46. 26 * * *
  47. 27 * * *
  48. 28 * * *
  49. 29 * * *
  50. 30 * * *
  51.  
  52.  
  53. traceroute client to server
  54. root@int:~# traceroute 104.219.0.28
  55. traceroute to 104.219.0.28 (104.219.0.28), 30 hops max, 60 byte packets
  56. 1 _gateway (10.51.0.1) 0.338 ms 0.325 ms 0.457 ms
  57. 2 47.185.192.1 (47.185.192.1) 2.795 ms 2.765 ms 2.785 ms
  58. 3 172.102.50.200 (172.102.50.200) 6.407 ms 6.378 ms 172.102.50.248 (172.102.50.248) 4.143 ms
  59. 4 ae7---0.scr01.dlls.tx.frontiernet.net (74.40.3.17) 4.331 ms 4.297 ms ae8---0.scr02.dlls.tx.frontiernet.net (74.40.3.25) 4.532 ms
  60. 5 ae1---0.cbr01.dlls.tx.frontiernet.net (74.40.1.82) 4.350 ms ae0---0.cbr01.dlls.tx.frontiernet.net (74.40.4.14) 28.111 ms 4.212 ms
  61. 6 lag-102.ear3.dallas1.level3.net (4.15.44.125) 4.946 ms 3.033 ms 2.692 ms
  62. 7 * * *
  63. 8 phoenix-nap.ear1.atlanta2.level3.net (4.15.118.198) 22.905 ms phoenix-nap.ear1.atlanta2.level3.net (4.15.118.182) 24.234 ms 23.900 ms
  64. 9 * * *
  65. 10 * * *
  66. 11 * * *
  67. 12 * * *
  68. 13 * * *
  69. 14 * * *
  70. 15 * * *
  71. 16 * * *
  72. 17 * * *
  73. 18 * * *
  74. 19 * * *
  75. 20 * * *
  76. 21 * * *
  77. 22 * * *
  78. 23 * * *
  79. 24 * * *
  80. 25 * * *
  81. 26 * * *
  82. 27 * * *
  83. 28 * * *
  84. 29 * * *
  85. 30 * * *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement