SpaceCore WIKI
English
English
  • Personal Account and Registration
    • Account registration
    • «Customer» section
    • «Finance» section
    • Account Verification (KYC)
  • Customer service
    • How do I place an order?
    • How to contact support?
    • The Game Hosting panel
    • Setting Up BILLmanager 6 for Reselling
  • Communications
    • Notifications in Telegram
    • Web Hosting Notifications
    • Using a ping bot in Telegram
  • Information board
    • Blocked ports (VPS/VDS)
    • What is IOPS?
    • VAT for the EU and UK
  • VPS and Dedicated Servers
    • How to use VPS/VDS?
    • Changing the Password for VDS
  • OS and software configuration
    • Java [Linux]
    • Screen
    • Linux Password Recovery
    • Connecting via SSH keys
    • Disabling access to Linux using a password
    • Deploying MikroTik RouterOS on VDS
  • AI
    • Deploying DeepSeek on your server in just a few clicks
  • Windows
    • RDP connection
    • Configuring the RDP connection
    • Changing the password
    • Installation via QEMU
    • How to add an IPv4
    • Download files
    • Bruteforce Windows
  • Network Setup and Security
    • No interaction with private networks
    • Working with TCPDump
    • Change MTU Value
    • Configure IPTables
    • [DNS] Temporary failure resolving...
    • Network Speed Measurement [SpeedTest]
    • How do I buy a domain name?
    • How do I direct my domain to an IP address?
    • How to Protect Your Server? Basics of Cybersecurity
  • VPN and Privacy
    • WireGuard VPN [Easy]
    • OpenVPN [Easy]
    • Outline VPN Installation
    • Installing TorrServer
    • Installing 3X UI
    • Installing Marzban
    • Proxy for Specific Websites (V2RayN)
    • Use Nekoray
  • System monitoring
    • Traffic monitoring via VnStat
    • How to use the MTR tool
    • Getting Serial Numbers of Drives
  • Administration and Backups
    • Working with FTP Repository
    • Auto-shipment of backups
    • Installing an FTP Server
    • Mounting Linux Drives
  • Web development
    • Installing Apache2
    • Installing Nginx
    • Installing PHP
    • Installing MySQL
    • Installing PhpMyAdmin
    • Let's Encrypt SSL Generation
  • Minecraft
    • Installing Minecraft Java Server
    • Installing the Minecraft Bedrock/PE server
    • Installing the BungeeCord server
    • Installing Sponge Forge 1.12.2 Kernel
    • Configuring server.properties
    • Installing the icon on the server
    • Launch Options
    • Installing a resource pack on the server
  • Hetzner Servers
    • Control Panel
    • Password change via Rescue
    • Installing the operating system
  • 🇩🇪Contabo
    • The Control Panel
    • Disk space expansion
Powered by GitBook
On this page
  • Linux [Traceroute]
  • Windows [WinMTR]

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

Utility command usage structure:

mtr «arguments» «ip»

List of valid arguments:

  • -h — short reference.

  • -v — utility version output.

  • --udp — use UDP packets instead of standard ICMP.

  • --tcp — use TCP packets instead of standard ICMP.

  • -4 — IPv4 protocol usage.

  • -6 — IPv6 protocol usage.

  • -с — the number of packets to be sent.

  • -r — Collect the trace in the background and display the report when it is complete.

  • -w — performs the same function as -r , but in a more complete format.

  • -s — specify the size of the packets to send.

  • -f — entering the initial TTL value.

  • -e — mpls data display.

  • -n — do not use domain names for host names (only IP addresses will be used).

  • -o — displaying only specific data categories.

  • -p — output data in line format.

  • -l — display information in a non-formalized form.

  • -a — Specify the address of the interface from which packets will be sent during tracing.

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]

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.

PreviousTraffic monitoring via VnStatNextGetting Serial Numbers of Drives

Last updated 11 months ago

We are installing the WinMTR utility. It is available at the . We run the version of the program depending on the bit of your operating system.

link