Jump to content

XR500 Hybrid VPN not connecting no logs showing


Recommended Posts

When I try to connect via advanced setup it gives me a failed status. There are no logs shown. The following is the configuration I am using.

client
dev tun
reneg-sec 0
persist-tun
persist-key
ping 5
nobind
allow-compression no
remote-random
remote-cert-tls server
auth-nocache
route-metric 1
cipher AES-256-CBC
auth sha512
<ca>
-----BEGIN CERTIFICATE-----
<redacted>
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
<redacted>
-----END CERTIFICATE-----
</ca>
<cert>

-----BEGIN CERTIFICATE-----
<redacted>
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
<redacted>
-----END PRIVATE KEY-----

</key>
remote us-la.vpnunlimitedapp.com
proto udp

image.thumb.png.d97c198f8ba7edac6a8eeba7413e70bf.pngimage.thumb.png.8120205828d1ad5674272b51cdcad985.png

Link to comment
Share on other sites

  • Administrators

Try this:

client
dev tun
remote us-la.vpnunlimitedapp.com
proto udp
reneg-sec 0
persist-tun
persist-key
ping 5
nobind
allow-compression no
remote-cert-tls server
auth-nocache
route-metric 1
cipher AES-256-CBC
auth sha512
<ca>
-----BEGIN CERTIFICATE-----
<redacted>
-----END CERTIFICATE-----
</ca>
<cert>

-----BEGIN CERTIFICATE-----
<redacted>
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
<redacted>
-----END PRIVATE KEY-----

</key>

Link to comment
Share on other sites

  • Administrators
10 hours ago, Nico_cyne said:


I tried with a server in the same country (11ms) but same error.


and I put the router in DMZ to be sure that the operator box does not block

 

Could you provide the config you're using please?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...