Tuesday, April 30, 2024
 Popular · Latest · Hot · Upcoming
195
rated 0 times [  195] [ 0]  / answers: 1 / hits: 342750  / 3 Years ago, sun, may 23, 2021, 7:38:22

tracert is a command in MS-DOS command prompt to trace the route to an IP Address.
Is there any command in the Gnome Terminal equivalent to this?


More From » networking

 Answers
1

Install the traceroute package via terminal by running:



sudo apt-get install traceroute


After that, type this in the terminal:



traceroute [ip/web-site domain]


For example:



traceroute 8.8.8.8


you can also use web-sites as well:



traceroute www.sitename.com

[#35501] Monday, May 24, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
antorchestr

Total Points: 92
Total Questions: 111
Total Answers: 120

Location: Jordan
Member since Wed, Jun 17, 2020
4 Years ago
;