i tried installing OpenVPN openvpn-2.1.4-install.exe on an WinXP machine.
not able to understand what it tells:
Wed May 26 16:56:55 2010 OpenVPN 2.1.4 i686-pc-mingw32 [SSL] [LZO2] [PKCS11] built on Nov 8 2010
Wed May 26 16:57:27 2010 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Wed May 26 16:57:27 2010 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Wed May 26 16:57:27 2010 Control Channel Authentication: using 'C:\Program Files\OpenVPN\config\ta.key' as a OpenVPN static key file
Wed May 26 16:57:27 2010 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed May 26 16:57:27 2010 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed May 26 16:57:27 2010 LZO compression initialized
Wed May 26 16:57:27 2010 Control Channel MTU parms [ L:1542 D:166 EF:66 EB:0 ET:0 EL:0 ]
Wed May 26 16:57:27 2010 Socket Buffers: R=[8192->8192] S=[8192->8192]
Wed May 26 16:57:27 2010 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Wed May 26 16:57:27 2010 Local Options hash (VER=V4): '504e774e'
Wed May 26 16:57:27 2010 Expected Remote Options hash (VER=V4): '14168603'
Wed May 26 16:57:27 2010 UDPv4 link local (bound): [undef]:51194
Wed May 26 16:57:27 2010 UDPv4 link remote: 81.93.200.20:51194
Wed May 26 16:57:27 2010 TLS: Initial packet from 81.93.200.20:51194, sid=4cd3e952 766db1e3
Wed May 26 16:57:27 2010 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Wed May 26 16:57:27 2010 VERIFY ERROR: depth=1, error=certificate is not yet valid: /C=HU/ST=HU/L=Miskolc/O=Miskolc_MJV_PH/ ... skolcph.hu
Wed May 26 16:57:27 2010 TLS_ERROR: BIO read tls_read_plaintext error: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Wed May 26 16:57:27 2010 TLS Error: TLS object -> incoming plaintext read error
Wed May 26 16:57:27 2010 TLS Error: TLS handshake failed
Wed May 26 16:57:27 2010 TCP/UDP: Closing socket
Wed May 26 16:57:27 2010 SIGUSR1[soft,tls-error] received, process restarting
Wed May 26 16:57:27 2010 Restart pause, 2 second(s)
Wed May 26 16:57:29 2010 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Wed May 26 16:57:29 2010 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Wed May 26 16:57:29 2010 Re-using SSL/TLS context
Wed May 26 16:57:29 2010 LZO compression initialized
Wed May 26 16:57:29 2010 Control Channel MTU parms [ L:1542 D:166 EF:66 EB:0 ET:0 EL:0 ]
Wed May 26 16:57:29 2010 Socket Buffers: R=[8192->8192] S=[8192->8192]
Wed May 26 16:57:29 2010 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Wed May 26 16:57:29 2010 Local Options hash (VER=V4): '504e774e'
Wed May 26 16:57:29 2010 Expected Remote Options hash (VER=V4): '14168603'
Wed May 26 16:57:29 2010 UDPv4 link local (bound): [undef]:51194
Wed May 26 16:57:29 2010 UDPv4 link remote: 81.93.200.20:51194
Wed May 26 16:57:29 2010 TCP/UDP: Closing socket
Wed May 26 16:57:29 2010 SIGTERM[hard,] received, process exiting
and here is the client config:
client
remote 81.93.200.20
port 51194
proto udp
ca "C:\\Program Files\\OpenVPN\\config\\ca.crt"
cert "C:\\Program Files\\OpenVPN\\config\\openskm.crt"
key "C:\\Program Files\\OpenVPN\\config\\openskm.key"
tls-auth "C:\\Program Files\\OpenVPN\\config\\ta.key" 1
###tun-mtu 1300
###tun-mtu-extra 32
dev tun
comp-lzo
verb 3
mute 10
##ns-cert-type server
persist-key
persist-tun
auth-user-pass
nobind
Please, help me!
