Commands Linux CentOS
How to Whitelist IP/ finding if IP is Blacklisted in Linux CentOS
June 18, 2020
0

1. How to check if an IP is Blacklisted:

If you want to blacklist the IP 123.45.67.89 , then run the below command:
$ /scripts/cphulkdblacklist 123.45.67.89

You will see a message that the IP has been blacklisted.

#######################################################

2. How to whitelist an IP that is Black Listed
If you want to Whitelist the IP 123.45.67.89 , then run the below command:
$ /scripts/cphulkdwhitelist 123.45.67.89

You will see a message that the IP has been whitelisted.

#######################################################

About author

ZERIN

CEO & Founder (BdBooking.com - Online Hotel Booking System), CEO & Founder (TaskGum.com - Task Managment Software), CEO & Founder (InnKeyPro.com - Hotel ERP), Software Engineer & Solution Architect

How To Setup a Subdomain with SSL on Amazon Linux 2 AMI

I assume that you can login to Amazon Linux 2 AMI ...

Read more

MySQL “Order By Clause” Not Working with “SELECT DISTINCT and ORDER BY” after MySQL Update to 5.7

I have recently updated our MySQL server to MySQL ...

Read more

WHM:: PHP Mail is Not Working-Showing Its Disable

When your mail does not work, one example could be...

Read more

There are 0 comments

Leave a Reply

Your email address will not be published. Required fields are marked *