MyBB Community Forums

Full Version: ConfigServer Firewall :: Advanced Protection
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
(2012-09-24, 10:23 PM)Solidus Wrote: [ -> ]
(2012-09-21, 05:23 AM)echofloripa Wrote: [ -> ]
(2011-12-17, 07:55 PM)Solidus Wrote: [ -> ]Now you are protected from DOS and SYN flood attacks, and will be notified by email when an IP is blocked.


To which email is it going to email to?

Whichever email you put into "LF_ALERT_TO =", or if that is blank, your email from cPanel, DirectAdmin or Plesk.

(2012-09-17, 06:04 PM)Marks-Mans Wrote: [ -> ]Everything Is Configured Correct
But I Couldnt Find A Way To Block Ip Thats Open Many Requests On Server Automaticaly

Find "CONNLIMIT =" in the CSF config file. Here is how it works:
If you want a maximum of 5 connections per ip to port 80(http), this is what you'd put,

CONNLIMIT = 80;5

now if you want to add more, for example, 3 maximum connections to port 22(ftp), add this,

CONNLIMIT = 80;5, 22;3

Fixed broken images in OP.

did it but when i run /etc/csf/csftest.pl it gives error on connlimit like this:

testing xt_connlimit.....failed [error: iptables: unknown error [18446744073709551615] - required for CONNlIMIT feature

How to solve it
Are you on a VPS? The kernel won't have connlimit loaded, and the VPS provider most likely won't do it.
Well I decided to hook this up with my DirectAdmin. One of my buddies website was getting hit hard with spam bots then once we hooked this up it stopped.
How i can install, plss ?
(2014-08-23, 12:57 PM)beh4R Wrote: [ -> ]How i can install, plss ?

The thread tells you how to. If you don't have a dedicated server or VPS you can't install it.
(2014-08-23, 04:15 PM)Nathan Malcolm Wrote: [ -> ]
(2014-08-23, 12:57 PM)beh4R Wrote: [ -> ]How i can install, plss ?

The thread tells you how to. If you don't have a dedicated server or VPS you can't install it.
i have cPanel, but i don't understand those commands Huh
You're using shared hosting. You don't own your own server. You can't install it.
Thanks for share, very useful.
Pages: 1 2 3 4 5 6 7