Jan Engelhardt wrote: > Hi, > > > the following command gives an error: > > iptables -t mangle -I FORWARD -m conntrack --ctstate NEW > > output is: > > iptables: Unknown error 4294967295 > > As mentioned in the topic, I suspect it is due to 32-bit iptables not > coping correctly with the 64-bit kernel (sometimes, patches to fix these > are posted, so I thought it could be related). OS is Aurora Linux 2.98, > with their latest(?) kernel 2.6.20-1.2986.al3.3smp. The conntrack match is missing compat support, I've queued this patch to fix it.