Section: Firewalling with nftables and iptables

Show nftables rules

bash
bash
sudo nft list ruleset
Explanation

Display the active nftables ruleset.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Firewalling with nftables and iptables
Create nftables table
Create an inet filter table.
OpenIn sheetbashsame section
Create nftables chain
Create an input chain with a default policy.
OpenIn sheetbashsame section
Allow SSH with nftables
Permit inbound SSH traffic.
OpenIn sheetbashsame section
List iptables rules
Show IPv4 filter rules with counters.
OpenIn sheetbashsame section
Export iptables rules
Dump current iptables rules in restore format.
OpenIn sheetbashsame section
Show UFW status
Inspect uncomplicated firewall status and rules.
OpenIn sheetbashsame section