-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Enable ipv6 network by default #19761
Comments
A friendly reminder that this issue had no activity for 30 days. |
Meep, still relevant! |
@Luap99 Is this something we can do for podman 5? |
Maybe? Problem is our ipv6 support is still in a somewhat akward state. We would need to use ipv6 NAT which is a bit controversial I guess. cc @mheon |
Our v6 support does have a number of issues - for example, we need to get port forwarding off localhost working. No easy way to do that now (though it'd be interesting to wire that into conmon-rs when we migrate over there). IMO, enabling by default is a low priority for Podman 5 (mainly because we have so much else we need to do) |
I am wondering if the importance of this might change from Red Hat's point of view. |
This breaks trying to use podman as a drop-in replacement for docker. Even for the most basic commands like |
Feature request description
Currently ipv6 is not supported by default out of the box:
It is required to specify
--network
. For examplehost
(insecure), or one created bypodman network create --ipv6 network_name
.Suggest potential solution
Set
--ipv6
by default out of the box on the default network (podman network inspect podman | grep ipv6_enabled
)Have you considered any alternatives?
no
Additional context
No response
The text was updated successfully, but these errors were encountered: