Dumb question but do you guys use VPNs for torrenting (linux ISOs ofc)? I never see a VPN instance in your dashboards. Do you somehow integrate it within qBitTorrent, system wide or at router level?

View Poll

https://hub.docker.com/r/hotio/qbittorrent

This is what I use. It has integrated Wireguard support.

I don’t shit where I eat. Unless I’m helping to seed literal Linux ISOs any torrenting activity happens on remote seedboxes, not on my home server.

Why isn’t “no vpn” an option? Most people are probably in that camp

Haven’t seen it mentioned yet, but most people are caught by snatching honeypot torrents on public trackers where people can see your IP in the swarm. Private trackers tend to be infinitely safer. I’m not going to say it’s impossible for someone to infiltrate a private tracker and upload a honeypot torrent, but I haven’t heard of it. I’m over a decade on private trackers with Comcast and haven’t heard a peep from them yet.

I run OPNsense for my router and NordVPN. I’ve programmed the router to pipe all traffic from one VLAN through the VPN then pointed the torrent client at that VLAN.

Have a look at https://hub.docker.com/r/haugene/transmission-openvpn

I use PIA on my devices directly (so I cab start/stop it easily) and on my Transmission Docker container for downloading Linux ISOs. I use this one - GitHub - haugene/docker-transmission-openvpn: Docker container running Transmission torrent client with WebUI over an OpenVPN tunnel

I just have a wireguard container connected to mullvad, then just run containers traffic through that, quick and simple, no ip leaks

I use OpenVPN on the main OPNsense firewall VM.

I find VPNs a hassle for always-on desktop use (Ticketmaster, etc.), so it’s not system wide.

I don’t have VLANs set up, so I use aliases to determine which devices send their traffic through the VPN.

I set aside 8 IP addresses (/29) for permanent always route via the VPN, and then manually assign the IPs to the devices.

In the cases where I want to switch it on/off for desktop/other devices, I’ve automated scripts to add/remove the devices to aliases.

USENET, no VPN required, 110+mb/s speeds

My router is running pfSense and I have it configured to direct specific traffic through a Mullvad VPN connection. All traffic from my torrenting server goes through there. Mullvad speeds are pretty good. I can regularly pull 40-50 MB/s through it. (Yes Byte, not bit)

Everything is NZB for me except music, which is all private trackers, so I don’t bother with a VPN.

I don’t really do torrents but I have something setup that would work.

I created a vlan on my pfsense, and also a gateway bound to an openvpn client connection.

Basically anything coming from that vlan goes out through that vpn connection instead of directly on the internet.

Allows me to exit in the US instead of in my home country whenever I need to. Just switch vlans and it’s done.

I get everything from usenet, no need for vpns

I do… i use the a VM on the synology, dedicate 1 of the 4 NICs to the VM and enforce always on VPN on that interface… ez pz… all torrents go through VPN but my main Synology NAS stay on my home network.

I habe different stages oft VPN. In my OS and via Browser extention. But also one configured in my OPNsense, which i mostly don’t usw.

I use 2 VPN connections through my router
1 for all my normal stuff and 1 for Linux iso downloading.

Haven’t had a lot of issues sometimes the VPN connection breaks up and doesn’t recover instantly but that happens very rarely

The docker container i use has it built in https://hub.docker.com/r/haugene/transmission-openvpn/

Mullvad pointed at via the docker settings of torrent program is how I went about it. It’s the only container using it. Mullvad app on my desktop if I ever feel the need to fire it up.