Failed to connect to server (NEED HELP)

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

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

Post Reply
FatVPN
OpenVpn Newbie
Posts: 3
Joined: Tue Jul 21, 2020 6:32 pm

Failed to connect to server (NEED HELP)

Post by FatVPN » Tue Jul 21, 2020 6:34 pm

So I tried connecting to the server and everyone else apparently was able to connect to it except me. this is the error message I am given everytime I try to connect.

Code: Select all

Tue Jul 21 14:22:24 2020 OpenVPN 2.4.9 x86_64-w64-mingw32 [SSL (OpenSSL)] [LZO] [LZ4] [PKCS11] [AEAD] built on Apr 16 2020
Tue Jul 21 14:22:24 2020 Windows version 6.2 (Windows 8 or greater) 64bit
Tue Jul 21 14:22:24 2020 library versions: OpenSSL 1.1.1f  31 Mar 2020, LZO 2.10
Enter Management Password:
Tue Jul 21 14:22:27 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]x.x.x.x:1194
Tue Jul 21 14:22:27 2020 UDP link local: (not bound)
Tue Jul 21 14:22:27 2020 UDP link remote: [AF_INET]x.x.x.x:1194
Tue Jul 21 14:22:28 2020 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Tue Jul 21 14:22:28 2020 [ny.connect.xxxxxxx.com] Peer Connection Initiated with [AF_INET]x.x.x.x:1194
Tue Jul 21 14:22:29 2020 WARNING: Since you are using --dev tun with a point-to-point topology, the second argument to --ifconfig must be an IP address.  You are using something (255.255.255.0) that looks more like a netmask. (silence this warning with --ifconfig-nowarn)
Tue Jul 21 14:22:29 2020 There is a problem in your selection of --ifconfig endpoints [local=100.64.9.10, remote=255.255.255.0].  The local and remote VPN endpoints must exist within the same 255.255.255.252 subnet.  This is a limitation of --dev tun when used with the TAP-WIN32 driver.  Try 'openvpn --show-valid-subnets' option for more info.
Tue Jul 21 14:22:29 2020 Exiting due to fatal error
..............
Also Here is my config for the network
Client config

client
dev tun
proto udp

remote ny.connect.xxxxxxx.com 1194

resolv-retry infinite
nobind
persist-key
persist-tun
auth-user-pass
verb 1
keepalive 10 900
inactive 3600

#block-outside-dns
remote-cert-tls server

explicit-exit-notify

<ca>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
</ca>

<cert>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
</cert>

<key>
-----BEGIN PRIVATE KEY-----
-----END PRIVATE KEY-----
</key>

TinCanTech
OpenVPN Protagonist
Posts: 11139
Joined: Fri Jun 03, 2016 1:17 pm

Re: Failed to connect to server (NEED HELP)

Post by TinCanTech » Tue Jul 21, 2020 6:45 pm

Wow .. talk about "blowing it" -- Don't post your private key please ..


FYI: I have your private keys and certificates :twisted:

FatVPN
OpenVpn Newbie
Posts: 3
Joined: Tue Jul 21, 2020 6:32 pm

Re: Failed to connect to server (NEED HELP)

Post by FatVPN » Thu Jul 23, 2020 2:06 pm

Can I get some help please

FatVPN
OpenVpn Newbie
Posts: 3
Joined: Tue Jul 21, 2020 6:32 pm

Re: Failed to connect to server (NEED HELP)

Post by FatVPN » Thu Jul 23, 2020 2:08 pm

TinCanTech wrote:
Tue Jul 21, 2020 6:45 pm
Wow .. talk about "blowing it" -- Don't post your private key please ..


FYI: I have your private keys and certificates :twisted:
How do I take out the private keys and stuff?

TinCanTech
OpenVPN Protagonist
Posts: 11139
Joined: Fri Jun 03, 2016 1:17 pm

Re: Failed to connect to server (NEED HELP)

Post by TinCanTech » Thu Jul 23, 2020 2:11 pm

FatVPN wrote:
Tue Jul 21, 2020 6:34 pm
So I tried connecting to the server and everyone else apparently was able to connect to it except me
We do not administer your server. Please contact your support team.
FatVPN wrote:
Thu Jul 23, 2020 2:08 pm
TinCanTech wrote:
Tue Jul 21, 2020 6:45 pm
Wow .. talk about "blowing it" -- Don't post your private key please ..


FYI: I have your private keys and certificates :twisted:
How do I take out the private keys and stuff?
It is too late.

When you contact your support team please let them know that your private key has been compromised.

You may like to forward them a link to this forum thread.

ny.connect.xxxxxxx.com <- they can help you probably ..

Post Reply