Marc Ballarin wrote: >On Tue, 21 Sep 2004 15:36:00 -0700 >"David S. Miller" wrote: > > > >>You can't have ipchains and iptables loaded at the same time. >>You must first manually unload iptables, then you can >>successfully load the ipchains module. >> >> > >Yes, I know, something seems strange here. > > Fixed by this patch. The conntrack protocols need ip_ct_log_invalid which is defined in ip_conntrack_standalone, so ip_conntrack is loaded automatically before ipchains. This patch moves it over to ip_conntrack_core. Dave, please apply on top of the other netfilter patches. Regards Patrick