|
From: Vesselin K. <vk...@ex...> - 2007-02-10 23:47:41
|
1. I noticed the following message on startup: Setting GRSecurity parameters: /etc/init.d/rc3.d/S22grsecurity: line 33: /proc/sys/kernel/grsecurity/rand_pids: No such file or directory /etc/init.d/rc3.d/S22grsecurity: line 33: /proc/sys/kernel/grsecurity/rand_tcp_src_ports: No such file or directory (these are 2 lines actually, the mail client breaks them) I cant see any real problem coming out of this though. I am not a GRSecurity expert by any means. 2. There seems to be missing library required by some netfilter modules: # modprobe ipt_recent #loads OK! # iptables -A SSH_CHECK -m recent --set --name SSH 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 Try `iptables -h' or 'iptables --help' for more information. File /usr/lib/iptables/libipt_recent.so is missing indeed, however there are quite a few other netfilter libraries there. If somebody knows a reasonably good alternative way for defending from dictionary ssh attacks please let me know. Regards Vesselin |