I ran iptables -L the other day and noticed that some of my rules using -m state suddenly give this warning message after the rule is listed:
"Warning: Extension state is not supported, missing kernel module?"
The state module (actually it's not a module but compiled in) was never disabled in the kernel, I enabled the "conntrack" USE flag too and its required CONFIG_NF_CT_NETLINK, and it's still showing this message. I'm not sure if the rules are working or not, and "-m state -h" shows the correct syntax of the state module.
Anyone know more?



