using traceroute on ubuntu terminal

The traceroute utility displays the route used by IP packets on their way to a specified network (or Internet) host. Traceroute displays the IP number and host name (if possible) of the machines along the route taken by the packets. Traceroute is used as a network debugging tool. If you’re having network connectivity problems, traceroute will show you where the trouble is coming from along the route.

open a terminal and enter:
1. sudo apt-get install traceroute (to install the packages you need)
2. traceroute domain or IP
For further information enter man traceroute.

This entry was posted in Linux, Open Source, Tips - Tricks, Ubuntu and tagged , , , . Bookmark the permalink.

One Response to using traceroute on ubuntu terminal

  1. Pingback: Tweets that mention using traceroute on ubuntu terminal | NamHuy -- Topsy.com

Leave a Reply