Use UDP instead of TCP on Client VPN
Hello,
I just got Archer AX55 and installed a VPN on it but apparently it uses TCP protocol instead of UDP, is there any way to use UDP ?
By using UDP with a VPN Tierce like HIDE.ME VPN my internet speed remains the same but by using TCP my internet speed is divided by 4 (test done from the VPN application not the router).
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
The protocol is dictated by the VPN server.
For example, if you were to configure the OpenVPN Server of your Archer AX55, then you could set the protocol to either UDP or TCP within the user interface. The client will then have to use the same protocol as the server.
However, commercial VPN providers usualy provide more than just one configuration. Often they will offer several protocols the user can choose from.
In the case of OpenVPN the VPN provider should have separate *.ovpn files for TCP and UDP for download, unless they only support one of the two.
- Copy Link
- Report Inappropriate Content
Hi,
Have you already checked whether your VPN provider maybe offers a dedicated *.ovpn file for UDP ?
If not, then you could try to edit the *.ovpn file that you already have manually, but there is no guarantee that it will work, because other changes might be necessary as well, like a different port or so.
Anyway, below is an example of the first part of some random *.ovpn file. If there is one line that reads "proto tcp" then edit it to become "proto udp", save the file and then import it into your AX55 VPN client again.
---------------------------------------------------
client
dev tun
proto udp
remote vpnserver 1194
resolv-retry infinite
remote-random
nobind
tun-mtu 1500
mssfix 1450
persist-key
persist-tun
comp-lzo no
remote-cert-tls server
auth-user-pass
cipher AES-256-CBC
---------------------------------------------------
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
The protocol is dictated by the VPN server.
For example, if you were to configure the OpenVPN Server of your Archer AX55, then you could set the protocol to either UDP or TCP within the user interface. The client will then have to use the same protocol as the server.
However, commercial VPN providers usualy provide more than just one configuration. Often they will offer several protocols the user can choose from.
In the case of OpenVPN the VPN provider should have separate *.ovpn files for TCP and UDP for download, unless they only support one of the two.
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
Information
Helpful: 0
Views: 921
Replies: 4
Voters 0
No one has voted for it yet.