Dear Members,

I faced a strange problem. Tried to use kernel 2.5.5. No module support at all - I compiled in everything. I patched nothing on the kernel.

Compiled a new iptables 1.2.5 without problem. I am unable to use the mangle table. Error message follows at the bottom of the mail.
Tried it on two completely different machine /Athlon 1400 - desktop, PIII 1GHz - laptop/ with the same result.

Has anybody met this problem yet?
I would appreciate any help/suggestions.

Best regards,

Gabor Horvath
[EMAIL PROTECTED]

Base system is a RedHat 7.2 with clean kernel from kernel.org and clean iptables from netfilter homepage.

[root@prometeus linux]# uname -a
Linux prometeus.icse.hu 2.5.5 #2 CS FEB 28 17:57:58 CET 2002 i686 unknown
[root@prometeus linux]# iptables -v
iptables v1.2.5: no command specified
Try `iptables -h' or 'iptables --help' for more information.
[root@prometeus linux]# iptables -t filter -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
[root@prometeus linux]# iptables -t nat -L
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
[root@prometeus linux]# iptables -t mangle -L
iptables: libiptc/libip4tc.c:384: do_check: Assertion `h->info.valid_hooks == (1 << 0 | 1 << 3)' failed.
Aborted
[root@prometeus linux]#

Reply via email to