VPN Client on Wi-Fi Router Is Not Working

VPN Client on Wi-Fi Router Is Not Working

277 Reply
Re:VPN Client on Wi-Fi Router Is Not Working
2024-10-04 10:06:23 - last edited 2024-10-04 13:47:10

@Kevin_Z 

 

I have an issue with OpenVPN client connection of Archer AXE300, only when using SFP+ Internet WAN port and not the 10G Ethernet WAN Internet port

Details on Client VPN connection of the router not established when Internet WAN is the SFP+ port

(Sorry i have seen this threads only later....)

  0  
0
#238
Options
Re:VPN Client on Wi-Fi Router Is Not Working
2024-10-03 13:22:02

@Kevin_Z

 

 I am failing my OpenVPN client conntection to my personal Synology OpenVPN server.

 

 

1. Archer AX20 v1.0 

Firmware Version :
1.3.8 Build 20230830 rel.19767(4555)


2. Personal - Synology OpenVPN (Self-signed certificate)
3. OpenVPN
4. Connects fine on Windows 11 PC - OpenVPN-gui
5. Stuck on connecting state in TP-Link web ui
6. Config:

 

dev tun
tls-client

remote <<hidden url>> 1111

redirect-gateway def1


pull


proto udp

script-security 2

 

reneg-sec 0

cipher AES-256-CBC

auth SHA512

auth-user-pass
<ca>
-----BEGIN CERTIFICATE-----
<<hidden>>
-----END CERTIFICATE-----

</ca>

 

  0  
0
#237
Options
Re:VPN Client on Wi-Fi Router Is Not Working
2024-09-30 10:07:03

 

spn13 wrote

  @Kevin_Z 

 

Hello. 
 

I had a problem connecting to a VPN on Deco BE85. The problem was solved by releasing patch 1.0.20 Build 20240808 Rel. 5953 for me. Thanks for solving my problem. But the question remains - will this patch be included in the public release of the firmware? Which version? Since the patch, two firmware versions have already been released, but the problem returns to them.

 

@spn13 I believe a new official version will be released soon to include the patches in 1.0.20. It's suggested to monitor the Deco forum for any official updates from David. Thank you for your patience.

 

Feel free to let us know if you experience an issue.

Nice to Meet You in Our TP-Link Community. Check Out the Latest Posts: Introducing AI QoS: Elevate Your Gaming Experience on the Archer GE800 Gaming Router! Connect TP-Link Archer BE550 to Germany's DS-Lite (Dual Stack Lite) Internet via WAN Archer GE550 - BE9300 Tri-Band Wi-Fi 7 Gaming Router Archer AX90 New Firmware Added Support for EasyMesh and Ethernet Backhaul If you found a post or response helpful, please click Helpful (arrow pointing upward icon). If you are the author of a topic, remember to mark a helpful reply as the "Recommended Solution" (star icon) so that others can benefit from it.
  0  
0
#236
Options
Re:VPN Client on Wi-Fi Router Is Not Working
2024-09-29 12:25:25

  @Kevin_Z 

 

Hello. 
 

I had a problem connecting to a VPN on Deco BE85. The problem was solved by releasing patch 1.0.20 Build 20240808 Rel. 5953 for me. Thanks for solving my problem. But the question remains - will this patch be included in the public release of the firmware? Which version? Since the patch, two firmware versions have already been released, but the problem returns to them.

  0  
0
#235
Options
Re:VPN Client on Wi-Fi Router Is Not Working
2024-09-12 08:29:26

  @AlexanderBes 

 

Hi, thanks for sharing questions here.

As your case has been escalated, the senior engineering team will contact you soon~

  0  
0
#234
Options
Re:VPN Client on Wi-Fi Router Is Not Working
2024-09-09 21:47:54

  @Kevin_Z I am failing with using PureVPN

1. Archer AX73 v1.0 

1.3.6 Build 20240407 rel.43274(4555)


2. PureVPN UK server
3. OpenVPN
4. Connects fine on MacBook using Tunnelblick with provided OpenVPN config
5. Stuck on connecting state in web ui
6. Config:

explicit-exit-notify
proto udp
remote url goes here
client
verb 1
dev tun
auth-user-pass
persist-key
persist-tun
nobind
scramble obfuscate sg+Jts{&
compress
<ca>
-----BEGIN CERTIFICATE-----
cert goes here
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
cert goes here
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
cert goes here
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN RSA PRIVATE KEY-----
key goes here
-----END RSA PRIVATE KEY-----
</key>
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
key goes here
-----END OpenVPN Static key V1-----
</tls-auth>
key-direction 1
remote-cert-tls server
route-method exe 
route-delay 0 
route 0.0.0.0 0.0.0.0
script-security 2

  0  
0
#233
Options
Re:VPN Client on Wi-Fi Router Is Not Working
2024-08-29 11:57:49

@Nok1on 

 

We will contact you at your registered email address for further discussion. Please send us the .ovpn file via email, and we will check for any misconfigurations.

Nice to Meet You in Our TP-Link Community. Check Out the Latest Posts: Introducing AI QoS: Elevate Your Gaming Experience on the Archer GE800 Gaming Router! Connect TP-Link Archer BE550 to Germany's DS-Lite (Dual Stack Lite) Internet via WAN Archer GE550 - BE9300 Tri-Band Wi-Fi 7 Gaming Router Archer AX90 New Firmware Added Support for EasyMesh and Ethernet Backhaul If you found a post or response helpful, please click Helpful (arrow pointing upward icon). If you are the author of a topic, remember to mark a helpful reply as the "Recommended Solution" (star icon) so that others can benefit from it.
  0  
0
#232
Options
Re:VPN Client on Wi-Fi Router Is Not Working
2024-08-28 13:08:42

@Kevin_Z
Greetings,
I have got tp-link archer ax73 (ax5400 wi-fi 6 router).

Firmware Version:

1.3.6 Build 20240407 rel.43274(5255)

Hardware Version:

Archer AX73 v1.0

My VPN provider is hidemyname.
I was trying to connect the router to OpenVPN Turkish server using the Open VPN file.

client

#connect to VPN server
remote 194.116.191.204 58610
proto udp

#socket buffer size
sndbuf 262144
rcvbuf 262144

#DNS server to use
dhcp-option DNS 1.1.1.1

#remove to use your ISP's gateway
redirect-gateway def1

#certificate-related settings
#ns-cert-type server
remote-cert-tls server

# --- Your certificate is located at the end of this file ---

#cipher to use. Valid options are: AES-256-GCM, AES-192-GCM, AES-128-GCM, AES-256-CBC, AES-192-CBC, AES-128-CBC
cipher AES-256-CBC

#we don't use password authentication anyway, so this is simply to remove the openvpn warning
auth-nocache

#use virtual interface 'tun'
dev tun

#keep trying indefinitely to resolve the host name of the OpenVPN server.
resolv-retry infinite

#most clients don't need to bind to a specific local port number.
nobind

#try to preserve some state across restarts
persist-key
persist-tun

#set log file verbosity.
verb 4

#silence repeating messages
mute 20

#tell the server to immediately close its client instance object rather than waiting for a timeout
explicit-exit-notify

<ca>
some ca_text
</ca>

<cert>
cert_text
</cert>

<key>
private_key
</key>

<tls-crypt-v2>
client_key
</tls-crypt-v2>


I have succeeded in connecting to the same server using Open VPN GUI locally on my PC.
I am stuck at infinite connecting to the server. I would really appreciate assistance on the matter.

Best regards

  0  
0
#231
Options
Re:VPN Client on Wi-Fi Router Is Not Working
2024-08-28 01:49:58

  @Rex12 

 

Hi, to assist you efficiently, I've forwarded your case to the TP-Link support engineers who will contact you with your registered email address later. Please pay attention to your email box for follow-up.

 

  0  
0
#230
Options
Re:VPN Client on Wi-Fi Router Is Not Working
2024-08-23 11:26:21

  @Marvin_S 

 

I'm split tunneling (and it's working correctly on an ios device and a pc with the same .opvn file).  From the AX1800, I can ping the vpn gateway and the vpn tunnel ip.  I can't ping the vpn server IP or connect to any devices on the Server LAN (which i can do through both the ios device and the pc).

 

I've tested with the firewalls down on both server and client router, no change.  

  0  
0
#229
Options