Gluetun conflicting with other VPN connections #3360
Unanswered
november781
asked this question in
Q&A
Replies: 1 comment 1 reply
|
Sorry for not helping at all, but how did you pass other containers/pods through that gluetun? Trying to figure it out with no luck, whereas my docker compose just lists the port on gluetun |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I currently have a bit of a odd setup question:
I have 2 sets of containers that both need VPN access but I really don't want both sets of containers going over the same VPN connection.
I have made 2 Gluetun containers with podman, one for each set of containers.
running one Gluetun instance works fine. But the moment I start up the second instance, they start what I can only describe as fighting.
I assume this is because they are both trying to control /dev/net/tun. Is there a way to get this to not happen? like having two different interfaces, one for each container?
below is an example of the quadlet file I'm using to launch one of the containers, the other instance's file is basically the same.
I'm also interested in getting VPN connectivity working on the host as well. And I see similar behavior to running multiple instances when trying to start a vpn client on the host's desktop.
I have tailscale running on the host machine and that doesn't conflict but trying to start up protonvpn's client on the host machine breaks stuff.
All reactions