Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Traceroute"
From NetSec
Line 8: | Line 8: | ||
To perform in a [[Linux]]/Unix Terminal type | To perform in a [[Linux]]/Unix Terminal type | ||
− | + | {{LinuxCMD|traceroute domain.com}} | |
[[Category:Protocols]] | [[Category:Protocols]] |
Revision as of 02:49, 2 May 2012
This article contains too little information, it should be expanded or updated. |
---|
Things you can do to help:
|
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
Terminal |
localhost:~ $ traceroute domain.com |