Zum Inhalt springen

Fail2ban/Client: Unterschied zwischen den Versionen

Aus Foxwiki
Keine Bearbeitungszusammenfassung
K Textersetzung - „line>“ durch „line copy>“
 
(23 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
# fail2ban-client status
'''Fail2ban/Client'''
Status
 
|- Number of jail:      5
== Beschreibung ==
`- Jail list:  dovecot, nextcloud, postfix-sasl, pure-ftpd, sshd
== Installation ==
fail2ban-client ist Teil der Pakets [[fail2ban]]
 
== Aufruf ==
<syntaxhighlight lang="bash" highlight="1" line copy>
 
</syntaxhighlight>
=== Optionen ===
=== Argumente ===
=== Umgebungsvariablen ===
=== Exit-Status ===
 
== Anwendung ==
<syntaxhighlight lang="bash" highlight="1" line copy>
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 copy>
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 copy>
sudo fail2ban-client unban 91.65.113.72
</syntaxhighlight>
 
=== Problembehebung ===
 
== Konfiguration ==
=== Dateien ===
 
== Anhang ==
=== Siehe auch ===
{{Special:PrefixIndex/Fail2ban}}
 
=== Dokumentation ===
 
; Man-Page
 
; Info-Pages
 
=== Links ===
==== Projekt ====
 
==== Weblinks ====


# 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


[[Kategorie:Fail2ban]]
[[Kategorie:Fail2ban]]
</noinclude>

Aktuelle Version vom 11. Mai 2025, 13:40 Uhr

Fail2ban/Client

Beschreibung

Installation

fail2ban-client ist Teil der Pakets fail2ban

Aufruf

Optionen

Argumente

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
sudo fail2ban-client unban 91.65.113.72

Problembehebung

Konfiguration

Dateien

Anhang

Siehe auch

Dokumentation

Man-Page
Info-Pages

Links

Projekt

Weblinks