Sinds 2 a 3 dagen kan ik geen OpenVPN verbinding maken. OpenVPN initialization sequence stopt bij "read TCPv4_CLIENT: Connection timed out (WSAETIMEDOUT) (code=10060)". En daarna probeert ie weer opnieuw.
Ik gebruik Windows 7 SP1 met nieuwste OpenVPN software 2.38. Alleen Windows 7 heeft deze issue. Ubuntu kan die OpenVPN verbinding opzetten.
Ik gebruik Windows 7 SP1 met nieuwste OpenVPN software 2.38. Alleen Windows 7 heeft deze issue. Ubuntu kan die OpenVPN verbinding opzetten.
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| Tue Nov 03 22:31:05 2015 OpenVPN 2.3.8 x86_64-w64-mingw32 [SSL (OpenSSL)] [LZO] [PKCS11] [IPv6] built on Aug 4 2015 Tue Nov 03 22:31:05 2015 library versions: OpenSSL 1.0.1p 9 Jul 2015, LZO 2.08 Tue Nov 03 22:31:05 2015 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info. Enter Private Key Password: Tue Nov 03 22:31:29 2015 WARNING: this configuration may cache passwords in memo ry -- use the auth-nocache option to prevent this Tue Nov 03 22:31:29 2015 Control Channel Authentication: using 'ta.key' as a Ope nVPN static key file Tue Nov 03 22:31:29 2015 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication Tue Nov 03 22:31:29 2015 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication Tue Nov 03 22:31:29 2015 Socket Buffers: R=[8192->8192] S=[8192->8192] Tue Nov 03 22:31:29 2015 Attempting to establish TCP connection with [AF_INET]141.138.x.x:80 [nonblock] Tue Nov 03 22:31:30 2015 TCP connection established with [AF_INET]141.138.x.x:80 Tue Nov 03 22:31:30 2015 TCPv4_CLIENT link local: [undef] Tue Nov 03 22:31:30 2015 TCPv4_CLIENT link remote: [AF_INET]141.138.x.x:80 Tue Nov 03 22:31:51 2015 read TCPv4_CLIENT: Connection timed out (WSAETIMEDOUT) (code=10060) Tue Nov 03 22:31:51 2015 Connection reset, restarting [-1] |