Results 1 to 4 of 4
I am running CentOS 5.3 with kernel 2.6.23.
When I try to add an iptable with "state" I get an error:
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
...
- 04-29-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 1
iptables state "unknown error"
I am running CentOS 5.3 with kernel 2.6.23.
When I try to add an iptable with "state" I get an error:
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables: Unknown error 4294967295
The ipt_state.ko module does not seem to be anywhere on the system, just the file ipt_state.h. There is no mention of ipt_state in my .config file.
How can I get iptables working?
- 04-29-2009 #2
Make sure the kernel modules are loaded.
Code:/sbin/modprobe ipt_state
- 04-30-2009 #3
make sure iptables is runnisng :
# service iptables status
# service iptables start
# ifconfig iptables on
well there is a problemthat i found that while installing the linux system if you turned off the firewall the config files doesn't get created. i'm a rhce and faced this problems in many situations without any solutions at times.
- 04-30-2009 #4


Reply With Quote
