Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
"traceroute" - Trace Routing on Linux
How to use the "traceroute" command to Trace Routing on Linux systems?
✍: FYIcenter.com
"traceroute" command allows you to trace IP routing on Linux systems.
The output lists the interface IP address of each gateway
reached by a dummy message fired from the local host to the specified destination.
If "traceroute" command is not available, you need to install the "traceroute" package first, using command like "sudo dnf install traceroute".
In the example below, the local host has an IP address of 128.3.112.3. The destination host has an IP address of 35.1.1.48. The output of the "traceroute" command tells us that an IP message from the local host can reach the destination over 10 subnets. In other words, a message will jump over 10 hops to reach the destination.
fyicenter$ traceroute 35.1.1.48 traceroute 35.1.1.48, 30 hops max, 60 byte packets 1 128.3.112.1 19 ms 19 ms 0 ms 2 128.32.216.1 39 ms 39 ms 19 ms 3 128.32.136.23 39 ms 40 ms 39 ms 4 128.32.168.22 39 ms 39 ms 39 ms 5 128.32.197.4 40 ms 59 ms 59 ms 6 131.119.2.5 59 ms 59 ms 59 ms 7 129.140.70.13 99 ms 99 ms 80 ms 8 129.140.71.6 139 ms 239 ms 319 ms 9 129.140.81.7 220 ms 199 ms 199 ms 10 35.1.1.48 239 ms 239 ms 239 ms
2021-04-30, 1212🔥, 0💬
Popular Posts:
Why the "dir" command hangs when using the FTP command-line tool on Windows? when you run the "dir" ...
How to Install and Start Skype Meeting App in Google Chrome? You can follow this tutorial to install...
"Muss i denn" is a German folk song in the Swabian German dialect. The present form dates back to 18...
How to turn on or off comments? I have a PowerPoint presentation which has comments entered by diffe...
I have an Apple iPad Air Model MD788C/A. Is it good? Yes. Apple iPad Air Model MD788C/A is a very go...