rootless kit port forwarder broken with custom slirp4netns cidr #9828
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
stale-issue
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
You cannot use a custom slipr4netns cidr together with rootless kit port forwarder. The problem is that the rooltess kit source ip is hard coded to the slirp4netns ip
10.0.2.100
.The slirp4netns port forwarder works:
podman run --rm --network slirp4netns:cidr=10.0.3.0/24,port_handler=slirp4netns -p 8080:80 nginx
Steps to reproduce the issue:
podman run --rm --network slirp4netns:cidr=10.0.3.0/24 -p 8080:80 nginx
curl 127.0.0.1:8080
Describe the results you received:
curl hangs
Describe the results you expected:
curl should get the default nginx page
Additional information you deem important (e.g. issue happens only occasionally):
The same issue as #9065 just that this doesn't involve cni networking.
Output of
podman version
:The text was updated successfully, but these errors were encountered: