-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Using nftables on a Windows WSL machine doesn't work #25201
Comments
This is a workaround for containers#25201 and helps with upgrading the WSL image to Fedora 41. Signed-off-by: Mario Loriedo <[email protected]>
This is a workaround for containers#25201 and helps with upgrading the WSL image to Fedora 41. Signed-off-by: Mario Loriedo <[email protected]>
This is a workaround for containers#25201 and helps with upgrading the WSL image to Fedora 41. Signed-off-by: Mario Loriedo <[email protected]>
Tested a rootful WSL machine with a simple nftables ruleset and got no error:
However netawark tests in 250-bridge-nftables.bats failed:
|
@Luap99 any idea why running |
That is from a simple You can also Looking at this again I think we are using |
Issue Description
After updating to Fedora 41 and configuring the machine in rootful mode, running a container returns a netavark error:
Steps to reproduce the issue
Steps to reproduce the issue
quay.io/mloriedo/machine-os-wsl:5.5-next
)podman info output
Podman built from main branch running on Windows 11 with WSL v2.4.9.0 and Kernel v5.15.167.4-1
Additional information
Using a more recent version of the Kernel (v6.6.36) doesn't help.
Configuring podman to use iptables fixes the problem:
The text was updated successfully, but these errors were encountered: