Table of Contents

Network Troubleshooting

Capturing an MTR

In some cases, you may be asked by support to provide an MTR to diagnose potential routing issues between your service and another point on the internet. Below are 2 methods on capturing an MTR, one for Windows and one for each flavour of Linux.

Windows (WinMTR)

Linux

Debian/Ubuntu-based Systems

apt-get update
apt-get install -y mtr
mtr --report -w -z IP_ADDRESS_HERE

CentOS/RHEL-based Systems

yum update
yum install -y mtr
mtr --report -w -z IP_ADDRESS_HERE