Openvpn is setup properly but does not connect
Posted: Thu Nov 24, 2011 6:37 pm
I installed open vpn portable from sourceforge and used the config from www.freeopenvpn.com
but it seems that it won't connect to there server
My Log
Thu Nov 24 13:32:35 2011 OpenVPN 2.1.1 i686-pc-mingw32 [SSL] [LZO2] [PKCS11] built on Dec 11 2009
Thu Nov 24 13:32:35 2011 WARNING: You have disabled Replay Protection (--no-replay) which may make OpenVPN less secure
Thu Nov 24 13:32:35 2011 WARNING: You have disabled Crypto IVs (--no-iv) which may make OpenVPN less secure
Thu Nov 24 13:32:35 2011 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Thu Nov 24 13:32:35 2011 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Thu Nov 24 13:32:35 2011 ******* WARNING *******: null MAC specified, no authentication will be used
Thu Nov 24 13:32:35 2011 Control Channel MTU parms [ L:1511 D:140 EF:40 EB:0 ET:0 EL:0 ]
Thu Nov 24 13:32:35 2011 Data Channel MTU parms [ L:1511 D:1450 EF:11 EB:4 ET:0 EL:0 ]
Thu Nov 24 13:32:35 2011 Local Options hash (VER=V4): '5af53619'
Thu Nov 24 13:32:35 2011 Expected Remote Options hash (VER=V4): 'acca7134'
Thu Nov 24 13:32:35 2011 Attempting to establish TCP connection with 174.127.64.104:443
Thu Nov 24 13:32:56 2011 TCP: connect to 174.127.64.104:443 failed, will try again in 5 seconds: Connection timed out (WSAETIMEDOUT)
Thu Nov 24 13:33:22 2011 TCP: connect to 174.127.64.104:443 failed, will try again in 5 seconds: Connection timed out (WSAETIMEDOUT)
Thu Nov 24 13:33:27 2011 SIGTERM[hard,init_instance] received, process exiting
Config File:::
client
dev tun
proto tcp-client
remote freeopenvpn.com 443
resolv-retry infinite
nobind
ca ca.crt
cert client.crt
key client.key
verb 2
mute 20
no-replay
no-iv
cipher BF-CBC
auth none
but it seems that it won't connect to there server
My Log
Thu Nov 24 13:32:35 2011 OpenVPN 2.1.1 i686-pc-mingw32 [SSL] [LZO2] [PKCS11] built on Dec 11 2009
Thu Nov 24 13:32:35 2011 WARNING: You have disabled Replay Protection (--no-replay) which may make OpenVPN less secure
Thu Nov 24 13:32:35 2011 WARNING: You have disabled Crypto IVs (--no-iv) which may make OpenVPN less secure
Thu Nov 24 13:32:35 2011 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Thu Nov 24 13:32:35 2011 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Thu Nov 24 13:32:35 2011 ******* WARNING *******: null MAC specified, no authentication will be used
Thu Nov 24 13:32:35 2011 Control Channel MTU parms [ L:1511 D:140 EF:40 EB:0 ET:0 EL:0 ]
Thu Nov 24 13:32:35 2011 Data Channel MTU parms [ L:1511 D:1450 EF:11 EB:4 ET:0 EL:0 ]
Thu Nov 24 13:32:35 2011 Local Options hash (VER=V4): '5af53619'
Thu Nov 24 13:32:35 2011 Expected Remote Options hash (VER=V4): 'acca7134'
Thu Nov 24 13:32:35 2011 Attempting to establish TCP connection with 174.127.64.104:443
Thu Nov 24 13:32:56 2011 TCP: connect to 174.127.64.104:443 failed, will try again in 5 seconds: Connection timed out (WSAETIMEDOUT)
Thu Nov 24 13:33:22 2011 TCP: connect to 174.127.64.104:443 failed, will try again in 5 seconds: Connection timed out (WSAETIMEDOUT)
Thu Nov 24 13:33:27 2011 SIGTERM[hard,init_instance] received, process exiting
Config File:::
client
dev tun
proto tcp-client
remote freeopenvpn.com 443
resolv-retry infinite
nobind
ca ca.crt
cert client.crt
key client.key
verb 2
mute 20
no-replay
no-iv
cipher BF-CBC
auth none