Inspect uncomplicated firewall status and rules.

Section: Firewalling with nftables and iptables

Show UFW status

bash
bash
sudo ufw status verbose
Explanation

Inspect uncomplicated firewall status and rules.

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
Show nftables rules
Display the active nftables ruleset.
OpenIn sheetbashsame section
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
List iptables rules
Show IPv4 filter rules with counters.
OpenIn sheetbashsame section
Allow a port with UFW
Allow inbound TCP on a specific port.
OpenIn sheetbashsame section
List firewalld settings
Show active firewalld zones and services.
OpenIn sheetbashsame section