It tracks the route packets take across
an IP network on their way to a given host. It utilizes the IP
protocol’s time to live (TTL) field and attempts to elicit an ICMP TIME_EXCEEDED response from each gateway along the path to the host.
|
First Install traceroute by,
|
# yum install traceroute -y
|
Trace route example,
|
# traceroute google.com
|
No comments:
Post a Comment