Extension talk:Fail2banlog
Contents |
[edit] Typo in filter.
The mediawiki filter in .etc.fail2ban/filter.d , regex has a typo in it
Authuntification error .* should read Authentication error
so fail2ban can get the correct regex and ban the IP
- Thanks, the translation from french was quick --LaurentChouraki 07:25, 24 May 2008 (UTC)
[edit] Whitelisting IPs
How could I roll back a banned ip? Is there a whitelist of ip addreses I can create while configuring this plugin on my wiki?
-Thanks 68.175.25.58 18:02, 6 June 2008 (UTC)
- You can configure it in Fail2Ban (whitelist). Fail2ban add rules to your firewall, you can remove the rules using your firewall administration software. (depend of your firewall)
- --LaurentChouraki 20:11, 6 June 2008 (UTC)
[edit] Log bad user name too?
The extension works well to log the case when a valid username with an invalid password is entered. Could it be expanded to also log the case where an invalid username is entered? That would allow fail2ban to prevent a brute-force attack to determine valid usernames.
- Not as easy as it look. The hook is only invoked for known users. If you need more security, you may use one of the many external authentication methods supported my mediawiki.
- --LaurentChouraki 21:47, 12 February 2009 (UTC)
[edit] file name
my fail2ban only accepts this solution if the file is called mediawiki.conf and not just "mediawiki" as proposed in the text. Anybody else observe that? Greetings --Hannes Röst 15:24, 22 July 2010 (UTC)
I checked my config... it has the .conf, I will correct the extension page. Laurent.