Can't connect to vpn anymore

This forum is for general conversation and user-user networking.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
middia
OpenVpn Newbie
Posts: 1
Joined: Sun Oct 18, 2020 12:04 am

Can't connect to vpn anymore

Post by middia » Sun Oct 18, 2020 12:11 am

OpenVPN stopped working for me. I try to connect on OpenVPN GUI for Windows, like usual but it's not connecting.

This is the config file;

Client config
1
client
2
proto tcp
3
remote server1.freevpn.me 443
4
connect-retry-max 3
5
connect-retry 3
6
resolv-retry 15
7
dev tun
8
auth-user-pass
9
persist-key
10
persist-tun
11
nobind
12
verb 2
13
key-direction 1
14
remote-cert-tls server
15
auth SHA256
16
cipher AES-256-CBC
17
route-method exe
18
route-delay 2
19
route 0.0.0.0 0.0.0.0
20
setenv opt block-outside-dns
21
script-security 2
22
<ca>
23
--STRIPPED INLINE CA CERT--
24
</ca>
25
<cert>
26
--STRIPPED INLINE CERT--
27
</cert>
28
<key>
29
--STRIPPED INLINE KEY--
30
</key>
31
<tls-auth>
32
--STRIPPED INLINE TLS-AUTH KEY--



The below was in the logs;

Code: Select all

2020-10-17 16:39:04 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'AES-256-CBC' to --data-ciphers or change --cipher 'AES-256-CBC' to --data-ciphers-fallback 'AES-256-CBC' to silence this warning.
2020-10-17 16:39:04 OpenVPN 2.5_rc2 i686-w64-mingw32 [SSL (OpenSSL)] [LZO] [LZ4] [PKCS11] [AEAD] built on Sep 30 2020
2020-10-17 16:39:04 Windows version 10.0 (Windows 10 or greater) 32bit
2020-10-17 16:39:04 library versions: OpenSSL 1.1.1h  22 Sep 2020, LZO 2.10
Enter Management Password:
2020-10-17 16:39:17 Outgoing Control Channel Authentication: Using 256 bit message hash 'SHA256' for HMAC authentication
2020-10-17 16:39:17 Incoming Control Channel Authentication: Using 256 bit message hash 'SHA256' for HMAC authentication
2020-10-17 16:39:17 TCP/UDP: Preserving recently used remote address: [AF_INET]89.38.98.142:443
2020-10-17 16:39:17 Attempting to establish TCP connection with [AF_INET]89.38.98.142:443 [nonblock]
2020-10-17 16:41:18 TCP: connect to [AF_INET]89.38.98.142:443 failed: Unknown error
2020-10-17 16:41:18 SIGUSR1[connection failed(soft),init_instance] received, process restarting
2020-10-17 16:41:21 Outgoing Control Channel Authentication: Using 256 bit message hash 'SHA256' for HMAC authentication
2020-10-17 16:41:21 Incoming Control Channel Authentication: Using 256 bit message hash 'SHA256' for HMAC authentication
2020-10-17 16:41:21 TCP/UDP: Preserving recently used remote address: [AF_INET]89.38.98.142:443
2020-10-17 16:41:21 Attempting to establish TCP connection with [AF_INET]89.38.98.142:443 [nonblock]
2020-10-17 16:43:22 TCP: connect to [AF_INET]89.38.98.142:443 failed: Unknown error
2020-10-17 16:43:22 SIGUSR1[connection failed(soft),init_instance] received, process restarting
2020-10-17 16:43:25 Outgoing Control Channel Authentication: Using 256 bit message hash 'SHA256' for HMAC authentication
2020-10-17 16:43:25 Incoming Control Channel Authentication: Using 256 bit message hash 'SHA256' for HMAC authentication
2020-10-17 16:43:25 TCP/UDP: Preserving recently used remote address: [AF_INET]89.38.98.142:443
2020-10-17 16:43:25 Attempting to establish TCP connection with [AF_INET]89.38.98.142:443 [nonblock]
2020-10-17 16:45:16 SIGTERM[hard,init_instance] received, process exiting
Last edited by Pippin on Sun Oct 18, 2020 8:47 am, edited 1 time in total.
Reason: Formatting

Post Reply