Explore the world of Traceroute: Learn techniques, tools, and see it in action.
Traceroute is a network diagnostic tool used to track in real-time the pathway taken by a packet of information from one system to another. It shows the series of hops between routers that a packet traverses as it moves from source to destination.
The standard Unix/Linux command for performing traceroute.
traceroute example.comPerforms a basic traceroute to example.com using default settings.
traceroute -m 15 example.comSets the maximum number of hops to 15 when tracing the route to example.com.
traceroute -n example.comDisplays IP addresses instead of hostnames for faster output.