This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| computing:fail2ban [2026/03/22 21:31] – oemb1905 | computing:fail2ban [2026/08/15 09:56] (current) – oemb1905 | ||
|---|---|---|---|
| Line 227: | Line 227: | ||
| systemctl restart fail2ban.service | systemctl restart fail2ban.service | ||
| </ | </ | ||
| + | |||
| + | To nuke fail2ban and start over while preserving your configs: | ||
| + | |||
| + | fail2ban-client unban --all | ||
| + | systemctl stop fail2ban | ||
| + | rm -f / | ||
| + | truncate -s 0 / | ||
| + | systemctl start fail2ban | ||
| --- // | --- // | ||