Changes
Page history
nftables fallback hack
authored
Nov 10, 2025
by
anarcat
Show whitespace changes
Inline
Side-by-side
howto/nftables.md
View page @
ad727efc
...
@@ -28,6 +28,11 @@ done with:
...
@@ -28,6 +28,11 @@ done with:
The
`-I`
parameter stands for
`--includepath`
and tells
`nft`
to look
The
`-I`
parameter stands for
`--includepath`
and tells
`nft`
to look
for rules in that directory.
for rules in that directory.
You can try to load the ruleset but flush it afterwards in case it
crashes your access with:
nft -f /etc/nftables.conf ; sleep 30 ; nft flush ruleset
# Inserting a rule to bypass a restriction
# Inserting a rule to bypass a restriction
Say you have the chain
`INPUT`
in the table
`filter`
which looks like
Say you have the chain
`INPUT`
in the table
`filter`
which looks like
...
...
...
...