Multicast address (224.0.0.1) cannot be tested via this interface! at /usr/local/cpanel/Cpanel/IP/Bound.pm line 54.

Vs Nu

Well-Known Member
Jul 17, 2015
178
12
68
India
cPanel Access Level
Root Administrator
Multicast address (224.0.0.1) cannot be tested via this interface! at /usr/local/cpanel/Cpanel/IP/Bound.pm line 54.

How to fix this issue
 

Vs Nu

Well-Known Member
Jul 17, 2015
178
12
68
India
cPanel Access Level
Root Administrator
Hey hey! Can you get me more details on where this error was and what work you are trying to perform?
While doing cpkeyclt I'm getting this error
 

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
16,560
2,610
363
cPanel Access Level
Root Administrator
Thanks for the additional details. It seems like there is an issue with the networking configuration on the machine as outbound requests from your system should always be made over a public IP address.

You can run the following command to see what IP address is making the outbound connection to the cPanel license network:

Code:
curl -w '\n' -s http://myip.cpanel.net:2089/v1.0/
If that shows an IP address that you aren't expecting, you may need to adjust the routing on the server to change that. To see the current routing tables you can run the "route -n" command.
 
Last edited:

Vs Nu

Well-Known Member
Jul 17, 2015
178
12
68
India
cPanel Access Level
Root Administrator
Thanks for the additional details. It seems like there is an issue with the networking configuration on the machine as outbound requests from your system should always be made over a public IP address.

You can run the following command to see what IP address is making the outbound connection to the cPanel license network:

Code:
curl -w '\n' -s http://myip.cpanel.net:2089/v1.0/
If that shows an IP address that you aren't expecting, you may need to adjust the routing on the server to change that. To see the current routing tables you can run the "route -n" command.
I could see the server IP while running the command

route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 91.134.24.254 0.0.0.0 UG 0 0 0 eth0
91.134.24.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1002 0 0 eth0
 

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
16,560
2,610
363
cPanel Access Level
Root Administrator
I'm not finding much for that "multicast" error you mentioned. If that is the only output from the cpkeyclt command it might be best to open a ticket with our team to get this checked out. If you do that, let us know the ticket number here so we can post the fix once the issue is resolved.