Fail2ban-client: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
'''topic''' - Kurzbeschreibung | |||
== Beschreibung == | |||
== Installation == | |||
== Syntax == | |||
<syntaxhighlight lang="bash" highlight="1" line> | |||
</syntaxhighlight> | |||
=== Optionen === | |||
=== Parameter === | |||
=== Umgebungsvariablen === | |||
=== Exit-Status === | |||
== Anwendung == | |||
<syntaxhighlight lang="bash" highlight="1" line> | |||
sudo fail2ban-client status | |||
Status | |||
|- Number of jail: 5 | |||
`- Jail list: dovecot, nextcloud, postfix-sasl, pure-ftpd, sshd | |||
</syntaxhighlight> | |||
<syntaxhighlight lang="bash" highlight="1" line> | |||
sudo fail2ban-client status sshd | |||
Status for the jail: sshd | |||
|- Filter | |||
| |- Currently failed: 0 | |||
| |- Total failed: 10 | |||
| `- File list: /var/log/auth.log | |||
`- Actions | |||
|- Currently banned: 1 | |||
|- Total banned: 2 | |||
`- Banned IP list: 91.65.113.72 | |||
</syntaxhighlight> | |||
<syntaxhighlight lang="bash" highlight="1" line> | |||
# fail2ban-client unban 91.65.113.72 | |||
</syntaxhighlight> | |||
=== Fehlerbehebung === | |||
== Konfiguration == | |||
=== Dateien === | |||
<noinclude> | |||
== Anhang == | |||
=== Siehe auch === | |||
{{Special:PrefixIndex/{{BASEPAGENAME}}}} | |||
==== Dokumentation ==== | |||
===== Man-Pages ===== | |||
===== Info-Pages ===== | |||
==== Links ==== | |||
===== Projekt ===== | |||
===== Weblinks ===== | |||
</noinclude> | |||
[[Kategorie:Fail2ban]] | [[Kategorie:Fail2ban]] |
Version vom 11. Oktober 2024, 08:23 Uhr
topic - Kurzbeschreibung
Beschreibung
Installation
Syntax
Optionen
Parameter
Umgebungsvariablen
Exit-Status
Anwendung
sudo fail2ban-client status
Status
|- Number of jail: 5
`- Jail list: dovecot, nextcloud, postfix-sasl, pure-ftpd, sshd
sudo fail2ban-client status sshd
Status for the jail: sshd
|- Filter
| |- Currently failed: 0
| |- Total failed: 10
| `- File list: /var/log/auth.log
`- Actions
|- Currently banned: 1
|- Total banned: 2
`- Banned IP list: 91.65.113.72
# fail2ban-client unban 91.65.113.72