How can I load conntrack? I write a netfilter module and I define the hook priority = NF_IP_PRI_CONNTRACK in a NF_IP_PRE_ROUTING hook and call to ip_defrag and the system crashes. I tried to use another priority = NF_IP_PRI_CONNTRACK_DEFRAG and it's the same: the system crashes again. I saw in the WEB a comment about to use ip_defrag only in the NF_IP_FORWARDING and NF_IP_LOCAL_OUT hooks only, is that correct? Remember my problem: I want to use ip_defrag even if the packet must be forward to another host, i mean, in a router. Thanks. ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping -- 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