Search found 3 matches

by giuga
31 Jul 2015, 16:19
Forum: General Discussion (csf)
Topic: how to block wordpress login attack
Replies: 1
Views: 2654

Re: how to block wordpress login attack

Hi, I suggest you use something like iThemes Security for wordpress. That will block the fake login attempts. Also I suggest you use https://github.com/gabrieliuga/stop-xmlrpc-attack/blob/master/stop-xmlrpc-attack.php to block out xmlrpc.php exploit which can cause a high server load. This could be ...
by giuga
16 Jul 2015, 09:43
Forum: General Discussion (csf)
Topic: FTP File Upload issue after CSF installation
Replies: 2
Views: 2924

Re: FTP File Upload issue after CSF installation

Try also allowing passive mode through the firewall.
This means adding port range 30000:35000 to TCP_IN but also changing the configuration of the ftp server:
PureFtpd:
PassivePortRange 30000 35000

ProFtpd:
PassivePorts 30000 35000
by giuga
14 Jul 2015, 20:59
Forum: General Discussion (csf)
Topic: Could CSF be causing problems with Docker?
Replies: 4
Views: 12011

Re: Could CSF be causing problems with Docker?

Hi Brook, I've had the same problem and discovered it was from the CSF auto update functionality. When CSF is updated it also reloads the IP tables rules which break the forwarding done by docker. You can reproduce this by starting a docker container and then doing csf -r, the docker container will ...