码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-11-25 18:03:07      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:tps   iptables   编辑   isa   etc   start   firewall   restart   分享图片   

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 下开放防火墙的端口

标签:tps   iptables   编辑   isa   etc   start   firewall   restart   分享图片   

原文地址:https://www.cnblogs.com/EWEADN/p/10016017.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!