centos iptables 開啓端口 22 80 21 3306


第一添加端口:
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防火牆

相關文章
相關標籤/搜索