mirror of https://github.com/fail2ban/fail2ban
Path of the iptables.local file was incorrect
parent
6f9907eeb3
commit
833618d40a
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue