How to run MTR to diagnose network issues Print

  • 1

MTR is a network diagnostic tool that combines traceroute and ping utilities. It enables system administrators to diagnose and isolate networking issues. To run an MTR you will need to install MTR to your local computer and on the server. When we request a MTR we usually request the following.

1.) Run a MTR from your ip address to the server.
2.) Run a MTR from the server to your ip address.

Installing MTR

To install MTR on a Windows PC go to http://winmtr.net/ and download the application. 

To install MTR on your Linux server run the following command in SSH:

on CentOS and Fedora

1. yum update
2. yum install mtr

on Debian and Ubuntu

1. apt-get update
2. apt-get upgrade
3. apt-get install mtr-tiny


Using MTR and Generating Report

To run MTR on a Windows PC open up the application and enter in the IP address.

To run MTR on your Linux server run the following command in SSH:

1. mtr -rw ipaddress

Be sure to replace ipaddress with your ip address. If you're not sure what your ip address is, go to https://www.whatismyip.com and it will output your ip.


Was this answer helpful?

« Back