nftables service is failing with /etc/nftables.conf: example ipv4 provided in wiki #37
-
I am running raspberry pi 4 (raspbian) : First problem, is that it seems that the nftables are not installed on the correct path if it is compared to the template provided. Here is the original /etc/nftables.conf of the system, check the shebang : flush ruleset table inet filter { Even if I take your example as is : https://github.com/wirefalls/geo-nft/wiki/Example-IPv4#example-ipv4-only-nftables-firewall-ruleset And that I just change the shebang to the expected (#!/usr/sbin/nft -finstead of the #!/usr/bin/nft -f that doesn't exist on my system), I get the error : Here is the details when I install the latest version : /usr/sbin/nft -vnftables v1.0.6 (Lester Gooch #5) Any clue what is happening? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Because you forgot to rename the device_name in the template provided, duh. |
Beta Was this translation helpful? Give feedback.
Because you forgot to rename the device_name in the template provided, duh.