-
-
Notifications
You must be signed in to change notification settings - Fork 368
FAQ
Q: How do I know if IPBan is working?
A: Check logfile.txt in the install folder, it will show you status messages, failed logins, bans, etc. For the free version, Windows firewall is used and you can check for IPBan* rules in the firewall. On Linux, iptables and ipset are used.
Q: My ip address 10.x.x.x or 192.168.x.x is not being detected, why?
A: Internal ip addresses are ignored by default. This can be changed by setting config setting ProcessInternalIPAddresses
to true.
Q: Why am I seeing additional failed login attempts after a ban?
A: When a determined hacker is attacking rapidly, additional attacks might sneak through before the firewall rule has finished updating. These failures will show up on the next cycle as a failed login.
Q: How do I format timestamps from the ipban.sqlite database?
A: SELECT strftime('%Y-%m-%d-%t', BanDate / 1000, 'unixepoch') FROM IPBan
Q: How do I test my regular expressions in the config file?
A: You can paste your regular expression into https://regex101.com/ and then you can paste some text from your log file or event viewer and see how it matches. Make sure to set it as a case-insensitive, multi-line C#/dotnet expression in the options.
IPBan (c) 2012-Present Digital Ruby, LLC - https://ipban.com