使用阿里云服务器下的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
这时再次进行启动防火墙或查询防火墙状态,则提示正常
原文地址:https://www.cnblogs.com/yxth/p/9172523.html
时间: 2024-10-12 17:07:00