Zero rule counters before testing packet paths.

Section: Netfilter and Policy Debugging

Reset iptables counters

bash
bash
sudo iptables -Z
Explanation

Zero rule counters before testing packet paths.

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 Netfilter and Policy Debugging
Trace nftables packet path
Monitor nftables trace events for debugging.
OpenIn sheetbashsame section
Show tracked connections
Inspect conntrack table entries.
OpenIn sheetbashsame section
Delete a tracked flow
Remove conntrack state for a given flow.
OpenIn sheetbashsame section
Check IP forwarding
Inspect whether packet forwarding is enabled.
OpenIn sheetbashsame section
Enable IP forwarding
Turn on IPv4 forwarding immediately.
OpenIn sheetbashsame section
List iptables rules
Show IPv4 filter rules with counters.
OpenIn sheetbash1 tag match