damn netsh
Tried network wizard?
// Starts EDIT section
I found another forum with NETSH using on network problems. There's also a test procedure to check the problems:
netdiag /test:winsock /v
quote:
Originally posted by JohnWill @ Tech Support Guy Forusm
TCP/IP stack repair options for use with Windows XP with SP2.
For these commands, Start, Run, CMD to open a command prompt.
Reset WINSOCK entries to installation defaults: netsh winsock reset catalog
Reset TCP/IP stack to installation defaults. netsh int ip reset [log_file_name]
Note: the log_file_name needs to be specified, e.g. netsh int ip reset reset.log
Reboot and test. If that fails, do this:
Open a DOS window and type:
IPCONFIG /ALL >C:\RESULT.TXT
Open C:\RESULT.TXT with Notepad and copy/paste the entire results here.
Fore more info the URL of this is
http://forums.techguy.org/archive/t-401312.html
// End of edit section