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防火墙模块未加载的主要内容,如果未能解决你的问题,请参考以下文章