Is there a better and faster way? Could I use the inbuilt wireguard in unraid with a deluge or qBittorrent docker without a nordvpn subscription?
If so can someone please point me in the right direction?
Also if I want to try vpn tunneling to access my server from the internet would there be any conflict or security concerns? First I would try the unraid.net My Servers way.
I too had this issue. No matter what server I used it was so slow. Switched to PIA VPN and I have never looked back, speeds have been great. Also simpler to implement with Deluge.
i had to change a setting in deluge itConfig in order to let my download speeds go above 2mb/s.
i believe (don’t quote me on this) that you have to disable UTP connections via the itConfig settings enable_outgoing_utp. i searched for delugevpn itconfig and found similar issues and solution
The problem (Probably) isn’t NordVPN, nor is it the container you’re using. The problem is likely that you’re configuring an OpenVPN connection which is pretty slow.
The best solution here, as you’ve alluded to, is to use a wireguard based VPN instead. The others here suggesting alternative VPN’s are trying to be helpful but unless those other providers offer wireguard support, you might find they make no difference. Find a decent VPN provider that offers wireguard and try them out.
Doing that, I went from 4-5MB/s to 30MB/s+ easily. Wireguard is just way more efficient.
You can’t use Wireguard without some kind of VPN subscription for downloading.
I get great speeds with NordVPN using Nord Lynx set up on my PfSense router. Not sure if the VPN containers support Wireguard (NordLynx is just Nord’s name for Wireguard), but that’s the way to go if you want speed.
I only use torrents as a backup though. If you’re serious about downloading, go Usenet.
Haven’t seen it mentioned or asked, but what does your hardware look like. OpenVPN uses your CPU for the encryption and decryption functionality of a VPN tunnel.
With your tunnel up and active, watch your CPU when you download something through that tunnel. You should see one thread maxing out (openvpn is still single threaded if I remember correctly).
The above is somewhat OBE if you are using wireguard.
I’ve been using both for years, the only time I ever had an issue was due to tcp, after dropping it down to udp vpn node it worked again fine (it only affected deluge docker)
Id like to switch from OVPN to Wireguard and have wireguard active on my Unraid but I don’t know how to set it up for use with a docker in place of OVPN. Any tips?