1. check : iptables -L
2. check : iptables --line -vnL
3. add rule : iptables -I INPUT 5 -i eth0 -p tcp --dport 80 -m state --state NEW,ESTABLISHED -j ACCEPT
4. check : iptables --line -vnL
ref : http://www.binarytides.com/open-http-port-iptables-centos/