Unable to utilize gigabit channel #43
Open
Comments
|
There are a couple of things limiting OpenVPN's performance at high speeds:
Have you tried using a different tap interface for each OpenVPN process? Does that help at all? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hello.
I have Windows 2012 R2 hosts running OpenVPN with minimalistic config, no encryption and no compression.
Problem is, they could not exceed ~300 Mbps over OpenVPN channel. I thought OpenVPN core was the one to blame, so I switched to 5 separate peer to peer OpenVPN networks, rather than having 1 server and 5 clients in a single network. Each network is handled by it's own OpenVPN process, but cumulative speed (all 5 networks combined) is still limited by 300 Mbps.
Looks like tap0901.sys is the bottleneck.
My config for every client looks like this
ifconfig 10.x.2.2 10.x.2.1
dev tun
proto tcp-server
port 8148
secret static.key
cipher none
tun/tap tcp/udp don't affect speed much.
The text was updated successfully, but these errors were encountered: