Advertisement
teknoraver

openvpn wireguard

Nov 22nd, 2018
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. # grep 'model name' /proc/cpuinfo
  2. model name : Intel(R) Xeon(R) CPU E3-1265L V2 @ 2.50GHz
  3. model name : Intel(R) Xeon(R) CPU E3-1265L V2 @ 2.50GHz
  4. model name : Intel(R) Xeon(R) CPU E3-1265L V2 @ 2.50GHz
  5. model name : Intel(R) Xeon(R) CPU E3-1265L V2 @ 2.50GHz
  6. model name : Intel(R) Xeon(R) CPU E3-1265L V2 @ 2.50GHz
  7. model name : Intel(R) Xeon(R) CPU E3-1265L V2 @ 2.50GHz
  8. model name : Intel(R) Xeon(R) CPU E3-1265L V2 @ 2.50GHz
  9. model name : Intel(R) Xeon(R) CPU E3-1265L V2 @ 2.50GHz
  10.  
  11. # ip a
  12. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
  13. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  14. inet 127.0.0.1/8 scope host lo
  15. valid_lft forever preferred_lft forever
  16. 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
  17. link/ether ca:1f:db:e0:a0:8d brd ff:ff:ff:ff:ff:ff
  18. inet 192.168.85.70/24 brd 192.168.85.255 scope global
  19. valid_lft forever preferred_lft forever
  20. 3: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc fq state UNKNOWN group default qlen 500
  21. link/none
  22. inet 10.8.0.6 peer 10.8.0.5/32 scope global tun0
  23. valid_lft forever preferred_lft forever
  24. 4: wg0: <POINTOPOINT,NOARP,UP,LOWER_UP> mtu 1420 qdisc noqueue state UNKNOWN group default qlen 1000
  25. link/none
  26. inet 192.168.2.1/24 scope global wg0
  27. valid_lft forever preferred_lft forever
  28.  
  29. # iperf3 -Z -c 192.168.85.63 -i10 -t 60
  30. Connecting to host 192.168.85.63, port 5201
  31. [ 5] local 192.168.85.43 port 39976 connected to 192.168.85.63 port 5201
  32. [ ID] Interval Transfer Bitrate Retr Cwnd
  33. [ 5] 0.00-10.00 sec 14.9 GBytes 12.8 Gbits/sec 0 212 KBytes
  34. [ 5] 10.00-20.00 sec 14.9 GBytes 12.8 Gbits/sec 39 195 KBytes
  35. [ 5] 20.00-30.00 sec 14.9 GBytes 12.8 Gbits/sec 222 195 KBytes
  36. [ 5] 30.00-40.00 sec 14.0 GBytes 12.0 Gbits/sec 14 195 KBytes
  37. [ 5] 40.00-50.00 sec 15.3 GBytes 13.2 Gbits/sec 41 195 KBytes
  38. [ 5] 50.00-60.00 sec 15.4 GBytes 13.2 Gbits/sec 31 195 KBytes
  39. - - - - - - - - - - - - - - - - - - - - - - - - -
  40. [ ID] Interval Transfer Bitrate Retr
  41. [ 5] 0.00-60.00 sec 89.4 GBytes 12.8 Gbits/sec 347 sender
  42. [ 5] 0.00-60.05 sec 89.4 GBytes 12.8 Gbits/sec receiver
  43.  
  44. iperf Done.
  45.  
  46. # iperf3 -Z -c 10.8.0.1 -i10 -t 60
  47. Connecting to host 10.8.0.1, port 5201
  48. [ 4] local 10.8.0.6 port 44206 connected to 10.8.0.1 port 5201
  49. [ ID] Interval Transfer Bandwidth Retr Cwnd
  50. [ 4] 0.00-10.00 sec 987 MBytes 828 Mbits/sec 0 5.26 KBytes
  51. [ 4] 10.00-20.00 sec 979 MBytes 822 Mbits/sec 0 205 KBytes
  52. [ 4] 20.00-30.00 sec 969 MBytes 813 Mbits/sec 0 208 KBytes
  53. [ 4] 30.00-40.00 sec 968 MBytes 812 Mbits/sec 0 208 KBytes
  54. [ 4] 40.00-50.00 sec 978 MBytes 820 Mbits/sec 0 205 KBytes
  55. [ 4] 50.00-60.00 sec 946 MBytes 793 Mbits/sec 0 208 KBytes
  56. - - - - - - - - - - - - - - - - - - - - - - - - -
  57. [ ID] Interval Transfer Bandwidth Retr
  58. [ 4] 0.00-60.00 sec 5.69 GBytes 815 Mbits/sec 0 sender
  59. [ 4] 0.00-60.00 sec 5.69 GBytes 815 Mbits/sec receiver
  60.  
  61. iperf Done.
  62.  
  63. # iperf3 -Z -c 192.168.2.2 -i10 -t 60
  64. Connecting to host 192.168.2.2, port 5201
  65. [ 5] local 192.168.2.1 port 57688 connected to 192.168.2.2 port 5201
  66. [ ID] Interval Transfer Bitrate Retr Cwnd
  67. [ 5] 0.00-10.00 sec 4.49 GBytes 3.86 Gbits/sec 0 441 KBytes
  68. [ 5] 10.00-20.00 sec 4.42 GBytes 3.79 Gbits/sec 0 382 KBytes
  69. [ 5] 20.00-30.00 sec 4.40 GBytes 3.78 Gbits/sec 0 342 KBytes
  70. [ 5] 30.00-40.00 sec 4.09 GBytes 3.52 Gbits/sec 0 227 KBytes
  71. [ 5] 40.00-50.00 sec 3.95 GBytes 3.39 Gbits/sec 0 230 KBytes
  72. [ 5] 50.00-60.00 sec 3.98 GBytes 3.42 Gbits/sec 0 230 KBytes
  73. - - - - - - - - - - - - - - - - - - - - - - - - -
  74. [ ID] Interval Transfer Bitrate Retr
  75. [ 5] 0.00-60.00 sec 25.3 GBytes 3.63 Gbits/sec 0 sender
  76. [ 5] 0.00-60.05 sec 25.3 GBytes 3.62 Gbits/sec receiver
  77.  
  78. iperf Done.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement