Posts in Free Tools
netstat
From the Windows command line, you can use netstat to displays information on the status of the network and established connections with remote machines.
route print
From the Windows command line, you can use route print to display the routing table. The command route serves to define static routes, to erase routes or simply to see the state of the routes.
tracert host
From the Windows command line, you can use tracert host to show the route that packets follow to reach the machine “host”. The command tracert is the abbreviation of trace route, which allows you to learn the route that a packet follows from the origin, (your machine) to the destination machine. It can also tell you the time it takes to make each jump. At the most, 30 jumps will be listed. It is sometimes interesting to observe the names of the machines through which the packets travel.