Forrest logo
back to context overview

tracepath

List of commands for tracepath:

  • tracepath:tldr:0163c tracepath: Specify the initial packet length (defaults to 65535 for IPv4 and 128000 for IPv6).
    $ tracepath -l ${packet_length} ${host}
    try on your machine
    explain this command
  • tracepath:tldr:555c4 tracepath: Specify a maximum TTL (number of hops).
    $ tracepath -m ${max_hops} ${host}
    try on your machine
    explain this command
  • tracepath:tldr:e599e tracepath: A preferred way to trace the path to a host.
    $ tracepath -p ${33434} ${host}
    try on your machine
    explain this command
  • tracepath:tldr:f8611 tracepath: Use only IPv6 addresses.
    $ tracepath -6 ${host}
    try on your machine
    explain this command
back to context overview