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.

  • KammicRelief@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 hours ago

    Yes, this is what I do, with Private Internet Access (VPN). You can bind qbittorrent to PIA’s interface, and also to its forwarding port.

    • PM_Your_Nudes_Please@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      15 minutes ago

      Yeah, I just wish there was a way to automatically update the port whenever it changes. It doesn’t change often since my server tends to stay on 24/7. But when it does change, it would be nice to have it automatically update.

      Back before my current server, I was just messing around with it in Windows. I discovered that qBit actually stores the forwarded port in the registry, and PIA has a terminal command that can print the currently forwarded port. I tried to write a quick .bat script to automatically run when the PIA network adapter connected. The goal was to grab the port number and update the registry for qBit any time the internet went out or my server was rebooted.

      And it seemed to work fine. It launched when PIA connected, and pushed the new value to the registry. But that forwarded port was also apparently being stored somewhere else as well, because just updating the registry wasn’t enough; When qBit launched it still showed the old port number, even though all of the documentation I found said it was simply a registry value. At that point I just gave up and manually updated it every time I turned my computer on.

      • KammicRelief@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 minutes ago

        Ah, dang, I haven’t run into this yet. But I see what you mean. I actually just set this up in Linux, but back in Windows I didn’t run into this problem (maybe I was lucky enough to hit the same port, or maybe I didn’t have it set up entirely correctly, lol).