Remove conntrack state for a given flow.
Section: Netfilter and Policy Debugging
Delete a tracked flow
bash
bash
sudo conntrack -D -p tcp --orig-src 10.0.0.10 --orig-dst 10.0.0.20Explanation
Remove conntrack state for a given flow.
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