This is a thoruogh solution that I use in a lot of cases, as well as this in this sort of thread.....
~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~
~~~~~~~~~~
~~~~~~~~~~
~~~~~~~~~~
~
Are the following services started, and set to automatic in Start>run>services.msc.....
Network Connections
DHCP
DNS
Netbios TCP Helper
Make sure that you can ping by name and/or IP address.....
Start>run>cmd.exe
ping 4.2.2.2
ping google.com
Do both of these fail, or just one?
To totally rebuild your network connections.....
Go to the Device Manager>Network Adapters, and remove ALL NIC's from the device manager..
In the Device Manager, select View>Show Hidden Devices
(If the Show Hidden devices is not present, do the following command from a command prompt..)
start>run>cmd
set devmgr_show_nonpresent_dev
ices=1
More information on that command here....
Device Manager does not display devices that are not connected to the Windows XP-based computer
http://support.microsoft.com/kb/315539Go back to Network Adapters in the Device Manager, and make sure your adapters are all gone, including any older ones. (there will be several ' miniport' devices that are not able to be uninstalled....)
Then....
Start>run>CMD.exe
netsh int ip reset reset.log
netsh firewall reset
netsh winsock reset
Reboot and let Windows reinstall them...
Then make sure that the SP2/3rd party firewalls are all disabled, and retest....
For extreme cases, where TCPIP is totally shot.......
How to remove and reinstall TCP/IP on a Windows Server 2003 domain ...
http://support.microsoft.com/kb/325356This article allws you to UNINSTALL (yes, uninstall, by removing the limitation that greys out the uninstall button) and reinstall TCPIP (not just resetting the stack). I have tested this, and it does work. For XP though, please start with line 5.