Question
Zendesk Customer Support requested a traceroute to investigate my issue. How can I generate a traceroute for troubleshooting?
Answer
A traceroute allows the Zendesk Customer Support to gain additional information about the path your browser takes to get to your Zendesk instance. The team may ask you to generate a traceroute to your instance as well as to Google while this issue is occurring. The team uses and compares both traceroutes to further analyze the performance issue.
To generate a traceroute in Windows
- Press the Windows logo key + R to open the run dialog box.
- Type
CMD
and press Enter. - Type
tracert subdomain.zendesk.com
and press Enter. - Copy the results of the traceroute to send to us.
- Repeat the steps with
tracert google.com
. - Copy the results of the traceroute.
- Send Zendesk the results of both traceroutes labeled appropriately.
To generate a traceroute in Mac
- Open Terminal in your Mac.
- Type and replace
yoursubdomain
with your actual subdomain, this way:https://yoursubdomain.zendesk.com
- Repeat steps 3-4 from hostgator.com.