CentOS7.3 下开放防火墙的端口

Posted eweadn

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7.3 下开放防火墙的端口相关的知识,希望对你有一定的参考价值。

CentOS 7.3默认使用的是firewall作为防火墙,这里改为iptables防火墙。

  • 1:关闭firewall:
    systemctl stop firewalld.service
    systemctl disable firewalld.service
    systemctl mask firewalld.service
  • 2、安装iptables防火墙
    yum install iptables-services -y

  • 3.启动设置防火墙

      systemctl enable iptables
      systemctl start iptables
  • 4.查看防火墙状态

      systemctl status iptables
  • 5.编辑防火墙,增加端口
    vi /etc/sysconfig/iptables #编辑防火墙配置文件
    :wq! #保存退出
    技术分享图片

  • 6.重启配置,重启系统
    systemctl restart iptables.service #重启防火墙使配置生效
    systemctl enable iptables.service #设置防火墙开机启动










以上是关于CentOS7.3 下开放防火墙的端口的主要内容,如果未能解决你的问题,请参考以下文章

用letsencrypt搭建免费的https网站

在Linux下如何开放端口?

VMware centos7 下开放端口

Centeros 添加/修改 开放端口

linux下修改防火墙端口对外开放方法

CentOS 7通过Firewall开放防火墙端口