Hallo !
Ich beschäftige mich aktuell mit " Fail2Ban ", setze ich Plesk ein, so wird die
IP direkt nach X Fehleingaben gesperrt !
Mittels LC & einer manuellen Fail2Ban Installation klappt es "irgendwie" nur
mit dem " SSH Jail " !
Laut LOG werden dort IPs geBANNED und unBANNED ...
... nur bei den passwortgeschützten Verzeichnissen klappt es nicht !
( die ich mittels LC angelegt habe ... )
Hier ein Auszug meiner "jail.conf" :
Code
#
# HTTP servers
#
[apache]
enabled = true
port = http,https
filter = apache-auth
logpath = /var/log/apache*/*error.log
# HTTP servers
#
[apache]
enabled = true
port = http,https
filter = apache-auth
logpath = /var/log/apache*/*error.log
maxretry = 3
# default action is now multiport, so apache-multiport jail was left
# for compatibility with previous (<0.7.6-2) releases
[apache-multiport]
enabled = true
port = http,https
filter = apache-auth
logpath = /var/log/apache*/*error.log
maxretry = 3
[apache-noscript]
enabled = true
port = http,https
filter = apache-noscript
logpath = /var/log/apache*/*error.log
maxretry = 3
[apache-overflows]
enabled = true
port = http,https
filter = apache-overflows
logpath = /var/log/apache*/*error.log
maxretry = 2
Alles anzeigen
Hier mein Fail2Ban Status :
Code
Status
|- Number of jail: 5
`- Jail list: apache, apache-overflows, apache-noscript, ssh, apache-multiport
Wie immer bin ich für Eure Tips dankbar ... :o
Gruß, Martin