Tracing is most often useful in diagnosing various problems related to the operation of a network.
Linux [Traceroute]
First you should install this utility if it is not on your server:
apt install mtr
For CentOS:
yum install mtr
Try to make a trace in the standard way:

For example, if you want to trace 7 TCP packets to the wiki.spacecore.pro
host and get information about the nodes in the format of IP addresses, you can use this command:
mtr --tcp -c 7 -n wiki.spacecore.pro
The result will be:

Windows [WinMTR]
We are installing the WinMTR utility. It is available at the link. We run the version of the program depending on the bit of your operating system.
In the Host field, specify the destination server to which you want to build the trace. Then click the Start button.

We wait until at least 1000 packages have been sent. Usually this time is sufficient.

To export the trace result as a text document, use the Export TEXT button and save the file.

If you have collected a trace to diagnose any problem as requested by the technical support officer in the ticket, please, in addition to tracing, do not forget to attach the address from which the trace was made.
Last updated