-
Notifications
You must be signed in to change notification settings - Fork 18.8k
External networking not working with user-defined networks (since Fedora 42 upgrade) #49842
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
Comments
cc @robmry |
It's a bug in the iptables: https://bugzilla.redhat.com/show_bug.cgi?id=2360423 |
Oh! I thought that one was fixed, but looks like Fedora missed the patch. Thanks! |
Indeed, thanks for the pointer! I installed the upcoming patch with the command provided in the tracker:
and that does make the problem disappear 🥳 |
Awesome! Be sure to leave an upvote on bodhi so it is pushed to stable faster https://bodhi.fedoraproject.org/updates/FEDORA-2025-4c37f9fd93 |
Thank you all - it looks like Fedora have pushed the patch to stable ... I don't think there's any more to track here, so will close. |
Uh oh!
There was an error while loading. Please reload this page.
Description
Since I upgraded to Fedora 42, using the Docker CE rpm repos, a container that is running with a user-defined bridge cannot use external networking (eg. the internet).
I tried uninstalling / reinstalling all docker packages entirely, including nuking
/var/lib/docker
, but to no avail.Reproduce
apt-get
will fail downloading package lists, due to not having external networkingExpected behavior
apt-get
should workdocker version
Client: Docker Engine - Community Version: 28.1.1 API version: 1.49 Go version: go1.23.8 Git commit: 4eba377 Built: Fri Apr 18 09:53:32 2025 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 28.1.1 API version: 1.49 (minimum version 1.24) Go version: go1.23.8 Git commit: 01f442b Built: Fri Apr 18 09:51:47 2025 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.7.27 GitCommit: 05044ec0a9a75232cad458027ca83437aae3f4da runc: Version: 1.2.5 GitCommit: v1.2.5-0-g59923ef docker-init: Version: 0.19.0 GitCommit: de40ad0
docker info
Additional Info
I also observed the following strangeness: the default
bridge
network also stops working properly when I create a new networkExample:
This does not work, no working external networking (as above).
But then, staying in the same context, if I then run:
followed by:
then this time it works − in other words the
bridge
network works properly once more (until I create a new network)The text was updated successfully, but these errors were encountered: