improving speed at which windows client connect
Posted: Mon Mar 14, 2011 6:10 pm
Hi,
I was wondering if I could ask for advice on improving speed on Windows for establishing the connection. Is there anything that can be done.
For a local VPN Server, it can take 10s to assign the TAP IP, add the routes and so forth.
I'm going to try and remove the route addition, but I don't think this will help. In my ubuntu VM, the connection time is less than 1s.
Config file below fyi.
Regards,
Chris
#OpenVPN Server conf
tls-client
client
dev tun
proto udp
tun-mtu 1500
mssfix 1300
remote 192.168.1.240 1194
pkcs12 test.p12
cipher BF-CBC
comp-lzo
verb 3
ns-cert-type server
I was wondering if I could ask for advice on improving speed on Windows for establishing the connection. Is there anything that can be done.
For a local VPN Server, it can take 10s to assign the TAP IP, add the routes and so forth.
I'm going to try and remove the route addition, but I don't think this will help. In my ubuntu VM, the connection time is less than 1s.
Config file below fyi.
Regards,
Chris
#OpenVPN Server conf
tls-client
client
dev tun
proto udp
tun-mtu 1500
mssfix 1300
remote 192.168.1.240 1194
pkcs12 test.p12
cipher BF-CBC
comp-lzo
verb 3
ns-cert-type server