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-12-31 06:01:32

 

ecalex wrote

  @Kevin_Z 

 

I am also having trouble getting OpenVPN working

 

1. Model number, hardware, and firmware version of your TP-Link Router.

 

BE550 (V1.0) - FW: V1_1.0.12 Build 20240902


2. What kind of VPN server you are connecting to?

 

Archer BE400's VPN server (OpenVPN) - UDP/TUN/internet and home network (client access)

 

FW: 1.0.5 Build 20240911 rel.28762

 

Note - BE400 (main) has easyMesh enabled with a AX72 (1.2.6 Build 20240619 rel.72016)


3. What kind of VPN type are you choosing on the TP-Link router, OpenVPN, or PPTP VPN?

 

OpenVPN (VPN Client on BE550)

 

BE400 server has PPTP/ OpenVPN enabled.


4. What kind of VPN Client software you were using on the local PC or phone when it was connecting fine? Please test and make sure you can connect to the server with third-party software, such as OpenVPN Connect for OpenVPN and WireGuard App for WireGuard VPN.

 

tried OpenVPN connect on Windows and Android, both worked fine with .ovpn. BE550 also works with PPTP.


5. Which step did you stuck in, any error message or screenshot?

 

BE550 vpn client shows connected (OpenVPN) but when i check on my PC (the device is selected as going through VPN) using where is my location, it still shows my original location. My android os TV literally wont go on internet


6. Troubleshooting you've done before, and be sure the .opvn file for OpenVPN or .conf file for WireGuard is included when emailing to support.

 

Tried reconfiguring VPN server on BE400 (no luck), tried doing the pkey stuff (but the hash is the same), tried PPTP (which worked, so i know my Be400 server works)

@ecalex 

 

What do you mean by "when i check on my PC (the device is selected as going through VPN) using where is my location, it still shows my original location."? Please check whether your traffic is passing through the VPN tunnel by visiting whatismyip.com while connected to the VPN. This site will display your public IP address. If your traffic is successfully routed through the VPN, the IP address shown should be different from your original IP address.

 

If you're still seeing your original location, please ensure that the correct MAC address is selected when adding the device to the VPN Client device list. Sometimes, there are multiple adapters or different MAC addresses on the client device and you may not be selecting the right one.

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
#259
Options
Re:VPN Client on Wi-Fi Router Is Not Working
2024-12-31 03:06:50

 

LowerHater wrote

  @Kevin_Z 

 

Removing "auth-user-pass" allowed the VPN client to connect to my OpenVPN server.

 

However, once connected, devices setup to use this connection, cannot access the internet. The current config file used is below the pic:

 

 

 

 

dev tun
tls-client

remote <<hidden url>> 1111

redirect-gateway def1

dhcp-option DNS 1.1.1.1

pull

proto udp

script-security 2


reneg-sec 0


cipher AES-256-CBC
auth SHA512

comp-lzo
<ca>
-----BEGIN CERTIFICATE-----
<<hidden>>
-----END CERTIFICATE-----

</ca>
key-direction 1
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
<<hidden>>
-----END OpenVPN Static key V1-----

</tls-auth>

 

 

@LowerHater 

 

I've escalated your case to our support engineers and they will contact you via your registered email. Please follow it up. Thank you.

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
#258
Options
Re:VPN Client on Wi-Fi Router Is Not Working
2024-12-30 21:34:18

  @Kevin_Z 

 

I am also having trouble getting OpenVPN working

 

1. Model number, hardware, and firmware version of your TP-Link Router.

 

BE550 (V1.0) - FW: V1_1.0.12 Build 20240902


2. What kind of VPN server you are connecting to?

 

Archer BE400's VPN server (OpenVPN) - UDP/TUN/internet and home network (client access)

 

FW: 1.0.5 Build 20240911 rel.28762

 

Note - BE400 (main) has easyMesh enabled with a AX72 (1.2.6 Build 20240619 rel.72016)


3. What kind of VPN type are you choosing on the TP-Link router, OpenVPN, or PPTP VPN?

 

OpenVPN (VPN Client on BE550)

 

BE400 server has PPTP/ OpenVPN enabled.


4. What kind of VPN Client software you were using on the local PC or phone when it was connecting fine? Please test and make sure you can connect to the server with third-party software, such as OpenVPN Connect for OpenVPN and WireGuard App for WireGuard VPN.

 

tried OpenVPN connect on Windows and Android, both worked fine with .ovpn. BE550 also works with PPTP.


5. Which step did you stuck in, any error message or screenshot?

 

BE550 vpn client shows connected (OpenVPN) but when i check on my PC (the device is selected as going through VPN) using where is my location, it still shows my original location. My android os TV literally wont go on internet


6. Troubleshooting you've done before, and be sure the .opvn file for OpenVPN or .conf file for WireGuard is included when emailing to support.

 

Tried reconfiguring VPN server on BE400 (no luck), tried doing the pkey stuff (but the hash is the same), tried PPTP (which worked, so i know my Be400 server works)

  1  
1
#257
Options
Re:VPN Client on Wi-Fi Router Is Not Working
2024-12-28 23:28:35

  @Kevin_Z 

 

Removing "auth-user-pass" allowed the VPN client to connect to my OpenVPN server.

 

However, once connected, devices setup to use this connection, cannot access the internet. The current config file used is below the pic:

 

 

 

 

dev tun
tls-client

remote <<hidden url>> 1111

redirect-gateway def1

dhcp-option DNS 1.1.1.1

pull

proto udp

script-security 2


reneg-sec 0


cipher AES-256-CBC
auth SHA512

comp-lzo
<ca>
-----BEGIN CERTIFICATE-----
<<hidden>>
-----END CERTIFICATE-----

</ca>
key-direction 1
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
<<hidden>>
-----END OpenVPN Static key V1-----

</tls-auth>

 

 

  0  
0
#256
Options
Re:VPN Client on Wi-Fi Router Is Not Working
2024-12-25 06:55:16

 Hi @easyUp,

The tech team was made aware of your issue, they will likely reach out to you via email to continue to troubleshoot your issue. Please check your email box and confirm.

Welcome to Our Community! Get the latest posts: △New Firmware for Archer GE550/GE650 V1 Introduces AI-QoS, EasyMesh IoT Expansion, and More! △New Firmware Releases for Archer BE805 V1/BE450 V1 to Support VPN Merge, New ECO Mode, and More! More posts, please see: △ Get the Ongoing Pre-release Firmware for Wi-Fi Routers Here— Subscribe for Updates! Urgent problems with your Wi-Fi Router, Range Extender, or DSL Modem? Please reach out via private Messages or @Joesph-TP in your new thread directly. Click Or ☆Recommended Solution if the post/answer helps.
  0  
0
#255
Options
Re:VPN Client on Wi-Fi Router Is Not Working
2024-12-24 18:45:13

  @Kevin_Z 

1. Model number, hardware, and firmware version of your TP-Link Router. 

 

Firmware Version:

1.1.2 Build 20241014 rel.59971(5553)

Hardware Version:

Archer AX55 v4.0


2. What kind of VPN server you are connecting to?

Amazon EC-2 instance running OpenVPN server, on Linux Ubuntu


3. What kind of VPN type are you choosing on the TP-Link router, OpenVPN, or PPTP VPN?

OpenVPN


4. What kind of VPN Client software you were using on the local PC or phone when it was connecting fine? Please test and make sure you can connect to the server with third-party software, such as OpenVPN Connect for OpenVPN and WireGuard App for WireGuard VPN.

OpenVPN Connect

 

5. Which step did you stuck in, any error message or screenshot?

Stuck at connecting, traffic routed outside of VPN.


6. Troubleshooting you've done before, and be sure the .opvn file for OpenVPN or .conf file for WireGuard is included when emailing to support.

Checked if pivate key included in .opv is encrypted. It isn't. 

I can share the ovpn config by email on reply!!! Please help.

  0  
0
#254
Options
Re:VPN Client on Wi-Fi Router Is Not Working-Solution
2024-12-19 13:37:05 - last edited 2024-12-20 02:03:48

  @Joseph-TP thank you for the quick reply! I have managed to get this working as you suggested, I will leave the instructions below if anyone else faces this issue:

 

If you have a .ovpn file which contains an encrypted private key and it won't work setting it up in the VPN Client router settings you can:

 

1. Open the .ovpn file in a text editor and copy the entire content between the <key></key> tags into a file called in.key

2. Use openssl to decrypt the key by doing openssl pkey -in in.key -out out.key

3. If you are prompted for a password, enter the password for your private key (the one you use to set up the OpenVPN connection in OpenVPN Connect)

4. Copy the contents of out.key back into the .ovpn file

5. Upload the file the router settings

 

 

Recommended Solution
  5  
5
#253
Options
Re:VPN Client on Wi-Fi Router Is Not Working
2024-12-19 10:38:46

 Hi @pawker,

Currently, Archer AX20's OpenVPN server settings do not support ENCRYPTED PRIVATE KEY.
We recommend that you look for instructions on how to convert this key to unencrypted on Linux.

Welcome to Our Community! Get the latest posts: △New Firmware for Archer GE550/GE650 V1 Introduces AI-QoS, EasyMesh IoT Expansion, and More! △New Firmware Releases for Archer BE805 V1/BE450 V1 to Support VPN Merge, New ECO Mode, and More! More posts, please see: △ Get the Ongoing Pre-release Firmware for Wi-Fi Routers Here— Subscribe for Updates! Urgent problems with your Wi-Fi Router, Range Extender, or DSL Modem? Please reach out via private Messages or @Joesph-TP in your new thread directly. Click Or ☆Recommended Solution if the post/answer helps.
  0  
0
#252
Options
Re:VPN Client on Wi-Fi Router Is Not Working
2024-12-18 16:42:07 - last edited 2024-12-18 17:04:01

  @Kevin_Z 

Mine is also failing to connect.

 

1. Model number, hardware, and firmware version of your TP-Link Router.

  • Hardware: AX1800 Archer AX20 v1.0 
  • Firmware: 1.3.8 Build 20230830 rel.19767(4555)

2. What kind of VPN server you are connecting to?

  • Self hosted OpenVPN server

3. What kind of VPN type are you choosing on the TP-Link router, OpenVPN, or PPTP VPN?

  • OpenVPN

4. What kind of VPN Client software you were using on the local PC or phone when it was connecting fine? Please test and make sure you can connect to the server with third-party software, such as OpenVPN Connect for OpenVPN and WireGuard App for WireGuard VPN.

  • OpenVPN Connect works with the same .ovpn file on multiple machines (Mac / Windows / IPhone)

5. Which step did you stuck in, any error message or screenshot?

  • Stuck on Connecting status

6. Troubleshooting you've done before, and be sure the .opvn file for OpenVPN or .conf file for WireGuard is included when emailing to support.

Tried multiple machines and tried both UDP and TCP. Also tried generating a file from the OpenVPN server running on this router and that works when used as the client.

 

 

My .ovpn file (with ommitted info):

client
nobind
dev tun
remote-cert-tls server

remote <MY-PUBLIC-IP> <MY-PORT> udp

<key>
-----BEGIN ENCRYPTED PRIVATE KEY-----
<ENCRYPTED PRIVATE KEY CONTENT>
-----END ENCRYPTED PRIVATE KEY-----
</key>
<cert>
-----BEGIN CERTIFICATE-----
<CERTIFICATE CONTENT>
-----END CERTIFICATE-----
</cert>
<ca>
-----BEGIN CERTIFICATE-----
<CERTIFICATE CONTENT>
-----END CERTIFICATE-----
</ca>
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
<STATIC KEY CONTENT>
-----END OpenVPN Static key V1-----
</tls-auth>
key-direction 1

redirect-gateway def1
 

  0  
0
#251
Options
Re:VPN Client on Wi-Fi Router Is Not Working
2024-12-09 07:11:32

  @Kevin_Z 

thanks,

 

responded

  1  
1
#250
Options