On 8/21/20 11:28 AM, James Moe via Fail2ban-users wrote:
> Thank you Florian and James. That nicely does the job.
>
Urk. Thank you Florian and Dominic.
--
James Moe
moe dot james at sohnen-moe dot com
520.743.3936
Think.
___
Fail2ban-users mailin
On 8/20/20 3:29 PM, James Moe via Fail2ban-users wrote:
> Is there a way to specify a range of IP addresses that are not to be banned?
>
Thank you Florian and James. That nicely does the job.
--
James Moe
moe dot james at sohnen-moe dot com
520.743.3936
Think.
___
Use the ignoreip parameter. You can create this in your jail.local
either for an individual jail or, for all jails, in the [DEFAULT]
section.
ignoreip = 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16
On Thu, 20 Aug 2020 at 23:32, James Moe via Fail2ban-users
wrote:
>
> fail2ban 0.10.4
>
> I
fail2ban 0.10.4
I have a rule that triggered on a log entry for naughty DNS actions, as it
should have. However, the source of the offending entry was a local host, a
rather unexpected action that blocked name resolution for the host (and
aggravated the user).
Is there a way to specify a range of