Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Traceroute"

From NetSec
Jump to: navigation, search
Line 4: Line 4:
 
To perform from windows: from a [[MS-DOS|command prompt]] type
 
To perform from windows: from a [[MS-DOS|command prompt]] type
  
<pre>tracert domain.com</pre>
+
{{WindowsCMD|tracert domain.com}}
  
 
To perform in a [[Linux]]/Unix Terminal type
 
To perform in a [[Linux]]/Unix Terminal type

Revision as of 03:39, 2 May 2012

This article contains too little information, it should be expanded or updated.
Things you can do to help:
  • add more content.
  • update current content.

Traceroute is a command-line tool that can be used to identify all of the routing hops between two hosts by intentionally exceeding response time from every gateway to a destination. It's usefulness is shown when you need to find an intermediate server for information gathering, or for checking where in a network a site is failing or bottlenecking.

To perform from windows: from a command prompt type

C:\WINDOWS\System32\cmd.exe

C:\WINDOWS\> tracert domain.com

To perform in a Linux/Unix Terminal type

traceroute domain.com