VPN a container in a podman pod #2406
Unanswered
mrepetto94
asked this question in
Q&A
Replies: 1 comment 3 replies
|
podman really does not like containers in a pod managing their own network settings. If I'm reading the documentation right, containers in a pod are supposed to route all network traffic through a dedicated infra container that spawns as part of the pod. You might have better luck running the entire media pod over the VPN and then allowing whatever subnet you use to access jellyfin to connect around the VPN with Gluetun's settings. I personally decided that pods was too much of a hassle and have all my containers running on their own and managing relationships with the requires flag in the quadlets. |
3 replies
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.
Sorry for posting it here, but no one had an answer to this problem, apparently
I'm crushing my head over the way Podman does networking.
I have the following minimal Ansible playbook:
I can't make the qbitorrent container using the VPN inside the container. But If I build the container outside the pod I can. The problem is that I would like to use this container inside the pod. Has anyone figured out a solution?
All reactions