centos 6.5 防火牆開放指定端口

清除防火牆規則:iptables  -Fcentos

關閉防火牆 /etc/init.d/iptables stoptcp

關閉防火牆開機自啓:chkconfig iptables offspa

查看iptables 是否開啓:Chkconfig –list | grep iptablescode

 iptables  0:關閉 1:關閉  2:啓用  3:關閉  4:啓用  5:關閉  6:關閉ip

 

 

 

開放端口80,22,3306,8080命令it

/sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT /sbin/iptables -I INPUT -p tcp --dport 22 -j ACCEPT /sbin/iptables -I INPUT -p tcp --dport 3306 -j ACCEPT /sbin/iptables -I INPUT -p tcp --dport 8080 -j ACCEPT

保存以前輸入已開放端口號語句的命令asm

/etc/rc.d/init.d/iptables save

查看打開端口命令table

/etc/init.d/iptables status
相關文章
相關標籤/搜索