Categories: Networking

How To Run Traceroute on macOS and Windows

Traceroute is an application that traces the path data takes from one computer to another. Basically a traceroute is a map that shows what stops or locations that data must pass through in order to go from one computer to another. This is a very effective troubleshooting tool when diagnosing connectivity issues from one server to another.

Help! How do I run a trace route?

Have no fear! We’ve got you covered on how to run a traceroute for both Windows and MacOS

To Run a Traceroute in Windows

The command application (cmd.exe) is used to run a traceroute on Windows.

Launching it is slightly different depending on your version of Windows:

  • In Windows 7:
    • click on the Start menu
    • type “cmd” and press Enter to get a command prompt.
  • In Windows 8:
    • move your mouse to the bottom-left corner of the screen to bring up the Start icon.
    • Right-click on Start and select Run.
    • Then type “command” and press Enter to launch the application.
    • Alternatively, you can type “command” into the Search field in the Charms menu after moving your mouse to the lower right corner of your desktop.
  • In Windows 10, type “command” into the search menu and press Enter for a command prompt.

To run the traceroute, type:

tracert desireddomainname.com

into the command prompt, where “desireddomainname.com” is the name of the server to which you are having difficulty connecting.

The traceroute may take only a few seconds or a few minutes. Typically, the closer you are to the server, geographically, the more quickly the traceroute will complete.

To Run a Traceroute in Mac OS X

If you have a Mac, you can use the built-in network tools to run a traceroute which can be rather helpful.

  • Launch Spotlight (with ⌘ + SPACE or by clicking on the magnifying glass in your menu) to search for and launch Network Utility.
  • Select the Traceroute tab and enter the hostname or domain name.
  • You also can perform a traceroute from the Terminal app. Simply enter:traceroute domainname.com

If you believe you are experiencing network issues, having the output of trace-route handy and providing it, along with your public IPV4 address  is very helpful if you need to contact ServerHub customer support.

serverhub

Share
Published by
serverhub

Recent Posts

Setting a First Git Server: A ServerHub Comprehensive Guide

Welcome to ServerHub’s comprehensive guide on installing, setting up, and configuring your first Git server!…

7 days ago

The Procedures on How to Create and Spin Up a Deep Learning Server, and How to Power GPU in a Server

In the areas of artificial intelligence and machine learning, deep learning has emerged as a…

3 weeks ago

Git Servers: A Complete Guide for Migrating and Moving a Git Repository From One Server to Another Server

Git is a popular version control system that allows teams to track changes, merge code,…

1 month ago

OpenVPN Access Server: A Comprehensive Guide for Creation, Connection, and Installation

OpenVPN serves as a secure communication protocol and software application for creating encrypted virtual private…

2 months ago

The Importance and Benefits of Dedicated Servers for Mobile App Development and Hosting

Mobile application development and hosting are two essential aspects of creating and delivering a successful…

3 months ago

How to Do the Basic Procedures in cPanel for Dedicated Servers

cPanel is a Linux-based control panel that provides a user-friendly dashboard to manage web hosting.…

4 months ago

This website uses cookies.