Is the IP address 10.0.2.100 special? #10472
-
I tested these commands as a normal user with Podman version 3.1.2.
In the output I could see
Is the IP address 10.0.2.100 special? Reading the GitHub comment I couldn't find so much information about the IP address 10.0.2.100 in the Podman repository:
I would guess this might be be related: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
This is a consequence of the |
Beta Was this translation helpful? Give feedback.
-
Is there a hostname that resolves to |
Beta Was this translation helpful? Give feedback.
This is a consequence of the
rootlesskit
port forwarding backend for slirp4netns, which does not preserve source IP. You can switch to the (older, somewhat buggier, lower-performance) slirp4netns port forwarding backend which does preserve source IP if you need this via--net=slirp4netns:port_handler=slirp4netns