diff --git a/7.-Jails.md b/07.-Jails.md similarity index 91% rename from 7.-Jails.md rename to 07.-Jails.md index 9a4c4bb..231837f 100644 --- a/7.-Jails.md +++ b/07.-Jails.md @@ -54,7 +54,7 @@ findtime = 300 ### Jail-specific settings -In order for this jail to function, you need to give F2B a little information. First, we need to specify what log file it should be parsing. In this case, it's the UFW log file which is, by default, located at */var/log/ufw.log*. If you've changed this, then update the '*logpath*' parameter. We also need to tell it what filter to use when parsing the file, in this case, it's a filter I've called 'ufw-probe' (change this if you change the filename) which is located at *filter.d/ufw-probe.conf* [(details here)](https://git.asifbacchus.app/asif/fail2banUFW/wiki/8.-The-UFW-filter). Note that only the filename is required since F2B will always look for the file in the *filter.d* directory. Finally, we tell F2B to enable this jail. +In order for this jail to function, you need to give F2B a little information. First, we need to specify what log file it should be parsing. In this case, it's the UFW log file which is, by default, located at */var/log/ufw.log*. If you've changed this, then update the '*logpath*' parameter. We also need to tell it what filter to use when parsing the file, in this case, it's a filter I've called 'ufw-probe' (change this if you change the filename) which is located at *filter.d/ufw-probe.conf* [(details here)](https://git.asifbacchus.app/asif/fail2banUFW/wiki/08.-The-UFW-filter). Note that only the filename is required since F2B will always look for the file in the *filter.d* directory. Finally, we tell F2B to enable this jail. ```ini logpath = /var/log/ufw.log