Path of the iptables.local file was incorrect

master
tuctboh 2024-11-22 13:06:56 -05:00
parent 6f9907eeb3
commit 833618d40a
1 changed files with 1 additions and 1 deletions

@ -116,7 +116,7 @@ Following script shows all failures of all IPs across all jails:
**[Q]** Fail2ban does not ban and logs include `iptables v...: unknown option "-w"`
<details><summary>Answer</summary>
**[A]** Default configuration of Fail2Ban requires iptables with locking support (`-w` option). If you run on a system with older iptables (before `1.4.20`), you need to disable locking option by e.g. providing `/etc/fail2ban/action.d/iptables-common.local` file with
**[A]** Default configuration of Fail2Ban requires iptables with locking support (`-w` option). If you run on a system with older iptables (before `1.4.20`), you need to disable locking option by e.g. providing `/etc/fail2ban/action.d/iptables.local` file with
```
[Init]