|
|
Greetings, I was using the OpenVPN GUI from the installer openvpn-2.0.2-gui-1.0.3-install.exe and I was able to connect with the following config file using Windows XP Pro SP2. I have replaced the actual IP address I was using with a place holder of [IP address] which is the IP address of the remote server that I wish to connect to. client dev tun proto tcp remote [IP address] 443 resolv-retry infinite nobind persist-key persist-tun pkcs12 "C:\\Program Files\\OpenVPN\\config\\client.p12" ns-cert-type server cipher DES-EDE3-CBC comp-lzo verb 3 I then upgraded to the latest version of OpenVPN using the installer openvpn-2.0.5-gui-1.0.3-install.exe. I could not connect, the log file looks like thus Sun Feb 05 00:22:01 2006 OpenVPN 2.0.5 Win32-MinGW [SSL] [LZO] built on Nov 2 2005 Sun Feb 05 00:22:01 2006 IMPORTANT: OpenVPN's default port number is now 1194, based on an official port number assignment by IANA. OpenVPN 2.0-beta16 and earlier used 5000 as the default port. Sun Feb 05 00:22:04 2006 LZO compression initialized Sun Feb 05 00:22:04 2006 Control Channel MTU parms [ L:1544 D:140 EF:40 EB:0 ET:0 EL:0 ] Sun Feb 05 00:22:04 2006 Data Channel MTU parms [ L:1544 D:1450 EF:44 EB:135 ET:0 EL:0 AF:3/1 ] Sun Feb 05 00:22:04 2006 Local Options hash (VER=V4): '29a93c4c' Sun Feb 05 00:22:04 2006 Expected Remote Options hash (VER=V4): '3fc613ea' Sun Feb 05 00:22:04 2006 Attempting to establish TCP connection with [IP address]:443 Sun Feb 05 00:22:05 2006 TCP connection established with [IP address]:443 Sun Feb 05 00:22:05 2006 TCPv4_CLIENT link local: [undef] Sun Feb 05 00:22:05 2006 TCPv4_CLIENT link remote: [IP address]:443 Sun Feb 05 00:22:06 2006 TLS: Initial packet from [IP address]:443, sid=e5822dcf 43987d27 Sun Feb 05 00:22:11 2006 VERIFY OK: depth=1, /CN=xx/C=xx/L=xx/ST=xx/O=xx/OU=xx/emailAddress=xx Sun Feb 05 00:22:11 2006 VERIFY OK: nsCertType=SERVER Sun Feb 05 00:22:11 2006 VERIFY OK: depth=0, /CN=xx/C=xx/L=xx/ST=xx/O=xx/OU=xx/emailAddress=xx Sun Feb 05 00:22:44 2006 Connection reset, restarting [0] Sun Feb 05 00:22:44 2006 TCP/UDP: Closing socket Sun Feb 05 00:22:44 2006 SIGUSR1[soft,connection-reset] received, process restarting Sun Feb 05 00:22:44 2006 Restart pause, 5 second(s) These contents were repeated until I said "Disconnect". Any idea what I am doing wrong? Thanks, Bobby -- Bobby de Vos bobby@xxxxxxxxx http://www.devos.org/bobby ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-02/msg00059.html on line 234 Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-02/msg00059.html on line 234 |