Hi I have 42 banned IP addresses , what’s a problem with these ip’s? I see in list my internet ip’s too! it’s no good block good ip’s
Hi @vladimirb1
If you see your own IPs banned is because you are doing something to trigger fail2ban actions, and fail2ban is banning your own IP. Multiple failed logins to Hestia Web UI or SSH/SFTP… a bad password used in a mail account…
Check fail2ban logs (replace 203.0.113.1
with any banned IP):
grep -rF '203.0.113.1' /var/log/fail2ban.log*
1 Like
Most likely email or ssh login attempts with root ..
1 Like