I have a router I’m running nord vpn but I use bitTorrent on windows and I’m looking to switch. Does anyone have a flavor of Linux and program they use?

Any advice would be helpful I’m getting nowhere on forums.

    • Rhonda Sandtits@lemmy.sdf.org
      link
      fedilink
      arrow-up
      3
      ·
      2 days ago

      There are 2 methods:

      First method is to open preferences in qbit, under Advanced > Network interface, select “wg0-mullvad” from the drop-down menu. The interface might be named something different for you, but it should stand out as pretty obvious which one to select.

      Other method is in qbit > Preferences > Connection, under “Proxy Server” select “SOCKS5” from the drop-down, input 10.64.0.1 as the host and 1080 as the port.

      You could even do both these options at the same time if you like, there is absolutely no downside. It’s like wearing 2 condoms except it feels the same as wearing nothing at all.

      • dino@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 days ago

        It’s like wearing 2 condoms except it feels the same as wearing nothing at all.

        …I mean…

      • Communist@lemmy.frozeninferno.xyz
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        Ah, so, I should’ve been more clear, I have annoying requirements, I want qbittorrent to run through mullvad exclusively, and i want them to be intertwined and startup with eachother automatically. I don’t want any of my other apps to be running in mullvad, is there a good way to do that? I think the socks5 proxy requires me to have it open and running, and thus everything would run through it, but maybe that wireguard method works around that? not sure, just wondering

        • BaconIsAVeg@lemmy.ml
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 days ago

          I was in the same boat. I just want the VPN for my torrent client, without it impacting any other running applications/services. Try https://github.com/jamesmcm/vopono, which uses network namespaces and has killswitch functionality.

          As for Nix, I have no idea.

          • Communist@lemmy.frozeninferno.xyz
            link
            fedilink
            English
            arrow-up
            2
            ·
            2 days ago

            That’s actually perfect, thank you so much! I’ve been wanting to switch from nordvpn because it’s ass but i got 3 years for basically free, gonna switch to mull with this as soon as that runs out, awesome!

        • Rhonda Sandtits@lemmy.sdf.org
          link
          fedilink
          arrow-up
          1
          ·
          2 days ago

          If it was Windows, it would simply be a matter of configuring the Split-tunneling options in the mullvad app and it would work the way you want, but on to use the split tunneling feature in mullvad on linux is a bit clunky and doesn’t remember your settings so it annoyingly needs you to manually whitelist each app everytime you load it up.

          What I do is I run mullvad in a gluetun docker container on my nas and have the environment variable “HTTPPROXY=on” set.

          Then, I connect apps on my desktop computer to gluetun by going into the network settings of whatever app I want to route through mullvad and set the proxy settings to “HTTP proxy” <nas ip>:8888. I use these proxy settings for things like FreeTube and one of the web browsers i have installed that I want to use only with a vpn.

          This will work if you set the http proxy setting in qbit, but if you are going to the trouble of setting up docker, you may as well have qbit running in a docker container too.

          Maybe the best option for you is to install docker (even if you don’t have a server or nas, you can run it on your desktop), and run gluetun and qbit in docker containers, this will auto start on boot running headless in the background and the vpn wont interfere with the rest on you computer.