Ping command and tracert (traceroute) how to use correctly?

The ping command is used to check the availability of network resources. Most often it is needed to identify problems with the network, to understand on your side or on the server side there are problems.
The essence of the ping command is simple, it sends a packet of a given size to the specified address, which is then returned back or not returned, which already indicates a problem

Here's a quick guide on how to do this.

Please press Win + R -> type 'cmd' (no single quotes) -> click the 'Run' button.

So, let's get started, first let's check if our device is connected to the network. Let's contact the Google server.
1. Enter into the command line: ping 8.8.8.8
If the answer came, that is, the result came in the form of a number, then we are connected to the Internet.
If we see a message that the timeout has expired, it means that we are not connected to the Internet or the Google DNS server is down, which is extremely unlikely.

Now let's check the connection to the resource we are interested in directly, for example, to the DarkHost server.
2. Enter into the command line: ping darkhost.pro
Likewise, we will get either positive or negative responses.
With this command, we can find out the IP address of the domain, get information about DNS records and server availability.

If you see a response from the server in milliseconds, it means that your site is accessible from this computer and should work normally.

If a message is displayed that the timeout has expired or the server is unavailable and you could not identify the cause of the problem, then please run the tracert command on your computer to the same IP address.

To trace, type in the command line: tracert IP_Address_Your_Server

This process may take some time, but will provide more information to help you solve the problem.

  • 19 Users Found This Useful
Was this answer helpful?

Related Articles

How to fix content encoding error?

If your site shows content encoding error it may be due to GZIP compression.Try to enable or...

My site is not working on this PHP version

You can change the PHP version yourself in the Control Panel. To do this, go to Control Panel -...

File upload timeout, help me

There are no file download limits on our servers. However, if you have any difficulty downloading...

Domain has status redemption period / pending delete

The domain is scheduled for deletion, so its validity period has expired and it has not been...

Where can I see the CPU logs of the processor?

Our hosting does not keep logs of CPU usage of the processor at the moment.When an account starts...