Skip to content
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

Open
maflcko opened this issue Aug 27, 2023 · 7 comments
Open

Enable ipv6 network by default #19761

maflcko opened this issue Aug 27, 2023 · 7 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. network Networking related issue or feature

Comments

@maflcko
Copy link

maflcko commented Aug 27, 2023

Feature request description

Currently ipv6 is not supported by default out of the box:

# dnf install podman -y  &&  podman run -it --rm ubuntu:22.04 apt-get update 
Last metadata expiration check: 0:39:00 ago on Sun 27 Aug 2023 09:53:11 AM UTC.
Package podman-5:4.6.1-1.fc38.aarch64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
0% [Connecting to ports.ubuntu.com]
...

It is required to specify --network. For example host (insecure), or one created by podman 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

@maflcko maflcko added the kind/feature Categorizes issue or PR as related to a new feature. label Aug 27, 2023
@github-actions
Copy link

A friendly reminder that this issue had no activity for 30 days.

@su-ex
Copy link

su-ex commented Sep 28, 2023

Meep, still relevant!

@rhatdan
Copy link
Member

rhatdan commented Sep 29, 2023

@Luap99 Is this something we can do for podman 5?

@Luap99
Copy link
Member

Luap99 commented Sep 29, 2023

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

@mheon
Copy link
Member

mheon commented Sep 29, 2023

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)

@rhatdan
Copy link
Member

rhatdan commented Sep 29, 2023

I am wondering if the importance of this might change from Red Hat's point of view.

@Luap99 Luap99 added the network Networking related issue or feature label Apr 4, 2024
@WhyNotHugo
Copy link

This breaks trying to use podman as a drop-in replacement for docker. Even for the most basic commands like docker run --rm --publish 8001:8001 mycontainer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. network Networking related issue or feature
Projects
None yet
Development

No branches or pull requests

6 participants