multiple times)
netsh diag connect iphost
Will make a
connection to the host on the specified port, then disconnect. Example: To test
http connectivity, type netsh diag connect iphost yahoo.com 80 will return
IPHost (yahoo.com)
IPHost = yahoo.com
Port = 80
Server appears to be running on
port(s) [80]
netsh int ip show config
Shows the current IP address and
additional config info
netsh int ip delete arpcache
Deletes the arp cache entries for all
available adapters (including the dial up adapter) Works well with DSL if you
are able to ping the loopback address, and your own IP but nothing else.
netsh diag gui
Launched the GUI Network Diagnostic Program
netsh diag show mail
Shows default mail servers
netsh diag show dns
Shows default DNS servers
Windows 2000
From a command prompt, type the following:
- netsh <enter>
- interface reset all
- routing reset all
- routing
- dump
- bye
- exit