Advertisement
jtl999

Untitled

Aug 25th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. jtl-macbookpro:~ jtl$ sudo route add 192.168.1.4 10.3.0.1
  2. add host 192.168.1.4: gateway 10.3.0.1
  3. jtl-macbookpro:~ jtl$ traceroute -I 192.168.1.4
  4. traceroute to 192.168.1.4 (192.168.1.4), 64 hops max, 72 byte packets
  5. 1 10.3.0.1 (10.3.0.1) 0.491 ms 0.282 ms 0.361 ms
  6. 2 * 192.168.1.4 (192.168.1.4) 0.521 ms 0.479 ms
  7. jtl-macbookpro:~ jtl$ traceroute -I 192.168.1.4
  8. traceroute to 192.168.1.4 (192.168.1.4), 64 hops max, 72 byte packets
  9. 1 10.3.0.1 (10.3.0.1) 0.622 ms 0.324 ms 0.341 ms
  10. ^C
  11. jtl-macbookpro:~ jtl$ ping 192.168.1.4
  12. PING 192.168.1.4 (192.168.1.4): 56 data bytes
  13. Request timeout for icmp_seq 0
  14. 64 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.680 ms
  15. 64 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.619 ms
  16. 64 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.676 ms
  17. 64 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.517 ms
  18. 64 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.577 ms
  19. 64 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.634 ms
  20. 64 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.650 ms
  21. 64 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.557 ms
  22. 64 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.605 ms
  23. 64 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.598 ms
  24. 64 bytes from 192.168.1.4: icmp_seq=11 ttl=64 time=0.581 ms
  25. ^C
  26. --- 192.168.1.4 ping statistics ---
  27. 12 packets transmitted, 11 packets received, 8.3% packet loss
  28. round-trip min/avg/max/stddev = 0.517/0.609/0.680/0.048 ms
  29. jtl-macbookpro:~ jtl$ iperf3 -c 192.168.1.4
  30. Connecting to host 192.168.1.4, port 5201
  31. [ 4] local 10.3.0.161 port 50407 connected to 192.168.1.4 port 5201
  32. [ ID] Interval Transfer Bandwidth
  33. [ 4] 0.00-1.00 sec 194 KBytes 1.58 Mbits/sec
  34. [ 4] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec
  35. [ 4] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec
  36. [ 4] 3.00-4.00 sec 0.00 Bytes 0.00 bits/sec
  37. [ 4] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec
  38. [ 4] 5.00-6.00 sec 0.00 Bytes 0.00 bits/sec
  39. [ 4] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec
  40. [ 4] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec
  41. [ 4] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec
  42. [ 4] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec
  43. - - - - - - - - - - - - - - - - - - - - - - - - -
  44. [ ID] Interval Transfer Bandwidth
  45. [ 4] 0.00-10.00 sec 194 KBytes 159 Kbits/sec sender
  46. [ 4] 0.00-10.00 sec 65.0 KBytes 53.3 Kbits/sec receiver
  47.  
  48. iperf Done.
  49. jtl-macbookpro:~ jtl$ iperf3 -c 192.168.1.4 -t 30
  50. Connecting to host 192.168.1.4, port 5201
  51. [ 4] local 10.3.0.161 port 50411 connected to 192.168.1.4 port 5201
  52. [ ID] Interval Transfer Bandwidth
  53. [ 4] 0.00-1.00 sec 194 KBytes 1.59 Mbits/sec
  54. [ 4] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec
  55. [ 4] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec
  56. [ 4] 3.00-4.00 sec 0.00 Bytes 0.00 bits/sec
  57. [ 4] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec
  58. [ 4] 5.00-6.00 sec 0.00 Bytes 0.00 bits/sec
  59. [ 4] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec
  60. [ 4] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec
  61. [ 4] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec
  62. [ 4] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec
  63. [ 4] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec
  64.  
  65. [sic]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement