From Boldcore's wiki
Jump to: navigation, search
(Created page with "Well, sometimes it happens... <pre> fail2ban-client set sshd unbanip 8.8.8.8 fail2ban-client set FILTER_NAME unbanip 8.8.8.8 </pre> Instead of FILTER_NAME there could be: -...")
 
Line 7: Line 7:
  
 
Instead of FILTER_NAME there could be:
 
Instead of FILTER_NAME there could be:
- apache
+
- apache
- apache-badbots
+
- apache-badbots
- sshd-ddos
+
- sshd-ddos
- ... (other FILTERS)
+
- ... (other FILTERS)

Revision as of 06:28, 26 April 2017

Well, sometimes it happens...

fail2ban-client set sshd unbanip 8.8.8.8
fail2ban-client set FILTER_NAME unbanip 8.8.8.8

Instead of FILTER_NAME there could be: - apache - apache-badbots - sshd-ddos - ... (other FILTERS)