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

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

Я не могу войти на сайт, он не работает. Что делать?

Иногда Ваш сайт может стать недоступным и он может не отобразится для Вас. Ниже перечислены...

Firefox ошибка: The page is not redirecting properly (бесконечная переадресация)

Когда страница перенаправляет Вас на бесконечную переадресацию, Firefox будет отображать ошибку:...

Тайм-аут загрузки файлов, помогите мне

На наших серверах нет лимитов на скачку файлов. Однако, если Вы испытываете какие-либо трудности...

Я вижу знаки вопроса и непонятные символы на сайте

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

Домен не работает с "www"

Если Вы не можете получить доступ к своему сайту с использованием своего домена без «www»....