centos6.8防火墙模块未加载

Posted yxth

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos6.8防火墙模块未加载相关的知识,希望对你有一定的参考价值。

使用阿里云服务器下的centos6.8系统,开启或关系或查询防火墙的状态时,提示防火墙模块未加载。

技术分享图片

解决办法:

modprobe  ip_tables  #加载ip_tables模块
modprobe  iptable_filter  #加载iptable_filter模块
[[email protected] ~]# lsmod | grep iptable  #查看模块,有模块即解决了
iptable_filter          2173  0 
ip_tables               9567  1 iptable_filter

这时再次进行启动防火墙或查询防火墙状态,则提示正常

技术分享图片

 

以上是关于centos6.8防火墙模块未加载的主要内容,如果未能解决你的问题,请参考以下文章

Centos6.8防火墙设置

centos6.8 防火墙简单操作

centos6.8 防火墙简单操作

Centos6.8 防火墙设置

Centos6.8操作防火墙

CentOS6.8防火墙放行端口