Archer AX55 OpenVPN Client (running in Rapsberry PI)

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

Archer AX55 OpenVPN Client (running in Rapsberry PI)

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
Archer AX55 OpenVPN Client (running in Rapsberry PI)
Archer AX55 OpenVPN Client (running in Rapsberry PI)
2022-12-27 17:53:06 - last edited 2022-12-27 17:55:19
Tags: #VPN
Model: Archer AX55  
Hardware Version: V1
Firmware Version: 1.1.1 Build 20220621 rel.71166(4555)

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>


 

  0      
  0      
#1
Options
1 Reply
Re:Archer AX55 OpenVPN Client (running in Rapsberry PI)
2023-01-14 10:24:58 - last edited 2023-01-14 11:38:36

I am still struggling, anyone had this issue ?
I tried disabling tsl cryto/auth
I tried changing udp to tcp

no success... I tried to simulate the same open vpn config in my rpi that is set when I create a vpn server in the ax55 router... still nothing, the ovpn file I am using is:

client
dev tun
proto tcp
float
nobind
cipher AES-256-CBC
resolv-retry infinite
remote-cert-tls server
persist-key
persist-tun
auth SHA256
auth-nocache
remote xxxx.tplinkdns.com 1194
<ca>
-----BEGIN CERTIFICATE-----
MIIBy...
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
MIIBy...
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN ENCRYPTED PRIVATE KEY-----
MIHj...
-----END ENCRYPTED PRIVATE KEY-----
</key>

  0  
  0  
#2
Options

Information

Helpful: 0

Views: 326

Replies: 1

Tags

Related Articles