This troubleshooting guide offers concise steps to assist our team in diagnosing and resolving network connectivity issues promptly.
From GNU/Linux-based System:
-
Ensure Required Packages:
- Verify that the packages
iptutilsandmtrare installed. If not, use your system's package manager to install them.
- Verify that the packages
-
Run Tracepath:
- Execute the command:
tracepath -n xxxx > ~/tracepath.txt - Replace
xxxxwith your service IP address. - This command generates a tracepath report and saves it to a file named
tracepath.txtin your home folder.
- Execute the command:
-
Run MTR:
- Execute the command:
mtr -c 1000 -w -n xxxx > ~/mtr.txt - Replace
xxxxwith your service IP address. - This command runs an MTR test with 1000 packets and saves the results to a file named
mtr.txtin your home folder.
- Execute the command:
-
Attach Files to Ticket:
- Attach the
tracepath.txtandmtr.txtfiles to your support ticket for analysis.
- Attach the
From Windows System:
-
Download WinMTR:
- Download WinMTR from here.
-
Enter Server's IP Address:
- Launch WinMTR and type your server's IP address into the "Host" field.
-
Start WinMTR:
- Click "Start" to initiate the testing process.
-
Run WinMTR:
- Allow WinMTR to run until 100 packets are sent at each row.
-
Capture Results:
- Take a screenshot of the WinMTR results.
-
Share Results:
- Share the screenshot with our technical support staff for analysis.
Following these steps will provide our team with the necessary information to diagnose and resolve any network connectivity issues effectively.