Cron Error : IP address of "0.0.0.0" does not match the registered IP address

grainwala

Verified User
Joined
Jan 8, 2021
Messages
25
I am getting an error with cron which was perfectly working from last 2 years but suddenly started showing following error .
Note : I have not done any changes before / after this error

IP address of "0.0.0.0" does not match the registered IP address "X.X.X.X.X"



Note : "X.X.X.X.X" is my server's shared IP address .
 
What cron job are you trying to run?
This is just standard cron for my billing system which was running fine from last two years as mentioned at beginning.

Cronjob Command
php -q /home/user-name/domains/domain-name/public_html/coremio/cronjobs.php
 
So it has nothing to do with DirectAdmin. You will need to contact the company who writes your billing software.
 
This is just standard cron for my billing system which was running fine from last two years as mentioned at beginning.

Cronjob Command
php -q /home/user-name/domains/domain-name/public_html/coremio/cronjobs.php
Hello @grainwala, i have the same problem with wisecp cronjob. Another guy in the forum asked a few days ago, no answer. And now it seems even their forum is dead (account suspended message right now at the moment).
I would suggest to either contact them in the discord channel, or write a support ticket from your wisecp-account.

ps - I think i solved it - open the cronjobs.php with an editor and replace the "0.0.0.0" in the 3.line with your server IP adress.
In my case, the IPv4 adress worked, didnt tried IPv6 adress. No cron errors anymore, and no warning in the wisecp backend.
 
Last edited:
Back
Top