Boost recurring donations this giving season with the new upsell prompt!Learn How >>

Run a traceroute for network troubleshooting

updated

In some cases, some users might have trouble connecting to the Soapbox Engage network while others may be connecting without issue.  Running a trace route on the impacted computers can often times determine where the networking issue lies.

macOS

Use Terminal to run the trace route.

  1. Launch Terminal (found in Applications, then Utilities folder).
  2. In the Terminal window, enter the following...
    traceroute prefix.example.org

    ...where "prefix.example.org" is the full domain (including subdomain) to be traced.
  3. Press Return key on your computer.
  4. Watch the traceroute as it appears in the Terminal window.
  5. The trace route is complete when you see the name of your computer at the end of the numbered list.  If there is a networking issue, this may either never appear or take many minutes to appear.  At any time, you can close the window or click Control + C to cancel the traceroute.
  6. After the traceroute completes, select the results, and then right-click and select Copy or press COMMAND+C to copy the text.
  7. Paste the text into a text document and save the file.

Windows

Run cmd.exe for your version of Windows.

Windows 8

  1. Right-click the Start menu and select Run.
  2. Enter "cmd" and click OK.
  3. In the MS-DOS Prompt or Command Prompt window, enter the following...
    tracert prefix.example.org

    ...where "prefix.example.org" is the full domain (including subdomain) to be traced.
  4. Click the Enter key.
  5. The trace route is complete when you see the Windows prompt again at the end of the numbered list.  If there is a networking issue, this may either never appear or take many minutes to appear.  At any time, you can close the window or click Control + C to cancel the traceroute.
  6. After the traceroute completes, select all (Ctrl+A) and copy (Ctrl+C) the contents of the window.
  7. Paste the text into a text document and save the file.

Windows 10 or Windows 11

  1. Press the Windows + R keys to open Run.
  2. Enter "cmd" and click OK.
  3. In the MS-DOS Prompt or Command Prompt window, enter the following...
    tracert prefix.example.org

    ...where "prefix.example.org" is the full domain (including subdomain) to be traced.
  4. Click the Enter key.
  5. The trace route is complete when you see the Windows prompt again at the end of the numbered list.  If there is a networking issue, this may either never appear or take many minutes to appear.  At any time, you can close the window or click Control + C to cancel the traceroute.
  6. After the traceroute completes, select all (Ctrl+A) and copy (Ctrl+C) the contents of the window.
  7. Paste the text into a text document and save the file.
Have more questions? Submit a request
Article is closed for comments.