** Reply to message from Lo Baan <[EMAIL PROTECTED]> on Fri, 08 Mar 2002 13:41:14 
+0000


> anyways i have a got a problem with iptables .. i downloaded
> iptables 1.2.5 day before and compiled the patch in kernel 2.4.18,
> well the compilation went well (no kernel panics or error
> compiling) but when i start iptables i throws this error message
> .....
>
> iptables: libiptc/libip4tc.c:384: do_check: Assertion
> `h->info.valid_hooks == (1 << 0 | 1 << 3)' failed.
> /etc/rc.d/init.d/iptables: line -248:  4935 Aborted
> iptables -t $i -F
> iptables: libiptc/libip4tc.c:384: do_check: Assertion
> `h->info.valid_hooks == (1 << 0 | 1 << 3)' failed.
> /etc/rc.d/init.d/iptables: line -245:  4939 Aborted
> iptables -t $i -X >snip>


Ensure you have the following in your kernel .config file before compiling:

CONFIG_NETLINK_DEV=y
CONFIG_IP_NF_TARGET_NETLINK=m


jb

Reply via email to