|
From: Vesselin K. <vk...@ex...> - 2007-03-04 11:39:41
|
Sorry to bother you again with this but libipt_recent.so is not there despite of the announced "addition of missing iptables modules". The problem was introduced in 1.2.12. To reproduce it execute: #/sbin/modprobe ipt_recent #iptables -A INPUT -p tcp --dport 22 -m recent --set --name SSH (the last command is just to illustrate the problem, it is not part of the normal firewall script) The error message is: iptables v1.3.7: Couldn't load match `recent':/usr/lib/iptables/libipt_recent.so: cannot open shared object file: No such file or directory Note that the actual kernel module ipt_recent is there: /lib/modules/2.4.34-grsec/kernel/net/ipv4/netfilter/ipt_recent.o The missing file seems to be a library that is needed by this module. Regards Vesselin |