For some time I have been running a customized version of a 2.4.18 kernel with ipv6 enabled on. Now I want to look at the use of iptables (ip6tables).
To do this have enabled ipv6 netfilter configuration options and compiled several versions of the kernel (everything compiled into the kernel, netfilter as modules, kernel based on 2.4.19-pa5 from parisc-linux.org). In all cases the kernel compiles but ip6tables does not work. Using the kernel with modules I have been able to boil down the problem to a problem with the module ip6table_filter. When I am doing 'insmod ip6table-filter' I get a message : ip6table_filter.o: init_module: Invalid argument And this is where I am stuck. There is no more information in syslog or dmesg. Any ideas ? Leif Buch-Pedersen HP France, Grenoble PS: ip6table_filter loads OK using a 2.4.18 kernel on a machine with a Pentium processor.

