tracert.exe

From ReactOS Wiki
Revision as of 05:51, 28 May 2014 by Zehnvor (talk | contribs)
Jump to: navigation, search

ReactOS trace route utility – Trace network paths through networks

Commit history (Source code can be found in: /reactos/base/applications/network/tracert)

Command Line Help

Usage: tracert [-d] [-h maximum_hops] [-j host-list] [-w timeout] target_name

Options:

   -d                 Do not resolve addresses to hostnames.
   -h maximum_hops    Maximum number of hops to search for target.
   -j host-list       Loose source route along host-list.
   -w timeout         Wait timeout milliseconds for each reply.

Notes

  • Setting TTL values is not currently supported in ReactOS, so the trace will jump straight to the destination. This feature will be implemented soon.
  • Host info is not currently available in ReactOS and will fail with strange results. Use -d to force it not to resolve IP's.
  • For testing purposes, all should work as normal in a Windows environment