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 Пользователей нашли это полезным
Помог ли вам данный ответ?

Статьи по Теме

Я вижу HTTP код 200 при отладке сайта

Если Вы видите код '200 OK' при отладке Вашего сайта, это означает, что Ваш сайт работает...

#1064 - You have an error in your SQL syntax

Ошибка 1064 возникает при несоответствии версии MySQL. Самым простым решением является включение...

Как исправить ошибку кодирования контента?

Если Ваш сайт показывает ошибку кодирования контента это может быть связано с GZIP сжатием....

Помогите, я не могу установить компоненты Joomla!

Это известная проблема Joomla, когда компоненты не могут быть установлены через окно браузера....

Ошибка 502 Bad Gateway nginx и почему она возникает?

Если эта ошибка возникает, значит HTTP-запросы от клиентов до Вашего сайта идут через какой-то...