I need help with...  


Setup & Troubleshoot
Dialup Connections
Mail & News
Web Browsers

General Information
Servers and Settings
Spam & Security
Virus Protection
Tech Tips & Support Links
Virtual Applications


   

WindowsXP/2000: Using netsh

Windows XP

Reset the TCP/IP Stack
From a command prompt, type the following:

  1. netsh int ip reset log.txt

Other Windows XP netsh commands include:

netsh diag connect mail
Will connect to the default incoming and outgoing mail server then drop the connection. Easier for customers than trying to telnet to the mail server ports

netsh diag ping dns
Will ping the default DNS servers progressively. (Saves having to re-type ping 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:

  1. netsh <enter>
  2. interface reset all
  3. routing reset all
  4. routing
  5. dump
  6. bye
  7. exit

 


Help us help you! If you contact PowerNet Internet support for assistance please write down any error messages you get when trying to connect to the Internet. Include the name and version of your operating system and the exact text of all error messages. If this information is included in an online case submission or provided to a support representative, it will greatly speed up the troubleshooting process.

Please be aware that some troubleshooting may require uninstallation and reinstallation of operating system files. To ensure that this type of troubleshooting can be accomplished if required, please be sure that you have to have original Operating System CD or Operating system source files on disk on hand.