# 在各系統中進行路由追蹤

{% hint style="info" %}
若有時發現與伺服器的連線並不穩定或無法連線至伺服器， 請使用下列工具進行路由追蹤，再將圖片截圖回傳我們，以利我們確認連線狀況。
{% endhint %}

### Windows (Windows 7/10/11, Windows Server)

1. 請至 [WinMTR 官方網站](https://winmtr.net/) 中，下載相關工具，解壓縮後執行，以進行路由追蹤。
2. 使用 WinMTR 工具，追蹤您的伺服器 IP，此文以 1.1.1.1 為例。

<figure><img src="/files/cN0qHFfs7P38QQJZad9p" alt=""><figcaption></figcaption></figure>

3\. 將追蹤結果截圖後，交由工作人員協助排查，簡單資訊謝謝您的合作與體諒。

<figure><img src="/files/Or7QviqYCOoJMun0Acxz" alt=""><figcaption></figcaption></figure>

### MacOS

1. 請使用 brew 工具，安裝 mtr，以進行路由追蹤。 (`brew install mtr`)

<figure><img src="/files/8OHalRiPyBlNwD1dOLBc" alt=""><figcaption></figcaption></figure>

2. 使用 mtr 工具，追蹤您的伺服器 IP，此文以 1.1.1.1 為例。(`sudo mtr 1.1.1.1`)

<figure><img src="/files/WTIi4ac28uZu5yonYa4a" alt=""><figcaption></figcaption></figure>

3. 將追蹤結果截圖後，交由工作人員協助排查，簡單資訊謝謝您的合作與體諒。

### Linux (Debian, Ubuntu)

1. 請使用 apt 套件管理工具，安裝 mtr，以進行路由追蹤。(`sudo apt install mtr`)

<figure><img src="/files/oJdX17XEE6rOWSgpLNK1" alt=""><figcaption></figcaption></figure>

2. 使用 mtr 工具，追蹤您的伺服器 IP，以 1.1.1.1 為例。(`sudo mtr 1.1.1.1`)

<figure><img src="/files/g2zWc2ROgrbCkoYRkE2Q" alt=""><figcaption></figcaption></figure>

3. 將追蹤結果截圖後，交由工作人員協助排查，簡單資訊謝謝您的合作與體諒。


---

# 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://docs.simple.taipei/knowledge-base/networking/traceroute-in-server.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.
