Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux_router:nftables [2024-09-21 Sat wk38 20:28] – [iptables] baumkplinux_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: ''sudo iptables -S'', the output should be as floows, indicating no restrictions: +  *To check existing iptables rules: ''sudo iptables -S'', the output should be as follows, indicating no restrictions: 
-<code>-P INPUT ACCEPT+<code text>-P INPUT ACCEPT
 -P FORWARD ACCEPT -P FORWARD ACCEPT
 -P OUTPUT ACCEPT</code> -P OUTPUT ACCEPT</code>