{% extends "baseTemplate/index.html" %} {% load static %} {# fail2ban: jail list with thresholds, and the currently banned addresses. #} {% block title %}fail2ban{% endblock %} {% block styles %} {% endblock %} {% block content %}

fail2ban

Watches the service logs and bans addresses that keep failing to authenticate.

{% if status.running %}Running{% else %}Not running{% endif %}
{% if not status.running %}
fail2ban is not running, so nothing is being banned. Start it from Services.
{% endif %}
Jails
Jail Banned now Total bans Max retries Find window (s) Ban time (s) Enabled
No jails are defined in /etc/fail2ban/jail.d.
Banned addresses Your address is {{ callerIP }}
AddressJail
this is you
Nothing is banned right now.
{% endblock %} {% block scripts %} {% endblock %}