This troubleshooting guide provides concise steps to help our team diagnose and resolve network connectivity issues faster.
From GNU/Linux-based system
-
Ensure packages
iptutils
andmtr
is installed, otherwise use your system package manager; - Run
tracepath -n xxxx > ~/tracepath.txt
, wherexxxx
is your service IP address: -
Run
mtr -c 1000 -w -n xxxx > ~/mtr.txt
, wherexxxx
is your service IP address and~/mtr.txt
is the file with test results, which will be saved in your home folder: -
Attach files
tracepath.txt
andmtr.txt
to the ticket.
From Windows system
-
Download WinMTR: https://github.com/White-Tiger/WinMTR/releases;
-
Type servers' IP address to the "Host" field;
-
Click "Start";
-
Run WinMTR until 100 packets will be sent at each row;
-
Take a screenshot of your results and share them with our technical support staff.