How to Check the Status of an IP in cPFence?

cPFence makes it easy to check the current state of any IP address across all servers in your Enhance cluster. This tool shows you if an IP is whitelisted, blacklisted, and how many times it has been blocked—giving you a clear picture of any potential issues linked to that IP.

How to Check an IP Address Using the WebUI

 

 

 

  1. Open the cPFence WebUI on your Main Control Panel server.
  2. Navigate to Tools & Utilities > IP Tools > Check the current state of an IP.
  3. Enter the IP address you want to check, then click Check.

The results will show the IP’s current status on all your servers, including:

  • If the IP is whitelisted (file or IP set)
  • If the IP is blacklisted (file or IP set)
  • How many times the IP was blocked
  • How many times it was blocked by DDoS protection

Check an IP Using the Command Line

You can also get the same information instantly via the CLI. This will check the IP status on your server:

cpfence --check-ip 87.251.75.136

Example output:

root@server22:~# cpfence --check-ip 87.251.75.136
Checking the current state of IP: 87.251.75.136

+-----------------------------+-----------------------------+
| IP Check Results for:       | 87.251.75.136               |
+-----------------------------+-----------------------------+
| Whitelisted (File)          | No                          |
| Whitelisted (IPSet)         | No                          |
| Blacklisted (File)          | No                          |
| Blacklisted (IPSet)         | Yes                         |
| Times Blocked               | 58407                       |
| Times Blocked by CPF DDoS   | 0                           |
+-----------------------------+-----------------------------+
root@server22:~#

Need Further Assistance?

If you encounter any issues or need additional help, feel free to reach out to our support team via your client portal.

  • 0 Usuários acharam útil
Esta resposta lhe foi útil?

Artigos Relacionados

How to Fix Bulk IP Blacklisting or Whitelisting Issues in cPFence?

If you're facing issues when attempting to bulk blacklist or whitelist IPs in cPFence, the most...

How to Automate Blocking with Online IP Blacklists in cPFence?

cPFence provides a robust IP Database (IPDB) that dynamically adapts to new threats by updating...

Why cPFence May Not Block Certain Connections?

cPFence is designed to intelligently handle incoming traffic and block malicious or abusive...

Am I Under a DDoS Attack? I See Hundreds of GET Requests in the Logs

Read Also: How to Address High Server Load Issues with cPFence? If you're noticing hundreds of...

Why Does a Whitelisted IP Still Appear in cPFence Stats?

If you’ve whitelisted an IP in cPFence but it still appears in the statistics, there’s no need to...