This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| faq:network_and_security:how_to_run_mtr [2022/01/26 12:38] – vikki | faq:network_and_security:how_to_run_mtr [2022/10/27 17:41] (current) – vikki | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | [[: | ||
| + | |||
| ====== How to run an MTR ====== | ====== How to run an MTR ====== | ||
| Line 92: | Line 94: | ||
| 2. After MTR has been installed, you can use the following command to run MTR: | 2. After MTR has been installed, you can use the following command to run MTR: | ||
| - | | + | |
| + | |||
| + | *Note: If you are unsure about the server/host name, please contact our team to get this information. | ||
| + | |||
| + | 3. Let the MTR trace run for at least 10 minutes. Once done, select and copy the result from the terminal and send to us via email or ticket. | ||
| + | |||
| + | === For CentOS, Fedora, or RHEL === | ||
| + | |||
| + | 1. To install MTR, open the terminal and run the following command: | ||
| + | yum install mtr | ||
| + | |||
| + | 2. After MTR has been installed, you can use the following command to run MTR: | ||
| + | mtr hostname.com | ||
| + | |||
| + | *Note: If you are unsure about the server/host name, please contact our team to get this information. | ||
| + | |||
| + | 3. Let the MTR trace run for at least 10 minutes. Once done, select and copy the result from the terminal and send to us via email or ticket. | ||
| + | |||
| + | === For Arch Linux systems === | ||
| + | |||
| + | 1. Open the terminal and run the following command to install MTR: | ||
| + | | ||
| + | |||
| + | 2. After MTR has been installed, you can use the following command to run MTR: | ||
| + | mtr hostname.com | ||
| + | |||
| + | *Note: If you are unsure about the server/host name, please contact our team to get this information. | ||
| + | |||
| + | 3. Let the MTR trace run for at least 10 minutes. Once done, select and copy the result from the terminal and send to us via email or ticket. | ||