Can not connect VPN on windows

getting below errors

Sat Oct 09 20:27:19 2021 UDP link local (bound): [AF_INET][undef]:1194
Sat Oct 09 20:27:19 2021 UDP link remote: [AF_INET]69.46.7.227:40088
Sat Oct 09 20:27:19 2021 read UDP: Unknown error (code=10054)
Sat Oct 09 20:27:22 2021 read UDP: Unknown error (code=10054)
Sat Oct 09 20:27:26 2021 read UDP: Unknown error (code=10054)
Sat Oct 09 20:27:33 2021 read UDP: Unknown error (code=10054)
Sat Oct 09 20:27:50 2021 read UDP: Unknown error (code=10054)
Sat Oct 09 20:28:19 2021 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
Sat Oct 09 20:28:19 2021 TLS Error: TLS handshake failed
Sat Oct 09 20:28:19 2021 SIGUSR1[soft,tls-error] received, process restarting
Sat Oct 09 20:28:24 2021 TCP/UDP: Preserving recently used remote address: [AF_INET]69.46.7.227:40088
Sat Oct 09 20:28:24 2021 Attempting to establish TCP connection with [AF_INET]69.46.7.227:40088 [nonblock]
Sat Oct 09 20:30:25 2021 TCP: connect to [AF_INET]69.46.7.227:40088 failed: Unknown error
Sat Oct 09 20:30:25 2021 SIGUSR1[connection failed(soft),init_instance] received, process restarting
Sat Oct 09 20:30:30 2021 TCP/UDP: Preserving recently used remote address: [AF_INET]69.46.7.227:40088
Sat Oct 09 20:30:30 2021 UDP link local (bound): [AF_INET][undef]:1194
Sat Oct 09 20:30:30 2021 UDP link remote: [AF_INET]69.46.7.227:40088
Sat Oct 09 20:30:31 2021 read UDP: Unknown error (code=10054)
Sat Oct 09 20:30:32 2021 read UDP: Unknown error (code=10054)
Sat Oct 09 20:30:36 2021 read UDP: Unknown error (code=10054)
Sat Oct 09 20:30:45 2021 read UDP: Unknown error (code=10054)
Sat Oct 09 20:31:01 2021 read UDP: Unknown error (code=10054)
Sat Oct 09 20:31:30 2021 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
Sat Oct 09 20:31:30 2021 TLS Error: TLS handshake failed
Sat Oct 09 20:31:30 2021 SIGUSR1[soft,tls-error] received, process restarting
Sat Oct 09 20:31:35 2021 TCP/UDP: Preserving recently used remote address: [AF_INET]69.46.7.227:40088
Sat Oct 09 20:31:35 2021 Attempting to establish TCP connection with [AF_INET]69.46.7.227:40088 [nonblock]
Sat Oct 09 20:33:36 2021 TCP: connect to [AF_INET]69.46.7.227:40088 failed: Unknown error
Sat Oct 09 20:33:36 2021 SIGUSR1[connection failed(soft),init_instance] received, process restarting
Sat Oct 09 20:33:41 2021 TCP/UDP: Preserving recently used remote address: [AF_INET]69.46.7.227:40088
Sat Oct 09 20:33:41 2021 UDP link local (bound): [AF_INET][undef]:1194
Sat Oct 09 20:33:41 2021 UDP link remote: [AF_INET]69.46.7.227:40088
Sat Oct 09 20:33:41 2021 read UDP: Unknown error (code=10054)
Sat Oct 09 20:33:44 2021 read UDP: Unknown error (code=10054)
Sat Oct 09 20:33:48 2021 read UDP: Unknown error (code=10054)
Sat Oct 09 20:33:56 2021 read UDP: Unknown error (code=10054)
Sat Oct 09 20:34:12 2021 read UDP: Unknown error (code=10054)

Your ISP might be blocking OpenVPN and/or high ports. Does this apply to all other labs you’re trying to connect to?

The only workaround I can think of (and try this at your own discretion) is to chain your VPN connection through a 3rd-party VPN. The problem with this, however, is that you’re might have a hard time with DNS resolution conflicts (between the 3rd-party VPN and the lab’s). If DNS is not an issue, that method should work, but you’re gonna have to deal with potential latency.

check if your endpoint security (Antivirus sw/firewall) is not blocking any related traffic.
Also make sure you are using OpenVPN2.x version. version 3.x doesn’t support TAP.

try commenting out the “remote… udp” line and check if it works over tcp

Doubt that’s gonna work as per the quoted logs. It’s most likely an ISP-related issue; I’ve been battling the same issue, and that’s why I know it’s very likely theirs is the same. Could also be a firewall config if one’s installed.

yeah I missed that one, sorry

No need to apologize, mate—you’ve been doing a great job on the forums. Keep up the great work! :slight_smile: