LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   modprobe: Can't locate module ip_tables (https://www.linuxquestions.org/questions/linux-general-1/modprobe-cant-locate-module-ip_tables-487047/)

sharad 09-26-2006 04:55 AM

modprobe: Can't locate module ip_tables
 
I am using kernel version 2.4.19 on Red Hat 9.0

when I am trying to execute the command
iptables -L
it is showing following error:

modprobe: Can't locate module ip_tables
iptables v1.2.7a: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.


When I am trying to start the iptables service by
service iptables start

It is showing following error:

Flushing all current rules and user defined chains:modprobe: Can't locate module ip_tables
iptables v1.2.7a: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
[FAILED]
Clearing all current rules and user defined chains:modprobe: Can't locate module ip_tables
iptables v1.2.7a: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
[FAILED]
Applying iptables firewall rules: modprobe: Can't locate module ip_tables
iptables-restore v1.2.7a: iptables-restore: unable to initializetable 'filter'

Try `iptables-restore -h' or 'iptables-restore --help' for more information.
[FAILED]



Please help me to solve this problem.
thanks.

odcheck 09-26-2006 05:20 AM

what happens if you start
Code:

system-config-security


All times are GMT -5. The time now is 09:22 AM.