Actions
Feature #1439
closedrequest: ip banning options for mod_evasive
ASK QUESTIONS IN Forums:
No
Description
when mod_evasive turns a connection away it would be nice if it could increment some internal counter for that ip and blacklists it after while.
iptables -I INPUT -p tcp --dport 22 -i eth0 -m state --state NEW -m recent \
--set
iptables -I INPUT -p tcp --dport 22 -i eth0 -m state --state NEW -m recent \
--update --seconds 60 --hitcount 3 -j REJECT
works at a lower level though, so might be more useful
-- w1zzard
Updated by stbuehler about 16 years ago
- Target version changed from 1.4.20 to 1.4.21
Updated by icy almost 16 years ago
- Target version changed from 1.4.21 to 1.4.22
- Patch available set to No
Updated by stbuehler over 15 years ago
- Target version changed from 1.4.22 to 1.4.23
Updated by stbuehler over 15 years ago
- Status changed from New to Wontfix
lighty is not running as root (at least it shouldn't), so that is not possible. and it works only with iptables, ...
Just use the iptable connlimit module.
Updated by gstrauss 11 months ago
- Status changed from Wontfix to Obsolete
- ASK QUESTIONS IN Forums set to No
mod_evasive is no longer part of the lighttpd base
For replacement, see lua mod_evasive
Actions
Also available in: Atom