Hi. I have been downloading Debian images through i2p, but because of the limited selection of Debian isos available on i2p I decided to get Mullvad to download them on the clear web (and add them to i2p of course.) I use a dedicated server for i2p, jellyfin, and nginx. When I added Mullvad and qBittorrent, Mullvad started proxying connections for nginx, breaking it. Does anyone know how to make Mullvad only proxy qBittorrent and nothing else, or at least not proxy nginx?

I have tried adding the 5 ish pids for nginx to the mullvad split tunnel, but even then it doesn’t work. The only option I can think of right now is to either run mullvad and qbit in one docker container or run nginx on a separate machine. I have no idea how to do the docker thing and don’t want to buy new stuff for this. Are there any other options or does anyone know how to do the docker thing?

  • betwixthewires@lemmy.basedcount.com
    link
    fedilink
    English
    arrow-up
    5
    ·
    10 months ago

    Are you using openvpn or wireguard? Figure out which, and then look up traffic splitting for that protocol, it’s a but involved but it can be done.

  • rambos@lemm.ee
    link
    fedilink
    English
    arrow-up
    4
    ·
    10 months ago

    Docker thing is what I use, you need gluetun and qbittorrent container. Google gluetun+qbittorent should give you answers on that one.

    But I think you can just set qbittorrent to use mullvad (in qbittorrent settings)

    • HumanPerson@sh.itjust.worksOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      Could you explain how or refer me to a guide? I can’t find anything on how to do this and am not good with docker.

      • rambos@lemm.ee
        link
        fedilink
        English
        arrow-up
        2
        ·
        10 months ago

        It takes some time to figure out, but basically you need to:

        1. Install docker and docker-compose
        2. Install portainer (optional, but my recommendation. Its docker app that provides simple GUI to manage all other docker containers)
        3. Create docker-compose with configuration for qbit and gluetun, then load it in portainer using stacks (look for examples on google or aks again when you get to this part)
        4. Done

        Alternative is just setting VPN in your existing qbittorrent. Never tried that, but you should set everything using qbittorrent settings I suppose