CentOS 7.7 or CentOS 8 Trace Routes

Mindwatering Incorporated

Author: Tripp W Black

Created: 06/11/2021 at 07:51 PM

 

Category:
Linux
Utilities

Trace routing options on Linux:

Matt's Trace Route:
$ sudo yum install mtr
$ mtr myserver.mindwatering.net
or to display the IP for the hostname:
$ mtr -n myserver.mindwatering.net
or to display the IP and the hostname:
$ mtr -b myserver.mindwatering.net


Traceroute:
$ sudo yum install traceroute
$ traceroute myserver.mindwatering.net


previous page