Search found 4 matches

by wdt
25 Apr 2009, 11:30
Forum: Suggestions (csf)
Topic: FTP Login Notifications
Replies: 2
Views: 7362

This problem appear because clients don't use an antivirus and their cPanel/FTP password is stolen by trojans and used later to modify files on FTP (most time) or in cPanel file manager. The best way to prevent this is to restrict FTP login to some IPs. Unfortunately, this cannot be set globally for...
by wdt
29 May 2008, 20:30
Forum: Suggestions (csf)
Topic: High 5 minute load average alert: add mysql/exim status
Replies: 1
Views: 4972

High 5 minute load average alert: add mysql/exim status

Hi,

Will be usefull to see status of mysql connections (show processlist) and exim queue. If total queue messages number (exim -bpc) is lower enough (let's say below 1000), the summ can be also display (exim -bp | exiqsumm -c)

Thanks,
Daniel
by wdt
23 Mar 2008, 16:53
Forum: Suggestions (csf)
Topic: restrict SSH to some IPs
Replies: 2
Views: 9172

It works fine, thank you!
by wdt
20 Mar 2008, 15:27
Forum: Suggestions (csf)
Topic: restrict SSH to some IPs
Replies: 2
Views: 9172

restrict SSH to some IPs

Is it possible to configure in csf a list of IPs that are allowed to access SSH and block all the others? I think this is better that changing the SSH port. In my old iptables script I have a line like this: -A INPUT -s x.x.x.x -i eth0 -p tcp -m tcp --dport 22 -j ACCEPT Thanks for your great firewall!