IPTABLES quick command list
Tags: Fedora, iptables, Linux, Tutorial, Ubuntu
Iptables is the default and powerful firewall that works on almost all Linux version including Ubuntu and Fedora. Here I have listed some important commands and a short description of each command for quick help. It can help people who already know little Iptables.
manage chain:
# iptables -N new_chain // create a chain
# iptables -E new_chain old_chain [...]





