WinXP Openvpn Performance

This forum is for general conversation and user-user networking.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
craigmyster
OpenVpn Newbie
Posts: 2
Joined: Wed Feb 23, 2011 1:39 pm

WinXP Openvpn Performance

Post by craigmyster » Wed Feb 23, 2011 1:55 pm

I am connecting to a openvpn server that I administer that is about 140ms away. It is UDP tunneling. On windows 7 I always get 2.5Mbps Down and about 5 UP. On winxp however I cannot get it over .7 down and 5 up. Is there a way I can tune winxp for a faster experience with openvpn.

User avatar
janjust
Forum Team
Posts: 2703
Joined: Fri Aug 20, 2010 2:57 pm
Location: Amsterdam
Contact:

Re: WinXP Openvpn Performance

Post by janjust » Wed Feb 23, 2011 2:14 pm

it's very hard to tell what is going on:
* same network on the client side, only change is Win7->WinXP?
* what kind of antivirus/defender type programs are running on both
* exact same OpenVPN version on both (incl 32bit)?
* exact same OpenVPN configuration on both?
* what does your config look like exactly?

OpenVPN on XP performs as good as it does on Win7 in most cases, but third-party programs can screw up performance .

craigmyster
OpenVpn Newbie
Posts: 2
Joined: Wed Feb 23, 2011 1:39 pm

Re: WinXP Openvpn Performance

Post by craigmyster » Thu Feb 24, 2011 1:58 am

Both Windows machines are running AVG. I tried to uninstall it but it didn't make any difference. The WinXP machine is a bare minimum install. I though their maybe some tcp tweaking I can do to remedy this. It seams that everyone I have connecting to this server with WINXP get the same slow downloads but fast uploads issue. Config is below.

client
dev tun
fast-io
proto udp
pull
resolv-retry infinite
nobind
persist-key
persist-tun
ca "ca.crt"
cert "client2010.crt"
key "client2010.key"
ns-cert-type server
tls-auth "ta.key" 1
comp-lzo
verb 3
cipher DES-EDE3-CBC # Triple-DES

User avatar
maikcat
Forum Team
Posts: 4200
Joined: Wed Jan 12, 2011 9:23 am
Location: Athens,Greece
Contact:

Re: WinXP Openvpn Performance

Post by maikcat » Thu Feb 24, 2011 8:27 am

hi there,

tcp tweak?
you use udp in your config..

if you believe that the cipher is causing delays try using the default (blowfish),
AES (Rijndael)is also faster than 3DES.

also you dont mention hardware specs of the xp based pc..

ps: how do you measure speed?

cheers,

michael.
Amiga 500 , Zx +2 owner
Long live Dino Dini (Kick off 2 Creator)

Inflammable means flammable? (Dr Nick Riviera,Simsons Season13)

"objects in mirror are losing"

Post Reply