You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't figure out how can I configure rootless podman with bridged network to access host's loopback.
Without bridge I can use
Network=slirp4netns:allow_host_loopback=true
and that works fine but I have multiple containers that all need to be part of same network so I do
Network=mynetwork
But now I can't access host's loopback. That is from container I want to access services that are listening on 127.0.0.1 on host.
How can I accomplish this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I can't figure out how can I configure rootless podman with bridged network to access host's loopback.
Without bridge I can use
and that works fine but I have multiple containers that all need to be part of same network so I do
But now I can't access host's loopback. That is from container I want to access services that are listening on 127.0.0.1 on host.
How can I accomplish this?
I'm on OpenSUSE Leap 15.6 with Podman 4.9.5
Beta Was this translation helpful? Give feedback.
All reactions