Thread: network issue.
View Single Post
Old 12-10-2007, 07:00 PM   #7 (permalink)
zero2
Junkie
 
zero2's Avatar
 
This worked for me, when I ran into the limited connectivity problem:

First open command prompt: (Start->Run->cmd)

In the command prompt type in:
Code:
netsh winsock reset catalog
Next type in:

Code:
netsh int ip reset reset.log
Lastly make sure to get the following patch from microsoft:
Code:
http://www.microsoft.com/downloads/details.aspx?FamilyID=17d997d2-5034-4bbb-b74d-ad8430a1f7c8&DisplayLang=en
Oh, and if you use a hub/router, unplug it for a 1 minutes then plug everything back in.
zero2 is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46