What's new

spdMerlin WAN speed is correct...VPN is very low!!

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

rwheaton1

Occasional Visitor
I have been driving myself crazy trying to figure out my VPN speed. I recently purchased NordVPN and I pull 1.4GB through Comcast/Xfinity. After configuring my VPN my speedtests no longer automatically show a WAN test and now are under VPN1C. It only shows around 100 to 200 mbps range but when I run an OOKLA test, from my laptop that is hardwired via a gigabyte connection, I just about get a gigabyte. Anyone have insight into this? Any information you need to help diagnose this problem? I do not have QOS turned on. Love all your scripts Jack!!!
 
The speed results are easy to explain. Testing with the router uses the router's limited cpu, whereas testing on a laptop uses the laptop's much more capable cpu.
Are you routing everything through the VPN? That may explain the lack of WAN results.
 
The speed results are easy to explain. Testing with the router uses the router's limited cpu, whereas testing on a laptop uses the laptop's much more capable cpu.
Are you routing everything through the VPN? That may explain the lack of WAN results.
Yes, everything is going through the VPN. I might add my AppleTV to use WAN...don't know if that would then do a WAN test.
 
Yes, everything is going through the VPN. I might add my AppleTV to use WAN...don't know if that would then do a WAN test.
The VPN speed isn't able to go above 200-300Mbps max on our routers, mostly limited to CPU performance, distance to your newest VPN server, and maximums imposed by your VPN provider. The highest I've been able to get is about 230Mbps on NordVPN with a 1Gbps WAN connection.
 
The VPN speed isn't able to go above 200-300Mbps max on our routers, mostly limited to CPU performance, distance to your newest VPN server, and maximums imposed by your VPN provider. The highest I've been able to get is about 230Mbps on NordVPN with a 1Gbps WAN connection.

So, basically I need a vpn device that can actually handle at least gigabyte speed. Thanks for the help!!
 
So, basically I need a vpn device that can actually handle at least gigabyte speed. Thanks for the help!!
No VPN will be as fast as the unencrypted Internet connection that it utilizes.
 
So, basically I need a vpn device that can actually handle at least gigabyte speed. Thanks for the help!!
A PC or Pi device could do the trick, as long as the VPN provider lets you consume that much bandwidth. ;)
 
So, basically I need a vpn device that can actually handle at least gigabyte speed.

You may get close to Gigabit eventually, but unlikely. You are not getting Gigabyte speed with any device.
 
Thank you for everyone's input!!! :p
 
Raspberry Pi and similar low power ARM devices won't give you Gigabit speeds on VPN. You need x86 hardware 6th gen i3 or better and WireGuard. For Gigabit on OpenVPN you need fast i7 core. The whole all network VPN idea is seriously flawed and usually leads to wasted money on extra hardware and user experience disappointment. You don't get any extra security with commercial VPN services. You just pay for promises. More information:

 
Raspberry Pi and similar low power ARM devices won't give you Gigabit speeds on VPN. You need x86 hardware 6th gen i3 or better and WireGuard. For Gigabit on OpenVPN you need fast i7 core. The whole all network VPN idea is seriously flawed and usually leads to wasted money on extra hardware and user experience disappointment. You don't get any extra security with commercial VPN services. You just pay for promises. More information:

Just rip and replace with an intel chip on the Pi... all good! Bolt on some extra antennas... rock on and profit!
 
You can get close to full Gigabit on OpenVPN. I have OpenVPN running on Asus RT-AX86U (latest Merlin) at home (Google 1G fiber) and have tested 840Mbps from a couple of the ISPs in SLC to ATL (USA) using AES-256-GCM cipher with only fast-io custom config on the server side. Clients have been MacBooks using OpenVPN config on latest Tunnelblick which is also OpenVPN 2.6.5
https://tunnelblick.net/downloads.html

You can check your ciphers on your router:
openvpn —show-ciphers

And the speed of various ciphers (higher is better):
openssl speed -elapsed -evp aes-256-gcm
openssl speed -elapsed -evp chacha20-poly1305

CHACHA20-POLY1305 is the cipher used by Wireguard.
 
I have OpenVPN running on Asus RT-AX86U (latest Merlin) at home (Google 1G fiber) and have tested 840Mbps

Every single user so far reporting impossible for this CPU core OpenVPN speeds had IPv6 leak or other inaccurate speed measurement.
 
Yes, on 386/388 firmware it doesn’t go above 180Mbps. On older 384 firmware and routers with the same CPU cores 250Mbps was possible. The difference comes from newer OpenVPN versions used in newer firmware. There are security improvements, but with performance loss. You can’t get 840Mbps out of this CPU core. OpenVPN uses single CPU core only.
 
Sorry - your opinion is not proof.
Current Merlin on AX86U runs OpenVPN 2.6.5 which defaults to AES-258-GSM & AES-128-GSM, which openssl 1.1.1u provides. That cipher is much faster on the AX86U than the CHACHA20-POLY1305 (Wireguard) as can be seen by running the openssl speed tests. Of course client has to also use the same cipher to get good results. And both server & client have to be configured correctly; OpenVPN 2.6.x has changed/deprecated some parameters.
https://build.openvpn.net/man/openvpn-2.6/openvpn.8.html
I did see some theoretical OpenVPN performance calculations based on openssl
https://x3mtek.com/openvpn-performance/
but they are not necessarily real world. I would welcome others to test...YMMV
 
All I'm trying to tell you what you see is perhaps not what you think it is. End of story.
 
@torch this is an old thread but does backup @Tech9's claim that the AX86U is not doing 840 Mbps over OpenVPN. While the cores in your AX86U are faster than the AC86U used in the thread they are not 3x faster.

 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top