Hello, I compiled successfuly iptables with geoip support using the guide from here: http://people.netfilter.org/peejix/geoip/howto/geoip-HOWTO-1.html The problem is when I do the following for example:iptables -A INPUT -m geoip ! --src-cc CA -j DROP I receive the following error: iptables: Unknown error 4294967295 I did all this on FC4 with a 2.6 kernel Please help Thank you