-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
outbound_addr is not applied #346
Comments
I'm getting a similar issue with outbound_addr. It works with curl outside the container, but doesn't work inside the container. Outside the container:
Inside the container:
The pwru trace:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have 2 wireguard connections:
wg0
is created by network manager and all traffic on the device goes through it.wg1
with the following config:curl ifconfig.me --interface wg1
works nicely and gives me the correct IP address. I then create a podman container with--network slirp4netns :enable_ipv6=false,outbound_addr=wg1
Inside the container, I run
curl ifconfig.me
. This returns the IP address ofwg0
.Possibly related: #267. I have a feeling this is a routing issue but I'm unsure of how to debug/fix it
The text was updated successfully, but these errors were encountered: