2
Reply

How do you list and flush all IP tables in Linux?

Rahul  Pandey

Rahul Pandey

Feb 24, 2014
880
0

    https://www.digitalocean.com/community/tutorials/how-to-list-and-delete-iptables-firewall-rules

    Munesh Sharma
    May 04, 2016
    0

    If u wish to see what rules are in iptables -# iptables --list If u wish to flush the rules of iptables -# iptables -flush OR # iptables -FAnd don't forget to save the rules of iptables after changes# iptables save

    Saurabh Sharma
    December 18, 2014
    0