kb: technical
Plesk Obsidian for Linux
ext: Imunify
ext: fail2ban
Symptoms
- Plesk is inaccessible from some IP address (203.0.113.2, for example)
- IP address is whitelisted in Tools & Settings > IP Address Banning (Fail2Ban) > Trusted IP Addresses menu.
- Output of
iptables -nvL --line-numbers | grep 203.0.113.2doesn't list any DROP/REJECT actions - Plesk is accessible from other IP addresses
- The
ipset listcommand shows that IP is blacklisted:
# ipset list i360.ipv4.blacklist | grep 203.0.113.2
203.0.113.2 timeout 854950
Cause
IP address got blacklisted by Imunify firewall
Resolution
Unblock the IP in Imunify firewall.
Alternatively, if the Imunify extension is disabled, but issue still occurs, perform the following actions:
- Connect to the server via SSH
-
Remove the IP address from blacklist:
# ipset del i360.ipv4.blacklist 203.0.113.2
Comments
This issue usually happens because Fail2Ban’s trusted IP list doesn’t override other firewall rules or restrictions in Plesk. Even if the IP is whitelisted, access can still be blocked if the server’s firewall or another Fail2Ban jail is interfering. The fix is to check both the Plesk firewall settings and Fail2Ban jail configurations, ensuring the trusted IP is excluded across all relevant rules.
choice benefits portal
Please sign in to leave a comment.