Search found 3 matches

by SnowOverflow
05 Feb 2014, 10:56
Forum: General Discussion (csf)
Topic: How to open port
Replies: 2
Views: 2643

Re: How to open port

Maybe you need just to open this port in csf.conf, and restart csf?
TCP_IN = "10000"
by SnowOverflow
05 Feb 2014, 08:04
Forum: General Discussion (csf)
Topic: Packet flood blocking with csf
Replies: 1
Views: 2751

Re: Packet flood blocking with csf

If there is no ways to block packet flood with csf - can i add a custom rule directly to iptables, and save it in csf ?
If i simple adding a rule in iptables - it'll gonna be deleted after "csf -r"
by SnowOverflow
03 Feb 2014, 07:13
Forum: General Discussion (csf)
Topic: Packet flood blocking with csf
Replies: 1
Views: 2751

Packet flood blocking with csf

Hello. Is there any ways to limit packets per second from same ip address with csf? All what i've found is PORTFLOOD - which could limit connections per time, and CONNLIMIT which can limit connections per port. Our server is under some kind of packet flood(looks like it's a LOIC), so, we really want...