Archer AX55 OpenVPN Client (running in Rapsberry PI)
Hi everyone !
I am trying (without success) to set up and connect my Archer AX55 to my open vpn server (running in a rapberry pi)...
With the .ovpn file I can connect from my computer (using windows), from my phone (IOS), but, when I try it in the router, sadly it doesn't connect (stays in "Connecting"). The
any idea how the .ovpn file must look like ? Searched in the forum without sucess... and sadly there is no logs in the router I can use for debugging.
open vpn file looks like this:
client
dev tun
proto udp
remote xxxx.tplinkdns.com 1194
resolv-retry infinite
nobind
remote-cert-tls server
tls-version-min 1.2
verify-x509-name raspberrypi_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx name
cipher AES-256-CBC
auth SHA256
auth-nocache
verb 3
<ca>
-----BEGIN CERTIFICATE-----
MII...
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
MII...
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN ENCRYPTED PRIVATE KEY-----
...
-----END ENCRYPTED PRIVATE KEY-----
</key>
<tls-crypt>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
...
-----END OpenVPN Static key V1-----
</tls-crypt>