[kanchilug] 1D1C - traceroute

  • From: Dhanasekar <tkdhanasekar@xxxxxxxxx>
  • To: ilugc@xxxxxxxxxxxxx, kanchilug@xxxxxxxxxxxxx, ilugd@xxxxxxxxxxxxxxxxxxxx
  • Date: Sun, 9 Apr 2023 06:00:00 +0530

traceroute - traces path to a network host

To find the network path from my machine to google.com
$ traceroute google.com

To Disable IP address and host name mapping
$ traceroute google.com -n
$ traceroute ilugc.in -n

To Configure Response Wait Time
$ traceroute google.com -w 0.1

To configure number of queries per hop
$ traceroute google.com -q 5

To Configure the TTL value to start with
$ traceroute google.com -f 8
$ traceroute ilugc.in -f 10



regards,
T.Dhanasekar

Other related posts:

  • » [kanchilug] 1D1C - traceroute - Dhanasekar