> For the complete documentation index, see [llms.txt](https://help.simnetonline.com/students/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.simnetonline.com/students/important-links/mh-support/performing-a-traceroute.md).

# Performing a Traceroute

When some users experience network issues with SIMnet the problem may to do with their Internet connection to SIMnet. Diagnosing this issue requires our support team to see exactly how your computer is accessing SIMnet and how long each step is taking. To do that, we use a traceroute. It simply determines the route your computer is taking to access SIMnet and how long each step along the way is taking.

{% hint style="info" %}
**Note**: SIMnet runs on a private Internet connection to bypass the public Internet. If you're experiencing a connectivity issue with SIMnet and other websites work, it may have to do with the Internet route your computer is using. The traceroute helps us determine where an issue may be.

**Note**: A "hop" or "step" in the traceroute that takes more than 100ms is considered non-optimal, steps over 200ms may be problematic.&#x20;
{% endhint %}

{% tabs %}
{% tab title="Windows" %}

1. Open the Command Prompt by navigating to the **Start Menu** and viewing the **Windows System** folder and selecting **Command Prompt**.
2. Type **tracert school.simnetonline.com** where the "school" is replaced by your school's simnet URL. Press **Enter**.
3. Copy and paste the result and send it to the Support Personnel helping you.

![Completed Traceroute](/files/-MIdUt7aKVxEnpSOJhCp)
{% endtab %}

{% tab title="Mac" %}
There are two options for creating a traceroute with a Mac.

First, through the Network Utility:

1. Launch **Network Utility** by searching in for *Network Utility* in the Finder.
2. Select the **Traceroute** tab of the Network Utility.
3. Enter the domain name for which you want to perform a traceroute. For example: documentation.simnetonline.com
4. Click **Trace**.
5. Copy the resulting data and send it to the Support Personnel helping you.

![Completed Network Utility Traceroute](/files/-MI_qXNyDw4y3v4wEEQV)

Second, through the Terminal

1. Open the Spotlight Search by pressing **Command + Space**.
2. Type **Terminal** in the search bar. Double click the **Terminal** result.
3. Type **traceroute school.simnetonline.com** where the "school" is replaced by your school's simnet URL. Press **Enter**.
4. Copy and paste the result and send it to the Support Personnel helping you.

![Completed Terminal Traceroute](/files/-MIe4jSaLmO9VqXoxO-A)
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.simnetonline.com/students/important-links/mh-support/performing-a-traceroute.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
