Very slow transfer speeds
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
-
- OpenVpn Newbie
- Posts: 3
- Joined: Wed Feb 08, 2017 11:02 am
Re: Very slow transfer speeds
was this issue ever resolved. I have same issues with OpenVPN 2.4.1
-
- OpenVpn Newbie
- Posts: 11
- Joined: Thu Nov 03, 2016 9:28 pm
Re: Very slow transfer speeds
No, we haven't been able to solve this and had to abandon OpenVPN unfortunately. We've tried every transfer speed improvement suggestion out there and experimented with a myriad of different configurations but never came close to the line speeds.
-
- OpenVPN Expert
- Posts: 685
- Joined: Tue May 01, 2012 9:30 pm
Re: Very slow transfer speeds
you can try adding this on your server config to see if the speed can max or not
sndbuf 3399999
rcvbuf 3399999
push "sndbuf 3399999 "
push "rcvbuf 3399999 "
my server run over 6 months without restart and client can connect at full speed up and down and i am happy , hope it can help your speed trouble.
sndbuf 3399999
rcvbuf 3399999
push "sndbuf 3399999 "
push "rcvbuf 3399999 "
my server run over 6 months without restart and client can connect at full speed up and down and i am happy , hope it can help your speed trouble.
-
- OpenVpn Newbie
- Posts: 1
- Joined: Thu Feb 01, 2018 1:47 pm
Re: Very slow transfer speeds
The answer is easy: You cannot connect with a higher speed than your lowest upload speed.
For instance, if you have like me on the server side a download speed of 75Mb and an upload speed of 8Mb and on the client side a download speed of 30Mb with an upload speed of 4Mb. It is only then logical that the max speed of the VPN connect is 4Mb.
In this example the speed of the VPN connection can only be increased by increasing the upload speed on the client side.
For instance, if you have like me on the server side a download speed of 75Mb and an upload speed of 8Mb and on the client side a download speed of 30Mb with an upload speed of 4Mb. It is only then logical that the max speed of the VPN connect is 4Mb.
In this example the speed of the VPN connection can only be increased by increasing the upload speed on the client side.
-
- OpenVpn Newbie
- Posts: 5
- Joined: Fri Dec 08, 2017 1:25 pm
Re: Very slow transfer speeds
I have the same miserable problem. My upload at home is 12mBit, download at work is at least 50mBit, and yet, I get speeds way below 1mBit.
However, the problem seems to exist when I transfer more smaller files. If I attempt to transfer single bigger file back and forth, seems to work quite well.
We use Sophos Firewall, I will question there, but I see I am not the only one with the problem... any ideas what/how to troubleshoot?
However, the problem seems to exist when I transfer more smaller files. If I attempt to transfer single bigger file back and forth, seems to work quite well.
We use Sophos Firewall, I will question there, but I see I am not the only one with the problem... any ideas what/how to troubleshoot?
-
- OpenVpn Newbie
- Posts: 11
- Joined: Thu May 10, 2018 9:26 pm
Re: Very slow transfer speeds
So what if like in my case you have identical networks 200 down 10 up on both sides but when transferring a file you max out at 1MB ?ejanszen wrote: ↑Thu Feb 01, 2018 1:56 pmThe answer is easy: You cannot connect with a higher speed than your lowest upload speed.
For instance, if you have like me on the server side a download speed of 75Mb and an upload speed of 8Mb and on the client side a download speed of 30Mb with an upload speed of 4Mb. It is only then logical that the max speed of the VPN connect is 4Mb.
In this example the speed of the VPN connection can only be increased by increasing the upload speed on the client side.
-
- OpenVpn Newbie
- Posts: 1
- Joined: Thu Mar 18, 2021 6:00 pm
Re: Very slow transfer speeds
300000 wrote: ↑Thu Sep 07, 2017 11:25 amyou can try adding this on your server config to see if the speed can max or not
sndbuf 3399999
rcvbuf 3399999
push "sndbuf 3399999 "
push "rcvbuf 3399999 "
my server run over 6 months without restart and client can connect at full speed up and down and i am happy , hope it can help your speed trouble.

Confirm that! I got a 2x speed increase over WiFi. Thanks!!