WARNING: The state match is obsolete. Use conntrack instead. Getting these errors since upgrading to 1.4.17, google shows me a lot of people getting these errors since 1.4.16, with little in change log that says this is obsoleted that I can understand anyway. Am I right in assuming that : iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT must now become : iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT or does that not do the same thing? thanks Niki -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html