Quote from: jahlives on July 29, 2025, 04:01:55 PMAbout performance: it depends on a lot of factors and also it depends very much on what and how you test. Generally Wireguard is way faster that OpenVPN and in many cases also faster than IPSec. For reliable testing you should use a tool like iperf(3) on both client and server and always perform the same test via a non-wireguard connection to compare. On OpnSense the iperf can be installed as well (from plugins/packages). It can be a good idea to play with the iperf params (ex parallel connections etc).Great info! I've also noticed WireGuard performs impressively even on modest hardware. Iperf testing really helps reveal real throughput limits. MTU tuning can make a huge difference too—especially when pushing beyond gigabit speeds. Thanks for sharing those links!Quote... or at least seeing any CPU running hot due to the cryptography of the tunnel.Wireguard is quite efficient in CPU usage, so even if you hit the max of the tunnel it does not necessarily mean that your CPUs are running on 100% usage. I have not found many tests with 10Gb cards but here in a Reddit thread there are some numbers: https://www.reddit.com/r/linux/comments/9bnowo/wireguard_benchmark_between_two_servers_with_10/ but keep in mind that they used huge MTU (8.5k) to achieve the speed. Also here https://www.netgate.com/blog/wireguard-in-pfsense-2-5-performancemoto x3m some performance although only with 1Gb card