Open/Close Port in Centos
Posted 庄泽波の博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Open/Close Port in Centos相关的知识,希望对你有一定的参考价值。
1. Show status
/etc/init.d/iptables status
2.Set Port
iptables -I INPUT -p tcp --dport 80 -j ACCEPT iptables -I INPUT -p tcp --dport 443 -j ACCEPT
3.Save change
/etc/init.d/iptables save
4.Restart
/etc/init.d/iptables restart
以上是关于Open/Close Port in Centos的主要内容,如果未能解决你的问题,请参考以下文章