Use the following command to find out the active jail names:
sudo fail2ban-client status
Use the following command to find out the banned IP by jail name:
sudo fail2ban-client status <JAIL_NAME>
Where:
JAIL_NAME | The name of the jail. |
Example:
Use the following command to find out all the banned IPs of an sshd jail name:
sudo fail2ban-client status sshd
Leave a Reply