1. 程式人生 > >iptables提示:Firewall modules are not loaded

iptables提示:Firewall modules are not loaded

具體的異常現象:
1.啟動或者關閉防火牆沒任何的提示

[root@ethnicity ~]# service iptables start
[root@ethnicity ~]# service iptables stop

2.檢視防火牆的狀態直接提示模組未載入

[root@ethnicity ~]# service iptables status
iptables: Firewall modules are not loaded.

修復的方法:

modprobe  ip_tables  #載入ip_tables模組
modprobe  iptable_filter  #載入iptable_filter模組
[root@ethnicity ~]# lsmod | grep iptable #檢視模組,有模組即解決了 iptable_filter 2173 0 ip_tables 9567 1 iptable_filter