-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
nixos-firewall-tool: broken with nf_tables #353129
Labels
0.kind: bug
Something is broken
Comments
|
This is known, which is why nixos-firewall-tool is not added to system packages if you use nftables. Given that 24.11 is close, I think we probably shouldn't backport it. |
should we have this issue open and backport it after 24.11 is out? |
What do you mean by backport after 24.11 is out? #324615 will be in 24.11. If we don't backport to 24.05 then there's nothing to act. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
use nftables over iptables on your system and try to use the
nixos-firewall-tool
to open a port temporary ...Steps To Reproduce
Steps to reproduce the behavior:
networking.nftables.enable = true;
on your nixosnixos-firewall-tool
(nix shell nixpkgs#nixos-firewall-tool
)sudo nixos-firewall-tool show
,sudo nixos-firewall-tool open tcp 3000
, ...Expected behavior
working ports etc...
Screenshots
Additional context
Add any other context about the problem here.
Notify maintainers
@clerie
Metadata
"x86_64-linux"
Linux 6.10.1-zen1, NixOS, 24.05 (Uakari), 24.05.20241031.a500034
yes
yes
/nix/store/c73xqpp5pfzfiqfz5d89bn945fqdhgx1-source
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: