Does anyone know the best way to route traffic from transmission through Mullvad?

I have transmissionset up on my plex server which I control using tranmission remote and want to download my Linux ISOs with privacy.

I have downloaded the wireguard config and can connect to it using wg-quick, but I don't want all traffic going through it, only transmission.

  • rambos@lemm.ee
    ·
    10 months ago

    Consider moving from mullvad if you are into torrenting. Mullvad doesnt support port forwarding anymore. But no matter what provider you chose, use docker container gluetun to route traffic from any other container (like transmission). I like transmission, but most people use qbittorrent because its more advanced. You can also set up VPN in qbittorrent settings

      • Jerbil
        ·
        edit-2
        9 months ago

        deleted by creator

        • I don't torrent, as a rule,, so I can't say I'd notice any speed reduction. I had, however, noticed that no matter how long I kept seeding, I'd gotten few - or maybe no - connections. I didn't know if this were because nobody else was leeching the thing at the time, or something else like this.

          I'm very reluctant to give up Mullvad. So far, in all ways I care about they've demonstrated justification for brand loyalty. Plus, I've been with them for years and already have everything set up and configured across multiple deviiiiceeeessss.

          As I said, torrenting isn't a critical activity for me, so I'll hang tight. I am curious to know if Mullvad has given a justification for stopping support for port forwarding. They used to, right? So it was work for them to stop.

  • Oisteink@feddit.nl
    ·
    10 months ago

    You might want your program and the vpn interface to be in a separate namespace? Somewhat opposite this: https://www.wireguard.com/netns/#the-new-namespace-solution

    You don’t want all traffic routed, you want only this one app. More info here: https://linuxhint.com/use-linux-network-namespace/