New podman install - can't create networks - Error: could not find free subnet from subnet pools
#21137
Closed
interpretazioni-mataniani
started this conversation in
General
Replies: 1 comment 4 replies
-
What is the output of Either way this is not a bug so I convert it to a discussion. |
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
-
Issue Description
Hi! I'm running podman on a brand new Fedora 39 Silverblue install.
Whenever trying to create a network with
podman network create
, or usingpodman-compose
, I get an error:This is a brand-new install - I've even tried reinstalling, with the same results.
Would appreciate your help troubleshooting.
Thanks!
Steps to reproduce the issue
Steps to reproduce the issue
podman network create [network-name]
orpodman-compose up -d
with a valid docker-compose.yml fileDescribe the results you received
Error: could not find free subnet from subnet pools
Describe the results you expected
Creation of a network shown under
podman network ls
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
I've attempted this rootless first, but the issue remains when running rootfull as well
Additional information
Could only replicate this on my main machine - when installing Fedora 39 Silverblue on a different host, the issue does not occur.
Beta Was this translation helpful? Give feedback.
All reactions