Guest User

Untitled

a guest
Jan 15th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. openvpn --genkey --secret /tmp/secret
  2. time openvpn --test-crypto --secret /tmp/secret --verb 0 --tun-mtu 20000 --cipher aes-256-cbc
  3. then to estimate the max throughput:
  4.  
  5. ( 3200 / execution_time_seconds ) = Projected Maximum OpenVPN Performance in Mbps
  6. For example (tested using Linux 3.2.x)…
  7.  
  8. PC Engines APU2 Quad Core AMD GX-412TC:
  9. Execution time: 77.3 secs.
  10. Maximum OpenVPN: 41 Mbps
  11. Jetway NF9HG-2930 Quad Core Celeron N2930:
  12. Execution time: 42.4 secs.
  13. Maximum OpenVPN: 75 Mbps
Add Comment
Please, Sign In to add comment