1. $ iptables -I INPUT -p tcp --dport 80 -j ACCEPT
    2. $ iptables -A INPUT -p tcp -m tcp --dport 80 -j ACCEPT