My Board
Check Connectivity using Ping Command - Printable Version

+- My Board (https://ellohost.com/forum)
+-- Forum: Tutoriel EN (https://ellohost.com/forum/forumdisplay.php?fid=8)
+--- Forum: Others (https://ellohost.com/forum/forumdisplay.php?fid=20)
+--- Thread: Check Connectivity using Ping Command (/showthread.php?tid=801)



Check Connectivity using Ping Command - aaron - 09-10-2023


    Check Connectivity using Ping Command
   

Check Connectivity using Ping Command


   

The most basic ping command lets you check a server’s internet connection. For example, run the following to check if your system is connected to the internet and can reach Google’s host server:


   
ping google.com
   

   

Use this command to check whether your VPS is running and responding to the client’s connection. Use its hostname or IP address as the destination:


   
ping 185.185.185.185

   

If Terminal returns the ICMP echo message response, your system is active and connected to the internet.


   

Otherwise, the VPS or the client machine may be encountering issues. To check whether your current system is experiencing a network connection problem, ping its hostname:


   
ping localhost

   

If the ping command returns an echo response, the problem lies on the remote system.