Replies: 1 comment 4 replies
-
I have no idea about your perl command but I guess you are looking at the local ip (which is 10.0.2.100 by default) and not the remote ip. |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I’m running this:
I’m expecting to see
10.2.65.75
printed since I’m usingport_handler=slirp4netns
, but instead I see10.0.2.100
.Am I “holding it wrong”, or just misunderstanding what that option actually does? And, is there some way I could configure my container so that it does show 10.2.65.75 (assuming that the container runs from a machine that uses that same IP)?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions