Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux_router:nftables [2024-09-21 Sat wk38 20:18] – [Sample NFTables configuration] baumkp | linux_router:nftables [2024-09-21 Sat wk38 20:29] (current) – [iptables] baumkp | ||
---|---|---|---|
Line 11: | Line 11: | ||
====iptables==== | ====iptables==== | ||
It is not a good idea to have both iptables and nftables rules setup at the same time. | It is not a good idea to have both iptables and nftables rules setup at the same time. | ||
- | *To check existing iptables rules: '' | + | *To check existing iptables rules: '' |
- | < | + | < |
-P FORWARD ACCEPT | -P FORWARD ACCEPT | ||
-P OUTPUT ACCEPT</ | -P OUTPUT ACCEPT</ | ||
+ | *The iptables rules can be flushed with '' | ||
====Sample NFTables configuration==== | ====Sample NFTables configuration==== |