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

Centos 的防火墙(firewalld,iptables)和开启启动

时间:2019-02-21 14:13:38      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:过滤器   span   dict   centos7系统   管理工具   from   centos7   top   防火墙   

Centos系统防火墙介绍

  Centos7以前的系统默认使用iptables服务来管理防火墙,Centos7系统及以后使用firewalld服务替代了iptables服务,但是依然可以使用iptables来管理内核的netfilter。其实iptables服务和firewalld服务都不是真正的防火墙,只是用来定义防火墙规则功能的管理工具,将定义好的规则交由内核中的netfilter(网络过滤器来读取)从而实现真正的防火墙功能。

FireWalld服务

介绍:

  1. 工具名称:firewalld
  2. firewalld的服务名称:firewalld
  3. firewalld的操作工具:firewall-cmd

 

使用:

1.启动firewalld:

systemctl start firewalld

2.停止firewalld

 

  没有英汉互译结果
  请尝试网页搜索

Centos 的防火墙(firewalld,iptables)和开启启动

标签:过滤器   span   dict   centos7系统   管理工具   from   centos7   top   防火墙   

原文地址:https://www.cnblogs.com/kancy/p/10412094.html

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