OVPN Client not importing .ovpn file
OVPN Client not importing .ovpn file
For some reason the OVPN client function isn't working.
I am trying to add a VPN server, I managed the server myself and I have multiple other clients that have no issue.
I add the client.ovpn, the upload goes from 0% to 100% as seen below
Then I click save and get this
As if I never uploaded the config and I can't add the server.
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
You are right, when trying to upload an *.ovpn file via remote connection the router should display an error message. The screenshot below was taken from an AX53 V1.
- Copy Link
- Report Inappropriate Content
Hi,
Would you mind posting the section of the *.ovpn file that contains all the settings? (without keys, certificates, domain name/IP address)
That might give TP-Link support a clue.
- Copy Link
- Report Inappropriate Content
woozle wrote
Hi,
Would you mind posting the section of the *.ovpn file that contains all the settings? (without keys, certificates, domain name/IP address)
That might give TP-Link support a clue.
Sure
------------------
float
nobind
proto udp
dev tun
sndbuf 0
rcvbuf 0
keepalive 10 30
# for OpenVPN 2.4 or older
comp-lzo yes
# for OpenVPN 2.4 or newer
;compress lzo
auth-user-pass
client
auth SHA1
ignore-unknown-option cipher data-ciphers
cipher AES-128-CBC
data-ciphers AES-128-CBC
remote-cert-tls server
--------------
Also I can add that the upload is throwing an error but it's unhandled by the router admin site and isn't shown but it is posted to the browser console.
cant post the error due to forum blocks for some symbols so here is a screen.
Also 2 warnings about deprecated features.
- Copy Link
- Report Inappropriate Content
I just did a little test. I took one of my own *.ovpn files, removed the settings section and replaced it with what you posted. It loaded into my Archer AXE75 without any problem.
Can you please check if the certificate section of your *.ovpn file follows the format below? Since you use password authentication you might not have all the sections, but still check if the format with the < > and / is correct.
<ca>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN RSA PRIVATE KEY-----
-----END RSA PRIVATE KEY-----
</key>
- Copy Link
- Report Inappropriate Content
Yes all those exist, I have also tried edit it manually but same. The site says that the required field isn't filled even though it is.
- Copy Link
- Report Inappropriate Content
Does your AX55 actually take any *.ovpn files at all? Have you already tested with other files? In case you don't have one at hand, then download one from https://nordvpn.com/ovpn/ or similar websites.
- Copy Link
- Report Inappropriate Content
@woozle
It does not, I tested two different files, nordVPN and a ovpn generated by the AX55 itself which I also tested on a different client and that works, so the OVPN server works but the client page wont accept any .ovpn file.
I think the webpage is broken, the script that should set the field as filled when a file is uploaded doesn't trigger it, guessing that the page error regarding JSON is the problem but might be something else. Been awhile since I messed with pages and scripts so not sure if I can force the right field to acknowledge that it has a file, or if it is a upload failure.
- Copy Link
- Report Inappropriate Content
Hi, could you please test the beta firmware provided in this thread: [Closed] Public Beta for Archer AX55 V1 Supports EasyMesh Ethernet Backhaul, DoH&DoT, ECO Mode etc.
Note: The download link is still active.
- Copy Link
- Report Inappropriate Content
Will try it and report back.
- Copy Link
- Report Inappropriate Content
Tried the BETA and same issue
Here is a video, I just cut the file selection but if I am doing anything wrong please let me know.
- Copy Link
- Report Inappropriate Content
Hi, based on the video, the firmware version 1.2.6 Build 20231130 rel.36135(4555) is not the beta firmware actually. I guess you downloaded it from official website or updated it via online update of the router.
The beta firmware is also 1.2.6 Build 20231130 but the rel number is different from the official 1.2.6 version official firmware, please get the beta firmware from the thread I sent and update it manually.
- Copy Link
- Report Inappropriate Content
Information
Helpful: 0
Views: 1795
Replies: 15
Voters 0
No one has voted for it yet.