Hi,
I (somehow) managed to break iptables' ability to see my stealth patch on the kernel. When I run anything including the stealth support that grsecurity offers, I get this error:
riblet linux # iptables -A INPUT -p tcp -m stealth -j DROP
iptables v1.2.9: Couldn't load match `stealth':/lib/iptables/libipt_stealth.so: cannot open shared object file: No such file or directory
Try `iptables -h' or 'iptables --help' for more information.
It seems to me that iptables is trying to load a module here, which is wrong, as it's compiled into my 2.6.7 kernel; there is no module to load. I've tried recompiling iptables to no avail.
Any ideas?
-Ribs.