Advertisement
mar_w

Netgear R6220 (mt7621ST) - OpenWrt 23.05-SNAPSHOT, r23821

Apr 6th, 2024
895
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 21.31 KB | None | 0 0
  1. -----------------------------------------------------------------------------
  2.  |                                                                           |
  3.  | OpenWrt 23.05-SNAPSHOT, r23821-77b7c10884                                 |
  4.  |                                                                           |
  5.  | Build time: 2024-04-06 11:28 CEST                                         |
  6.  | Cezary Jackiewicz, https://eko.one.pl                                     |
  7.  |                                                                           |
  8.  -----------------------------------------------------------------------------
  9.  | Machine: Netgear R6220                                                    |
  10.  
  11. #######################################################################################################
  12.  
  13.     ########## Bez HW ##########
  14.  
  15. #######################################################################################################
  16.  
  17. ### NAT: (z klienta LAN-owego, przez router, do serwera) ###
  18.  
  19. $ iperf3 -c 192.168.76.1 -i 0 -t 60 -f M
  20. Connecting to host 192.168.76.1, port 5201
  21. [  5] local 192.168.1.3 port 48078 connected to 192.168.76.1 port 5201
  22. [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
  23. [  5]   0.00-60.00  sec  2.96 GBytes  50.5 MBytes/sec  192   1.02 MBytes      
  24. - - - - - - - - - - - - - - - - - - - - - - - - -
  25. [ ID] Interval           Transfer     Bitrate         Retr
  26. [  5]   0.00-60.00  sec  2.96 GBytes  50.5 MBytes/sec  192             sender
  27. [  5]   0.00-60.01  sec  2.96 GBytes  50.5 MBytes/sec                  receiver
  28.  
  29. iperf Done.
  30.  
  31. ftp user@192.168.76.1
  32. ftp> put test.iso
  33. 1073741824 bytes sent in 00:20 (49.18 MiB/s)
  34.  
  35.  
  36. $ iperf3 -c 192.168.76.1 -i 0 -t 60 -f M -R
  37. Connecting to host 192.168.76.1, port 5201
  38. Reverse mode, remote host 192.168.76.1 is sending
  39. [  5] local 192.168.1.3 port 48808 connected to 192.168.76.1 port 5201
  40. [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
  41. [  5]   0.00-60.00  sec  1.72 GBytes  29.3 MBytes/sec                  
  42. - - - - - - - - - - - - - - - - - - - - - - - - -
  43. [ ID] Interval           Transfer     Bitrate         Retr
  44. [  5]   0.00-60.00  sec  1.72 GBytes  29.4 MBytes/sec   55             sender
  45. [  5]   0.00-60.00  sec  1.72 GBytes  29.3 MBytes/sec                  receiver
  46.  
  47. iperf Done.
  48.  
  49. ftp user@192.168.76.1
  50. ftp> get test.iso
  51. 1073741824 bytes received in 00:27 (36.64 MiB/s)
  52.  
  53.  
  54. $ iperf3 -c 192.168.76.1 -i 0 -t 60 -f M --bidir
  55. Connecting to host 192.168.76.1, port 5201
  56. [  5] local 192.168.1.3 port 51382 connected to 192.168.76.1 port 5201
  57. [  7] local 192.168.1.3 port 51392 connected to 192.168.76.1 port 5201
  58. [ ID][Role] Interval           Transfer     Bitrate         Retr  Cwnd
  59. [  5][TX-C]   0.00-60.00  sec  1.52 GBytes  26.0 MBytes/sec  301    696 KBytes      
  60. [  7][RX-C]   0.00-60.00  sec  1.02 GBytes  17.5 MBytes/sec                  
  61. - - - - - - - - - - - - - - - - - - - - - - - - -
  62. [ ID][Role] Interval           Transfer     Bitrate         Retr
  63. [  5][TX-C]   0.00-60.00  sec  1.52 GBytes  26.0 MBytes/sec  301             sender
  64. [  5][TX-C]   0.00-60.01  sec  1.52 GBytes  26.0 MBytes/sec                  receiver
  65. [  7][RX-C]   0.00-60.00  sec  1.03 GBytes  17.5 MBytes/sec  2902             sender
  66. [  7][RX-C]   0.00-60.01  sec  1.02 GBytes  17.5 MBytes/sec                  receiver
  67.  
  68. iperf Done.
  69.  
  70. ### WG (z klienta LAN-owego, przez router który jest peerem WG, do serwera WG) ###
  71.  
  72. $ iperf3 -c 10.9.0.1 -i 0 -t 60 -f M
  73. Connecting to host 10.9.0.1, port 5201
  74. [  5] local 192.168.1.3 port 43884 connected to 10.9.0.1 port 5201
  75. [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
  76. [  5]   0.00-60.00  sec   827 MBytes  13.8 MBytes/sec  2217   3.00 MBytes      
  77. - - - - - - - - - - - - - - - - - - - - - - - - -
  78. [ ID] Interval           Transfer     Bitrate         Retr
  79. [  5]   0.00-60.00  sec   827 MBytes  13.8 MBytes/sec  2217             sender
  80. [  5]   0.00-60.17  sec   827 MBytes  13.7 MBytes/sec                  receiver
  81.  
  82. iperf Done.
  83.  
  84. ftp user@10.9.0.1
  85. ftp> put test.iso
  86. 1073741824 bytes sent in 01:26 (11.79 MiB/s)
  87.  
  88.  
  89. $ iperf3 -c 10.9.0.1 -i 0 -t 60 -f M -R
  90. Connecting to host 10.9.0.1, port 5201
  91. Reverse mode, remote host 10.9.0.1 is sending
  92. [  5] local 192.168.1.3 port 50238 connected to 10.9.0.1 port 5201
  93. [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
  94. [  5]   0.00-60.00  sec   785 MBytes  13.1 MBytes/sec                  
  95. - - - - - - - - - - - - - - - - - - - - - - - - -
  96. [ ID] Interval           Transfer     Bitrate         Retr
  97. [  5]   0.00-60.00  sec   788 MBytes  13.1 MBytes/sec  163             sender
  98. [  5]   0.00-60.00  sec   785 MBytes  13.1 MBytes/sec                  receiver
  99.  
  100. iperf Done.
  101.  
  102. ftp user@10.9.0.1
  103. ftp> get test.iso
  104. 1073741824 bytes received in 01:46 (9.65 MiB/s)
  105.  
  106.  
  107. $ iperf3 -c 10.9.0.1 -i 0 -t 60 -f M --bidir
  108. Connecting to host 10.9.0.1, port 5201
  109. [  5] local 192.168.1.3 port 57494 connected to 10.9.0.1 port 5201
  110. [  7] local 192.168.1.3 port 57508 connected to 10.9.0.1 port 5201
  111. [ ID][Role] Interval           Transfer     Bitrate         Retr  Cwnd
  112. [  5][TX-C]   0.00-60.00  sec   329 MBytes  5.48 MBytes/sec  278    934 KBytes      
  113. [  7][RX-C]   0.00-60.00  sec   368 MBytes  6.13 MBytes/sec                  
  114. - - - - - - - - - - - - - - - - - - - - - - - - -
  115. [ ID][Role] Interval           Transfer     Bitrate         Retr
  116. [  5][TX-C]   0.00-60.00  sec   329 MBytes  5.48 MBytes/sec  278             sender
  117. [  5][TX-C]   0.00-60.01  sec   328 MBytes  5.46 MBytes/sec                  receiver
  118. [  7][RX-C]   0.00-60.00  sec   370 MBytes  6.16 MBytes/sec  228             sender
  119. [  7][RX-C]   0.00-60.01  sec   368 MBytes  6.12 MBytes/sec                  receiver
  120.  
  121. iperf Done.
  122.  
  123. ### PPPoE + VLAN 35(z klienta LAN-owego, przez router który jest clientem PPPoE, do serwera PPPoE dodatkowo na tagowanych portach VLAN 35) ####
  124.  
  125. $ iperf3 -c 192.168.76.1 -i 0 -t 60 -f M
  126. Connecting to host 192.168.76.1, port 5201
  127. [  5] local 192.168.1.3 port 58680 connected to 192.168.76.1 port 5201
  128. [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
  129. [  5]   0.00-60.00  sec  1.12 GBytes  19.1 MBytes/sec   98   1.75 MBytes      
  130. - - - - - - - - - - - - - - - - - - - - - - - - -
  131. [ ID] Interval           Transfer     Bitrate         Retr
  132. [  5]   0.00-60.00  sec  1.12 GBytes  19.1 MBytes/sec   98             sender
  133. [  5]   0.00-60.03  sec  1.12 GBytes  19.1 MBytes/sec                  receiver
  134.  
  135. iperf Done.
  136.  
  137. ftp user@192.168.76.1
  138. ftp> put test.iso
  139. 1073741824 bytes sent in 00:48 (21.18 MiB/s)
  140.  
  141.  
  142. $ iperf3 -c 192.168.76.1 -i 0 -t 60 -f M -R
  143. Connecting to host 192.168.76.1, port 5201
  144. Reverse mode, remote host 192.168.76.1 is sending
  145. [  5] local 192.168.1.3 port 45058 connected to 192.168.76.1 port 5201
  146. [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
  147. [  5]   0.00-60.00  sec   762 MBytes  12.7 MBytes/sec                  
  148. - - - - - - - - - - - - - - - - - - - - - - - - -
  149. [ ID] Interval           Transfer     Bitrate         Retr
  150. [  5]   0.00-60.04  sec   765 MBytes  12.7 MBytes/sec   58             sender
  151. [  5]   0.00-60.00  sec   762 MBytes  12.7 MBytes/sec                  receiver
  152.  
  153. iperf Done.
  154.  
  155. ftp user@192.168.76.1
  156. ftp> get test.iso
  157. 1073741824 bytes received in 01:19 (12.95 MiB/s)
  158.  
  159.  
  160. $ iperf3 -c 192.168.76.1 -i 0 -t 60 -f M --bidir
  161. Connecting to host 192.168.76.1, port 5201
  162. [  5] local 192.168.1.3 port 39730 connected to 192.168.76.1 port 5201
  163. [  7] local 192.168.1.3 port 39740 connected to 192.168.76.1 port 5201
  164. [ ID][Role] Interval           Transfer     Bitrate         Retr  Cwnd
  165. [  5][TX-C]   0.00-60.00  sec   880 MBytes  14.7 MBytes/sec  328    799 KBytes      
  166. [  7][RX-C]   0.00-60.00  sec   361 MBytes  6.01 MBytes/sec                  
  167. - - - - - - - - - - - - - - - - - - - - - - - - -
  168. [ ID][Role] Interval           Transfer     Bitrate         Retr
  169. [  5][TX-C]   0.00-60.00  sec   880 MBytes  14.7 MBytes/sec  328             sender
  170. [  5][TX-C]   0.00-60.00  sec   878 MBytes  14.6 MBytes/sec                  receiver
  171. [  7][RX-C]   0.00-60.00  sec   362 MBytes  6.04 MBytes/sec  251             sender
  172. [  7][RX-C]   0.00-60.00  sec   361 MBytes  6.01 MBytes/sec                  receiver
  173.  
  174. iperf Done.
  175.  
  176. ### WG + PPPoE + VLAN35 (z klienta LAN-owego, przez router który jest peerem WG i clientem PPPoE, do serwera WG który jest dodatkowo serwerem PPPoE na tagowanych portach VLAN 35) ###
  177.  
  178. $ iperf3 -c 10.9.0.1 -i 0 -t 60 -f M
  179. Connecting to host 10.9.0.1, port 5201
  180. [  5] local 192.168.1.3 port 45562 connected to 10.9.0.1 port 5201
  181. [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
  182. [  5]   0.00-60.00  sec   456 MBytes  7.60 MBytes/sec  862   3.02 MBytes      
  183. - - - - - - - - - - - - - - - - - - - - - - - - -
  184. [ ID] Interval           Transfer     Bitrate         Retr
  185. [  5]   0.00-60.00  sec   456 MBytes  7.60 MBytes/sec  862             sender
  186. [  5]   0.00-60.23  sec   456 MBytes  7.57 MBytes/sec                  receiver
  187.  
  188. iperf Done.
  189.  
  190. ftp user@10.9.0.1
  191. ftp> put test.iso
  192. 1073741824 bytes sent in 02:03 (8.28 MiB/s)
  193.  
  194.  
  195. $ iperf3 -c 10.9.0.1 -i 0 -t 60 -f M -R
  196. Connecting to host 10.9.0.1, port 5201
  197. Reverse mode, remote host 10.9.0.1 is sending
  198. [  5] local 192.168.1.3 port 56086 connected to 10.9.0.1 port 5201
  199. [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
  200. [  5]   0.00-60.00  sec   731 MBytes  12.2 MBytes/sec                  
  201. - - - - - - - - - - - - - - - - - - - - - - - - -
  202. [ ID] Interval           Transfer     Bitrate         Retr
  203. [  5]   0.00-60.04  sec   735 MBytes  12.2 MBytes/sec  249             sender
  204. [  5]   0.00-60.00  sec   731 MBytes  12.2 MBytes/sec                  receiver
  205.  
  206. iperf Done.
  207.  
  208. ftp user@10.9.0.1
  209. ftp> get test.iso
  210. 1073741824 bytes received in 01:52 (9.07 MiB/s)
  211.  
  212.  
  213. $ iperf3 -c 10.9.0.1 -i 0 -t 60 -f M --bidir
  214. Connecting to host 10.9.0.1, port 5201
  215. [  5] local 192.168.1.3 port 51682 connected to 10.9.0.1 port 5201
  216. [  7] local 192.168.1.3 port 51694 connected to 10.9.0.1 port 5201
  217. [ ID][Role] Interval           Transfer     Bitrate         Retr  Cwnd
  218. [  5][TX-C]   0.00-60.00  sec   318 MBytes  5.29 MBytes/sec  815   2.95 MBytes      
  219. [  7][RX-C]   0.00-60.00  sec   299 MBytes  4.98 MBytes/sec                  
  220. - - - - - - - - - - - - - - - - - - - - - - - - -
  221. [ ID][Role] Interval           Transfer     Bitrate         Retr
  222. [  5][TX-C]   0.00-60.00  sec   318 MBytes  5.29 MBytes/sec  815             sender
  223. [  5][TX-C]   0.00-60.14  sec   317 MBytes  5.27 MBytes/sec                  receiver
  224. [  7][RX-C]   0.00-60.00  sec   302 MBytes  5.04 MBytes/sec  1279             sender
  225. [  7][RX-C]   0.00-60.14  sec   299 MBytes  4.97 MBytes/sec                  receiver
  226.  
  227. iperf Done.
  228.  
  229.  
  230.  
  231. -----------------------------------------------------------------------------
  232.  |                                                                           |
  233.  | OpenWrt 23.05-SNAPSHOT, r23821-77b7c10884                                 |
  234.  |                                                                           |
  235.  | Build time: 2024-04-06 11:28 CEST                                         |
  236.  | Cezary Jackiewicz, https://eko.one.pl                                     |
  237.  |                                                                           |
  238.  -----------------------------------------------------------------------------
  239.  | Machine: Netgear R6220                                                    |
  240. ####################################################################################################################
  241.  
  242.     ########## Z HW_FLOW ##########
  243.  
  244. firewall.@defaults[0].flow_offloading='1'
  245. firewall.@defaults[0].flow_offloading_hw='1'
  246. ####################################################################################################################
  247.  
  248. ### NAT (z klienta LAN-owego, przez router, do serwera) ###
  249.  
  250. $ iperf3 -c 192.168.76.1 -i 0 -t 60 -f M
  251. Connecting to host 192.168.76.1, port 5201
  252. [  5] local 192.168.1.3 port 41820 connected to 192.168.76.1 port 5201
  253. [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
  254. [  5]   0.00-60.00  sec  6.56 GBytes   112 MBytes/sec  12210    201 KBytes      
  255. - - - - - - - - - - - - - - - - - - - - - - - - -
  256. [ ID] Interval           Transfer     Bitrate         Retr
  257. [  5]   0.00-60.00  sec  6.56 GBytes   112 MBytes/sec  12210             sender
  258. [  5]   0.00-60.00  sec  6.56 GBytes   112 MBytes/sec                  receiver
  259.  
  260. iperf Done.
  261.  
  262. ftp user@192.168.76.1
  263. ftp> put test.iso
  264. 1073741824 bytes sent in 00:09 (102.48 MiB/s)
  265.  
  266.  
  267. $ iperf3 -c 192.168.76.1 -i 0 -t 60 -f M -R
  268. Connecting to host 192.168.76.1, port 5201
  269. Reverse mode, remote host 192.168.76.1 is sending
  270. [  5] local 192.168.1.3 port 40138 connected to 192.168.76.1 port 5201
  271. [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
  272. [  5]   0.00-60.00  sec  6.56 GBytes   112 MBytes/sec                  
  273. - - - - - - - - - - - - - - - - - - - - - - - - -
  274. [ ID] Interval           Transfer     Bitrate         Retr
  275. [  5]   0.00-60.00  sec  6.56 GBytes   112 MBytes/sec  196             sender
  276. [  5]   0.00-60.00  sec  6.56 GBytes   112 MBytes/sec                  receiver
  277.  
  278. iperf Done.
  279.  
  280. ftp user@192.168.76.1
  281. ftp> get test.iso
  282. 1073741824 bytes received in 00:09 (110.73 MiB/s)
  283.  
  284. $ iperf3 -c 192.168.76.1 -i 0 -t 60 -f M --bidir
  285. Connecting to host 192.168.76.1, port 5201
  286. [  5] local 192.168.1.3 port 45886 connected to 192.168.76.1 port 5201
  287. [  7] local 192.168.1.3 port 45900 connected to 192.168.76.1 port 5201
  288. [ ID][Role] Interval           Transfer     Bitrate         Retr  Cwnd
  289. [  5][TX-C]   0.00-60.00  sec  5.59 GBytes  95.4 MBytes/sec  365   1.27 MBytes      
  290. [  7][RX-C]   0.00-60.00  sec  6.13 GBytes   105 MBytes/sec                  
  291. - - - - - - - - - - - - - - - - - - - - - - - - -
  292. [ ID][Role] Interval           Transfer     Bitrate         Retr
  293. [  5][TX-C]   0.00-60.00  sec  5.59 GBytes  95.4 MBytes/sec  365             sender
  294. [  5][TX-C]   0.00-60.00  sec  5.58 GBytes  95.2 MBytes/sec                  receiver
  295. [  7][RX-C]   0.00-60.00  sec  6.13 GBytes   105 MBytes/sec  171             sender
  296. [  7][RX-C]   0.00-60.00  sec  6.13 GBytes   105 MBytes/sec                  receiver
  297.  
  298. iperf Done.
  299.  
  300. ### WG (z klienta LAN-owego, przez router który jest peerem WG, do serwera WG) ###
  301.  
  302. $ iperf3 -c 10.9.0.1 -i 0 -t 60 -f M
  303. Connecting to host 10.9.0.1, port 5201
  304. [  5] local 192.168.1.3 port 60666 connected to 10.9.0.1 port 5201
  305. [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
  306. [  5]   0.00-60.00  sec   818 MBytes  13.6 MBytes/sec  791   3.00 MBytes      
  307. - - - - - - - - - - - - - - - - - - - - - - - - -
  308. [ ID] Interval           Transfer     Bitrate         Retr
  309. [  5]   0.00-60.00  sec   818 MBytes  13.6 MBytes/sec  791             sender
  310. [  5]   0.00-60.18  sec   818 MBytes  13.6 MBytes/sec                  receiver
  311.  
  312. iperf Done.
  313.  
  314. ftp user@10.9.0.1
  315. ftp> put test.iso
  316. 1073741824 bytes sent in 01:34 (10.85 MiB/s)
  317.  
  318.  
  319. $ iperf3 -c 10.9.0.1 -i 0 -t 60 -f M -R
  320. Connecting to host 10.9.0.1, port 5201
  321. Reverse mode, remote host 10.9.0.1 is sending
  322. [  5] local 192.168.1.3 port 49740 connected to 10.9.0.1 port 5201
  323. [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
  324. [  5]   0.00-60.00  sec   798 MBytes  13.3 MBytes/sec                  
  325. - - - - - - - - - - - - - - - - - - - - - - - - -
  326. [ ID] Interval           Transfer     Bitrate         Retr
  327. [  5]   0.00-60.01  sec   801 MBytes  13.3 MBytes/sec  187             sender
  328. [  5]   0.00-60.00  sec   798 MBytes  13.3 MBytes/sec                  receiver
  329.  
  330. iperf Done.
  331.  
  332. ftp user@10.9.0.1
  333. ftp> get test.iso
  334. 1073741824 bytes received in 01:39 (10.25 MiB/s)
  335.  
  336.  
  337. $ iperf3 -c 10.9.0.1 -i 0 -t 60 -f M --bidir
  338. Connecting to host 10.9.0.1, port 5201
  339. [  5] local 192.168.1.3 port 41380 connected to 10.9.0.1 port 5201
  340. [  7] local 192.168.1.3 port 41392 connected to 10.9.0.1 port 5201
  341. [ ID][Role] Interval           Transfer     Bitrate         Retr  Cwnd
  342. [  5][TX-C]   0.00-60.00  sec   516 MBytes  8.60 MBytes/sec  2140   1.65 MBytes      
  343. [  7][RX-C]   0.00-60.00  sec   285 MBytes  4.74 MBytes/sec                  
  344. - - - - - - - - - - - - - - - - - - - - - - - - -
  345. [ ID][Role] Interval           Transfer     Bitrate         Retr
  346. [  5][TX-C]   0.00-60.00  sec   516 MBytes  8.60 MBytes/sec  2140             sender
  347. [  5][TX-C]   0.00-60.15  sec   514 MBytes  8.55 MBytes/sec                  receiver
  348. [  7][RX-C]   0.00-60.00  sec   288 MBytes  4.80 MBytes/sec  758             sender
  349. [  7][RX-C]   0.00-60.15  sec   285 MBytes  4.73 MBytes/sec                  receiver
  350.  
  351. iperf Done.
  352.  
  353. ### PPPoE + VLAN 35(z klienta LAN-owego, przez router który jest clientem PPPoE, do serwera PPPoE dodatkowo na tagowanych portach VLAN 35) ###
  354.  
  355. $ iperf3 -c 192.168.76.1 -i 0 -t 60 -f M
  356. Connecting to host 192.168.76.1, port 5201
  357. [  5] local 192.168.1.3 port 38838 connected to 192.168.76.1 port 5201
  358. [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
  359. [  5]   0.00-60.00  sec  6.52 GBytes   111 MBytes/sec  343    797 KBytes      
  360. - - - - - - - - - - - - - - - - - - - - - - - - -
  361. [ ID] Interval           Transfer     Bitrate         Retr
  362. [  5]   0.00-60.00  sec  6.52 GBytes   111 MBytes/sec  343             sender
  363. [  5]   0.00-60.01  sec  6.52 GBytes   111 MBytes/sec                  receiver
  364.  
  365. iperf Done.
  366.  
  367. ftp user@192.168.76.1
  368. ftp> put test.iso
  369. 1073741824 bytes sent in 00:10 (99.23 MiB/s)
  370.  
  371.  
  372. $ iperf3 -c 192.168.76.1 -i 0 -t 60 -f M -R
  373. Connecting to host 192.168.76.1, port 5201
  374. Reverse mode, remote host 192.168.76.1 is sending
  375. [  5] local 192.168.1.3 port 37716 connected to 192.168.76.1 port 5201
  376. [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
  377. [  5]   0.00-60.00  sec  6.52 GBytes   111 MBytes/sec                  
  378. - - - - - - - - - - - - - - - - - - - - - - - - -
  379. [ ID] Interval           Transfer     Bitrate         Retr
  380. [  5]   0.00-60.00  sec  6.52 GBytes   111 MBytes/sec    0             sender
  381. [  5]   0.00-60.00  sec  6.52 GBytes   111 MBytes/sec                  receiver
  382.  
  383. iperf Done.
  384.  
  385. ftp user@192.168.76.1
  386. ftp> get test.iso
  387. 1073741824 bytes received in 00:09 (110.97 MiB/s)
  388.  
  389.  
  390. $ iperf3 -c 192.168.76.1 -i 0 -t 60 -f M --bidir
  391. Connecting to host 192.168.76.1, port 5201
  392. [  5] local 192.168.1.3 port 40390 connected to 192.168.76.1 port 5201
  393. [  7] local 192.168.1.3 port 40392 connected to 192.168.76.1 port 5201
  394. [ ID][Role] Interval           Transfer     Bitrate         Retr  Cwnd
  395. [  5][TX-C]   0.00-60.00  sec  6.06 GBytes   103 MBytes/sec  2065    461 KBytes      
  396. [  7][RX-C]   0.00-60.00  sec  5.12 GBytes  87.4 MBytes/sec                  
  397. - - - - - - - - - - - - - - - - - - - - - - - - -
  398. [ ID][Role] Interval           Transfer     Bitrate         Retr
  399. [  5][TX-C]   0.00-60.00  sec  6.06 GBytes   103 MBytes/sec  2065             sender
  400. [  5][TX-C]   0.00-60.00  sec  6.05 GBytes   103 MBytes/sec                  receiver
  401. [  7][RX-C]   0.00-60.00  sec  5.12 GBytes  87.4 MBytes/sec  1736             sender
  402. [  7][RX-C]   0.00-60.00  sec  5.12 GBytes  87.4 MBytes/sec                  receiver
  403.  
  404. iperf Done.
  405.  
  406. ### WG + PPPoE + VLAN35 (z klienta LAN-owego, przez router który jest peerem WG i clientem PPPoE, do serwera WG który jest dodatkowo serwerem PPPoE na tagowanych portach VLAN 35) ###
  407.  
  408. $ iperf3 -c 10.9.0.1 -i 0 -t 60 -f M
  409. Connecting to host 10.9.0.1, port 5201
  410. [  5] local 192.168.1.3 port 60128 connected to 10.9.0.1 port 5201
  411. [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
  412. [  5]   0.00-60.00  sec   569 MBytes  9.48 MBytes/sec  382   1.48 MBytes      
  413. - - - - - - - - - - - - - - - - - - - - - - - - -
  414. [ ID] Interval           Transfer     Bitrate         Retr
  415. [  5]   0.00-60.00  sec   569 MBytes  9.48 MBytes/sec  382             sender
  416. [  5]   0.00-60.17  sec   567 MBytes  9.43 MBytes/sec                  receiver
  417.  
  418. iperf Done.
  419.  
  420. ftp user@10.9.0.1
  421. ftp> put test.iso
  422. 1073741824 bytes sent in 01:52 (9.12 MiB/s)
  423.  
  424. $ iperf3 -c 10.9.0.1 -i 0 -t 60 -f M -R
  425. Connecting to host 10.9.0.1, port 5201
  426. Reverse mode, remote host 10.9.0.1 is sending
  427. [  5] local 192.168.1.3 port 54868 connected to 10.9.0.1 port 5201
  428. [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
  429. [  5]   0.00-60.00  sec   732 MBytes  12.2 MBytes/sec                  
  430. - - - - - - - - - - - - - - - - - - - - - - - - -
  431. [ ID] Interval           Transfer     Bitrate         Retr
  432. [  5]   0.00-60.04  sec   735 MBytes  12.2 MBytes/sec  187             sender
  433. [  5]   0.00-60.00  sec   732 MBytes  12.2 MBytes/sec                  receiver
  434.  
  435. iperf Done.
  436.  
  437. ftp user@10.9.0.1
  438. ftp> get test.iso
  439. 1073741824 bytes received in 01:41 (10.12 MiB/s)
  440.  
  441. $ iperf3 -c 10.9.0.1 -i 0 -t 60 -f M --bidir
  442. Connecting to host 10.9.0.1, port 5201
  443. [  5] local 192.168.1.3 port 39480 connected to 10.9.0.1 port 5201
  444. [  7] local 192.168.1.3 port 39488 connected to 10.9.0.1 port 5201
  445. [ ID][Role] Interval           Transfer     Bitrate         Retr  Cwnd
  446. [  5][TX-C]   0.00-60.00  sec   323 MBytes  5.38 MBytes/sec  1155    878 KBytes      
  447. [  7][RX-C]   0.00-60.00  sec   182 MBytes  3.04 MBytes/sec                  
  448. - - - - - - - - - - - - - - - - - - - - - - - - -
  449. [ ID][Role] Interval           Transfer     Bitrate         Retr
  450. [  5][TX-C]   0.00-60.00  sec   323 MBytes  5.38 MBytes/sec  1155             sender
  451. [  5][TX-C]   0.00-60.18  sec   320 MBytes  5.32 MBytes/sec                  receiver
  452. [  7][RX-C]   0.00-60.00  sec   185 MBytes  3.09 MBytes/sec  1790             sender
  453. [  7][RX-C]   0.00-60.18  sec   182 MBytes  3.03 MBytes/sec                  receiver
  454.  
  455. iperf Done.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement