当前位置:   article > 正文

阿里云centos7.x 打开80端口_阿里云服务器80端口打开是welcome to centos the community enter

阿里云服务器80端口打开是welcome to centos the community enterprise operating

一 :阿里云centos7.x用iptables打开80端口

1、安装iptables:yum install iptables-services(阿里云centos7 默认 是使用的firewall,所以要使用iptables需先安装)

2、相看filrwall是否关闭:

                                          查看:systemctl status firewalld

 

                     启动: systemctl start firewalld

                    关闭: systemctl stop firewalld

                   开机禁用  : systemctl disable firewalld

                   开机启用  : systemctl enable firewalld

3、把端口加入到iptables中(加入之前,可使用iptables -L -n查看端口情况)

       指令:vim /etc/sysconfig/iptables

       

4、重启iptables:systemctl restart iptables.service(重启后,使用 iptables -L -n查看)

 

二:centos7.x用firewall打开80端口

1.关闭与开启防火墙

      启动:systemctl start firewalld

      关闭: systemctl stop firewalld

2.查看防火墙是否开启的状态,以及开放端口的情况

    systemctl status firewalld.service

    firewall-cmd --list-all 

3. 通过以下命令开放http  80 端口

    firewall-cmd  --add-port=80/tcp --permanent

    命令末尾的--permanent表示用久有效,不加这句的话重启后刚才开放的端口就又失效了 

4 .然后重启防火墙:

    sudo firewall-cmd --reload

5. 再次查看端口的开放情况:

     firewall-cmd --list-all

     ports:里出现了 80 端口

     

三 OK后,还需在阿里云控制台上, 添加安全组规则。

     

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小蓝xlanll/article/detail/171953
推荐阅读
相关标签
  

闽ICP备14008679号