I need to check if my hosting server can reach certain IPs that I need to work with. I have a shared hosting plan and, although I have access to SSH, the PING function is not available. I've tried several php scripts but to no avail. Most of them relied on executing PING via shell.
Is there any way I can check this without using PING? I tried using the CURL function (in PHP) but it doesn't seem to work with IPs.
Any help would be very much appreciated.