all 19 comments

sorted by: hot top controversial new old
[–] 14 points 3 years ago (1 child)

There's already a pretty recent post about this on the threadiverse. I recommend checking the discussion there as lots of us are not likely to repeat our comments.

https://programming.dev/post/1123951

  • source
  • hideshow 1 child comment
  • [–] 8 points 3 years ago (11 children)
  • [–] 23 points 3 years ago (3 children)

    The container connects to the VPN and only the VPN, now you can route whatever docker containers you want through that container as a network. Now that one VPN connection can serve any container you want.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 6 points 3 years ago (2 children)

    That's pretty cool. I might have to set it up this weekend.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 7 points 3 years ago* (6 children)

    I use gluetun to route traffic from some of my containers that need a VPN. qBittorrent, Jackett etc. Some containers dont have the option to configure a proxy so you'd have to setup a VPN client within a container which isn't ideal. With gluetun its easy to attach a container to it and it just works

  • source
  • parent
  • hideshow 6 child comments
  • [–] 1 point 3 years ago (3 children)

    Why isn't it ideal? I'm currently using this setup with containers routed through a gluetun container connected to a vpn via wireguard, and it seems to be working fine. I've verified using curl inside the relevant containers to query an IP checker and I've also used a torrent IP checker to confirm my torrent client isn't leaking my IP.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 5 points 3 years ago (2 children)

    I think he's saying that manually configuring all the containers (without this tool) isn't ideal.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 3 years ago

    Best way to run containers through a VPN imo super easy in unraid

  • source
  • [–] 2 points 3 years ago (3 children)

    I've spent all today and yesterday trying to get this working with PureVPN and QBitTorrent and it hasn't been working much at all 😭. It's been painfully slow when it works at all, which has been rare. Although it has been doing the job of hiding the Docker container IP so that's good, and it makes me think it's something minor, like port forwarding not working because of PureVPN or something off with my settings, or it's a qBittorrent issue, or Docker and Linux inexperience.

    Admittedly troubleshooting has been slow because I'm super new to Linux and Docker and keep running into permission and file system issues. Running the VPN and torrent straight in my computer was way easier, but I'd really love to be able to run Plex and a torrent client on the same computer on at the same time with Plex not going through the VPN and the torrent client going through it, which is what this seems great for.

  • source
  • hideshow 3 child comments
  • [–] 3 points 3 years ago (2 children)

    I've set it up with PrivadoVPN without issues, using Docker. Gluetun in its own docker container and Qbittorrent in its own, with network mode set to use the Gluetun contaoner. Haven't tested downloading a lot though. Gluetun has some good docs how to set it up in Docker.

  • source
  • parent
  • hideshow 2 child comments