Removing All The Rules In Iptables
- Forums
- Linux Hosting
- Removing All The Rules In Iptables
this command will help you get rid of all the rules contained within an iptables table. [1384], Last Updated: Mon Jun 24, 2024
Hostman
Tue Mar 23, 2010
0 Comments
380 Visits
this command will help you get rid of all the rules contained within an iptables table.
#iptables -F
the -F option menas to flush
-F, --flush [chain]
Flush the selected chain (all the chains in the table if none is given). This is equivalent to deleting all the rules one by one.