Yes, please try updating and, perform a factory reset to ensure a complete reset. It’s always a good idea after significant version upgrades. I believe you can proceed with the update from the dashboard.
Are you experiencing normal speed tests without VPN? Are you using LAN cables or Wi-Fi?
I am using a cable from the client to my actual router. And then I connect via wifi. I have tried using Ethernet but it’s just as bad. I also have a work vpn on my pc but speeds are fine on my non vpn WiFi.
I always try a MTU of 1280 on the client side when I am having issues, as it seems to work when networks are not passing full size UDP packets.
I travel full time, and have had enough issues that on my GL iNet travel router (AR750s) and remote GL iNet VPN server (AR300M) that I have configured them to support Wireguard (UDP), SoftEther (TCP) and OpenVPN (UDP and TCP). Not easy to do, but having multiple VPN protocols that support both TCP and UDP has saved me more then once.
Thanks for information.
Since you seem like you know what you’re talking about,would you happen to know why I see a temporary increase in speed after changing my MTU on my computer?
Also do you know how I can change the MTU of my server router without being their physically?
Which MTUs should I adjust though? Computer, client or server?
Also I have tried messing with them on the computer side.
I ping a website on cmd with a specific MTU and see if it fragments. If it does I lower it. But once I lower it, it only works for a few minutes before it starts to fragment again on the same MTU.
Any idea what’s going on here? I’m definitely beyond my capabilities here and don’t really know what I’m doing.
Only change the MTU in the Wireguard client setting on your travel router. Leave all other MTU setting at the default size.
The smaller the MTU, the more packets have to be sent for a given message, so larger MTU, less overhead, BUT if the packets fragment, and if fragmenting is blocked anywhere between your remote site and your home router, then your VPN runs really slow, or just does not work.
When I test different MTUs, I found that when I lower it, I don’t get fragmented. But that only lasts for a few mins before it starts fragmenting again.
Chat gpt is fre, ask it your configs and it will help pretty quick , i sewttled with tailscale in the end., ssh traffic gets blocked along the way with my setup for some reason
To prevent fragmentation, you need to have your UDP packets be smaller then the smallest maximum packet size between your travel router and your home router. You can sometimes use ping and by setting different packet sizes, find what the maximum packet that will pass before the ping packets are dropped.
I have no ideas on why it would work and then stop after a few minutes. That is not normal. Almost looks like filtering on a firewall between your two routers.
TCP handles fragmentation much better then UDP, so its why I have both setup on my routers.