Difference between revisions of "Tracert"

From Nitradopedia EN
Jump to: navigation, search
(CMD)
(Windows Tools)
Line 34: Line 34:
 
=== ''CMD'' ===
 
=== ''CMD'' ===
  
To access this tool it is necessary to press the '''Windows''' key or use the search bar, then type following "CMD" and open the Command Prompt App
+
To access this tool it is necessary to press the '''Windows''' key or use the search bar, then type following "CMD" and open the Command Prompt App.
  
 
[[File:CMD.png]]
 
[[File:CMD.png]]
Line 45: Line 45:
  
 
=== ''Windows PowerShell'' ===
 
=== ''Windows PowerShell'' ===
 +
 +
To access this tool it is necessary to press the '''Windows''' key or use the search bar, then type following "PowerShell" and open the Command Prompt App.
 +
 +
[[File:powershell.png]]
 +
 +
*After the app opens, you need to type the following <code>tracert "IPaddress"</code> substituting the '''IP address''' with the server's IP and press '''Enter'''
 +
 +
*After pressing enter it should look like this:
 +
 +
[[File:powershell tracert 1.png]]
 +
 
[[Category:Nitrado - General]]
 
[[Category:Nitrado - General]]
 
[[Category:Server Tools]]
 
[[Category:Server Tools]]

Revision as of 10:50, 29 October 2020

In computing, traceroute (tracert) is a computer network diagnostic tool for displaying the route (path) and measuring transit delays of packets across an Internet Protocol (IP) network. The history of the route is recorded as the round-trip times of the packets received from each successive host (remote node) in the route (path); the sum of the mean times in each hop is a measure of the total time spent to establish the connection.

Before starting a Tracert, you should close all programs that access the internet in order to obtain a valid result.

Create Tracert with WINMTR

  • To create a Tracert we need to download "WinMTR". This can be downloaded from here
  • Start the program "WinMTR" and under "Host" enter the IP Address, of the game you want to trace packets to.

Winmtrnew.jpg

  • Click on "Start" and it should look like this:


Winmtrip.jpg


  • Let WINMTR run for 5 minutes (Please keep in mind, you must not run programs like messengers, file sharing programs, etc.)
  • If you get "no response from host" and the column is completely full with "0", the IP Router wants to be anonymous.
  • After 5 minutes you can click on "Stop" and then on "Export TEXT" to export the result into a text file.
  • You can do a Comparison Tracert to another Gameserver-IP with the same procedure if you think it would be useful.
  • So that we can perform a likewise Tracert to you, in order to check the return connection, please tell us your IP Adress (see http://www.whatismyip.com/).

Windows Tools

Alternatively windows offers 2 tools that can be used to trace packets. In this guide we will guide you through the use of these two.

CMD

To access this tool it is necessary to press the Windows key or use the search bar, then type following "CMD" and open the Command Prompt App.

CMD.png

  • After the app opens, you need to type the following tracert "IPaddress" substituting the IP address with the server's IP and press Enter
  • After pressing enter it should look like this:

Tracert 2.png

Windows PowerShell

To access this tool it is necessary to press the Windows key or use the search bar, then type following "PowerShell" and open the Command Prompt App.

Powershell.png

  • After the app opens, you need to type the following tracert "IPaddress" substituting the IP address with the server's IP and press Enter
  • After pressing enter it should look like this:

Powershell tracert 1.png