第一添加端口:
tcp
vi /etc/sysconfig/iptablesrest
-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 21 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPTip
第二:重啓防火牆
it
/etc/init.d/iptables restart
table
第三:查看狀態
iptables
/etc/init.d/iptables status防火牆