this post was submitted on 20 Oct 2024
66 points (98.5% liked)
Linux
47993 readers
1194 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yes, that's what Gluetun is for. You create a Gluetun container and specify which containers should use it as the gateway in the compose file with:
network_mode: "service:gluetun"
Then you can open a shell in the container and run this to see if the container's IP is different from your own:
curl ifconfig.io
Make sure to try stopping the gluetun container and confirm your other containers lose network access.
There are plenty of guides about this if you search for "gluetun arr stack", like this random one I picked: https://www.smarthomebeginner.com/gluetun-docker-guide/
That has some steps outlining the basic gluetun configuration, how to put specific containers behind it, and test it.
Gluetun is for containers. OP is asking about routing.
Apologies for the slow reply :)
To clarify, I'm happy with using either, if my network traffic is split. Ideally I want to switch a lot of my programs to containers at some point, then switch to a better server OS. In the meantime though, I just want to get everything working together.
Qbittorrent has to be behind the VPN, and that's stopping my Minecraft servers from connecting to the outside world. If there's a way to force Qbittorrent to be behind the VPN while leaving a non VPN connection open, I'm happy to use it. I only mentioned Gluetun because I've heard of it, and I know that it's for keeping containers behind a VPN. I thought it might be the answer here :)
It also exposes a proxy (and a tun), most things you want behind a vpn can use a proxy.
I'm pretty sure OP is asking about forcing containers to use the VPN through gluetun.
"If I set up qBittorrent and the Arrs as Docker containers, can I use Gluetun to bind just them to the VPN?"
I think they are just misunderstanding what Gluetun is for.