Now, let me ask you this... you said you did a few things which I would have recommended right off the bat, but in a different order:
- Using "netsh int ip bla,bla" did not fix the problem.
- As per a Microsoft article related to the problem, I tried deleting the HKLM\System\CurrentControlSet\Services Winsock and Winsock2 entries and then reinstalling the TCP/IP protocol- still no change.
What you might want to try is doing it in a different order. Remove the Winsock stuff, then restart. Then, reinstall TCP/IP on one of the interfaces, then restart. After that, run
netsh int ip reset log.txt. That's worked wonders on a lot of systems I've had to fool with. Also, it wouldn't hurt running
ipconfig /flushdns.
Other than that, I'd suggest either running
sfc /scannow, a repair reinstallation, or the big one-- an OS reinstall. I'd say about 6 out of 10 of these issues I've encountered have resulted in an OS reinstall.
For detailed instructions on the Winsock fix, check out this link:
http://support.dell.com/us/en/kb/doc...asp?dn=1088678