Forrest logo
back to context overview

tcptraceroute

List of commands for tcptraceroute:

  • tcptraceroute:tldr:7c75a tcptraceroute: Specify the interface.
    $ tcptraceroute ${host} -i ${interface}
    try on your machine
    explain this command
  • tcptraceroute:tldr:89720 tcptraceroute: Set the first and maximum TTL.
    $ tcptraceroute ${host} -f ${first_ttl} -m ${max_ttl}
    try on your machine
    explain this command
  • tcptraceroute:tldr:91e53 tcptraceroute: Specify the wait time and number of queries per hop.
    $ tcptraceroute ${host} -w ${wait_time} -q ${number_of_queries}
    try on your machine
    explain this command
  • tcptraceroute:tldr:a5eda tcptraceroute: Trace the route to a host.
    $ tcptraceroute ${host}
    try on your machine
    explain this command
  • tcptraceroute:tldr:d890b tcptraceroute: Specify the local source port and source address.
    $ tcptraceroute ${host} -p ${source_port} -s ${source_address}
    try on your machine
    explain this command
  • tcptraceroute:tldr:dd2c1 tcptraceroute: Specify the destination port and packet length in bytes.
    $ tcptraceroute ${host} ${destination_port} ${packet_length}
    try on your machine
    explain this command
back to context overview