From: Felix Rubio <felix@kngnt.org>
To: passt-user@passt.top
Subject: Connecting back to the host through a dummy veth interface
Date: Thu, 18 Dec 2025 13:32:36 +0100 [thread overview]
Message-ID: <48362009-C3EF-4C33-8E1B-9C420CAC307C@kngnt.org> (raw)
Hi everybody,
I am trying to run a number of rootless podman pods and containers by different
users, while still being able to talk to each other. To this end I am creating
a dummy veth interface and publishing all the exposed ports there (this works:
I can communicate from other host services with those containers), and I am
also trying to set that dummy veth interface as the default gateway for the
pods/containers (with the expectation that then they will be able to reach
each other). However, this is not working... and I am pretty lost.
For example, I am running the following command, trying to connect a ldap
client container to a ldap server container, unsuccessfully.
podman run --rm --dns=10.255.255.1 --network=pasta:--outbound-
if4=cluster_dns0,--gateway=10.255.255.1 --add-host=ldap.host.internal:host-gateway sh -c "ip add && ip route && ldapwhoami -H ldaps://
ldap.host.internal:1636"
Is this something impossible to do, or am I doing something wrong?
Thank you very much for any help you can provide!
--
Felix
Felix Rubio
reply other threads:[~2025-12-18 12:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48362009-C3EF-4C33-8E1B-9C420CAC307C@kngnt.org \
--to=felix@kngnt.org \
--cc=passt-user@passt.top \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).