Failed to connect to server (NEED HELP)
Posted: 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.
..............
Also Here is my config for the network
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>
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>