I have an issue with cpanel root loging. I have checked in iptables whether my ip has denied but all are safe.
[/]# tail -f /usr/local/cpanel/logs/cphulkd.log
Sat 9 07:35:14 20 [info] Connection service=system ip=115.119.57. port=2086 user=root blocked by cphulkd (IP Address is blacklisted matched 115.119.57.)
So I have executed the following command and which fixed my issue.
[/]# /scripts/cphulkdwhitelist 115.119.57.
115.119.57. has been whitelisted
[/]# tail -f /usr/local/cpanel/logs/cphulkd.log
Sat 9 07:35:14 20 [info] Connection service=system ip=115.119.57. port=2086 user=root blocked by cphulkd (IP Address is blacklisted matched 115.119.57.)
So I have executed the following command and which fixed my issue.
[/]# /scripts/cphulkdwhitelist 115.119.57.
115.119.57. has been whitelisted
No comments:
Post a Comment