Linux | c&cpp | Email | github | QQ群:425043908 关注本站

itarticle.cc

您现在的位置是:网站首页 -> Linux 文章内容

ECS CentOS7系统安装配置iptables防火墙-itarticl.cc-IT技术类文章记录&分享

发布时间: 9年前Linux 159人已围观返回

CentOS 7.0默认使用的是firewall作为防火墙,对于很多习惯操作CentOS 5和6的用户,操作起来不是很方面,这里可以根据需要切换回iptables防火墙。

1、关闭firewall。

查看一下目前服务器firewall防火墙的开启状态

systemctl status firewalld.service

如果开启了,可以用命令停止

systemctl stop firewalld.service #停止firewall

systemctl disable firewalld.service #禁止firewall开机自动启动

2、安装iptables防火墙。

yum install iptables-services #安装iptables

vi /etc/sysconfig/iptables #编辑防火墙配置文件,可以直接通过修改配置文件添加规则

最后重启防火墙使配置生效

systemctl restart iptables.service

设置防火墙开机启动

systemctl enable iptables.service

发布时间: 9年前Linux159人已围观返回回到顶端

很赞哦! (1)

文章评论

  • 请先说点什么
    热门评论
    158人参与,0条评论

站点信息

  • 建站时间:2016-04-01
  • 文章统计:728条
  • 文章评论:82条
  • QQ群二维码:扫描二维码,互相交流