From Boldcore's wiki
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Well, sometimes it happens | + | ==fail2ban unban IP address== |
+ | |||
+ | Well, sometimes it happens<br> | ||
<pre> | <pre> | ||
fail2ban-client set sshd unbanip 8.8.8.8 | fail2ban-client set sshd unbanip 8.8.8.8 | ||
fail2ban-client set FILTER_NAME unbanip 8.8.8.8 | fail2ban-client set FILTER_NAME unbanip 8.8.8.8 | ||
− | </pre | + | </pre> |
Instead of FILTER_NAME there could be:<br> | Instead of FILTER_NAME there could be:<br> | ||
Line 11: | Line 13: | ||
- sshd-ddos<br> | - sshd-ddos<br> | ||
- ... (other FILTERS)<br> | - ... (other FILTERS)<br> | ||
+ | |||
+ | *Please note, that f2b still does not support IPv6. |
Latest revision as of 04:19, 31 May 2017
fail2ban unban IP address
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)
- Please note, that f2b still does not support IPv6.