# Running a Traceroute

We will occasionally request a traceroute to diagnose connection or latency issues. Follow the steps below to perform this test. If you need to check for packet loss, try running a [pathping](/disconnects/optimizing-your-internet-connection/running-a-pathping.md).

Traceroute shows the step-by-step path that a connection takes to its destination.

1. Click **Start**.
2. In the search field, type **cmd**.
3. Right-click on **CMD.exe** and select **Run as Administrator**.
4. Enter the command **tracert xx > c:\tracert.txt** and press Enter.&#x20;

   ***Note*****:** Replace the Xs with the appropriate IP address from the list below. Run this command once per IP address for your region.
5. Allow several minutes for the traceroute to complete. When you see a new line of text in the command prompt, the traceroute is done. This creates a file on your C: drive called **tracert.txt**. ***Note:*** If you receive an error, you did not run the command prompt in Administrator Mode. Go back to step three and try again.
6. Close the command window.

<table><thead><tr><th>HOST</th><th>IP</th><th data-hidden></th></tr></thead><tbody><tr><td>"EU"</td><td>54.38.153.139</td><td></td></tr><tr><td>"USA"</td><td>51.81.53.254</td><td></td></tr><tr><td>"KR"</td><td>51.79.226.210</td><td></td></tr></tbody></table>

<details>

<summary>Analyzing my Traceroute</summary>

If you notice any of the following problems in your traceroute report, it may indicate an issue with your connection:

* Time outs
* Asterisk (\*) symbols
* Increase in response time between jumps
* Consistently high response times

</details>

Before you contact us or post on our forums about connection or latency issues, please have the following information available. This information will help us diagnose issues outside our network:

* Description of the problem
* Date and time the issue occured.
* Your IP Address, ISP, and connection type.
* A traceroute and [pathping](/disconnects/optimizing-your-internet-connection/running-a-pathping.md) performed when the issue occurs.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.innadril.gg/disconnects/optimizing-your-internet-connection/running-a-traceroute.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
