Hi,
I have a ubuntu 10.10 with openvpn 2.10 installed from apt-sources.
On my client (Windows 7) i have openvpn 2.1.4.
The problem is that i get very poor preformance from my vpnserver, maxium 3MB/sec and without VPN i get 9MB/sec from same server/trying downloading same file.
UDP
TAP
Cipher none and AES-128-CBC tested.
MTU 1500 and 1400
Any ideas?
Very poor preformance
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.
- janjust
- Forum Team
- Posts: 2703
- Joined: Fri Aug 20, 2010 2:57 pm
- Location: Amsterdam
- Contact:
Re: Very poor preformance
the performance of openvpn on windows can be a bit poor, but you should be able to get more than 33% of the linkspeed; if your setup is udp based then try adding
to see if it makes a difference; altering the tun-mtu size on the windows client does not do much unless the tap-win32 mtu size is also altered. You can find the optimum mtu size by running
For a "regular" ethernet link the largest packet you can send is 1472 bytes, which results in a MTU value of 1500 (the default).
If you find that the largest packets you can send is 1440 bytes then choose 1468 as the tun-mtu size.
Code: Select all
fragment 1400
mssfix
Code: Select all
ping -f -l <packet size> <remote-host>
If you find that the largest packets you can send is 1440 bytes then choose 1468 as the tun-mtu size.
-
- OpenVpn Newbie
- Posts: 3
- Joined: Tue Apr 12, 2011 9:42 pm
Re: Very poor preformance
Hi,
Thanks for the reply, ofcourse i have changed the mtu on tap device on the clientside to..
Didnt do shit..
mssfix i already have. will try fragment.
Thanks
Thanks for the reply, ofcourse i have changed the mtu on tap device on the clientside to..
Didnt do shit..

mssfix i already have. will try fragment.
Thanks
-
- OpenVpn Newbie
- Posts: 3
- Joined: Tue Apr 12, 2011 9:42 pm
Re: Very poor preformance
Didnt do anything with fragment 1400 and msfix.
any more idea?
any more idea?