Displaying 1 result from an estimated 1 matches for "miguel_gonz".
2012 Dec 04
1
iptables 1.4 and kernel 2.6 CONFIG_IP_NF_MATCH_STATE
Hi,
I have a VPS running Centos 6.2 and trying to run this iptables rule:
[root at myserver ~]# iptables -A INPUT -i venet0 -m state --state
ESTABLISHED -j ACCEPT
iptables: No chain/target/match by that name.
Narrowing down the issue it seems there is no IP_CONNTRACK support
but now it's called NF_CONNTRACK. However following this link: