A windows command that I recently discovered that has been around for ages is Trace Route.
I was trying to connect to a server recently, but was having problems, and the tech guy I was talking to showed me what to do.
Open up a dos window, and type:
tracert -d 192.00.00.00
Replace the above with the IP address your connecting to, and the -d
is to hide extra bits that you may not need.