Section: Netfilter and Policy Debugging

Enable IP forwarding

bash
bash
sudo sysctl -w net.ipv4.ip_forward=1
Explanation

Turn on IPv4 forwarding immediately.

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
Check IP forwarding
Inspect whether packet forwarding is enabled.
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
Reset iptables counters
Zero rule counters before testing packet paths.
OpenIn sheetbashsame section
Trace nftables packet path
Monitor nftables trace events for debugging.
OpenIn sheetbashsame section
Show nftables rules
Display the active nftables ruleset.