linux开放80 端口
Posted lonecloud
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux开放80 端口相关的知识,希望对你有一定的参考价值。
1.使用su登录管理员用户
2.编辑防火墙配置文件
vim /etc/sysconfig/iptables
3.在里面加入后保存
#open port 80 -A INPUT -p TCP -m state --state NEW -m tcp --dport 80 -j ACCEPT
5.重启防火墙
service iptables restart
以上是关于linux开放80 端口的主要内容,如果未能解决你的问题,请参考以下文章