|
Finally....
Hi there,
I had the exact same problem, and it confounded me. I went through many different procedures in an attempt to stop this "The Connection Was Refused When Attempting To Connect to rd.yahoo.com." error message. I also had several other sites which returned the same error. The problem manifested itself no matter which browser I used, but other computers on the LAN could access these pages. This told me that it couldnt be the router/firewall, unless there was a specific rule set up for my IP. This wasn't so, so I knew the problem was a local networking fault.
I picked apart Windows Networking and cleaned it, then reassembled it...but still no joy at all. I had flushed the DNS cache, reset all the default settings for internet and networking...nada.
I was pulling my hair out when it occured to me to check the hosts file.
For those of you which have never heard of the hosts file, it is common to all platforms (to the best of my knowledge) which utilise TCP/IP for communications. It is a file where you may enter the IP address of a particular site/computer/service and give a corrisponding hostname to it. The computer will from then on use that reference for that hostname/ip, rather than go to an external dns server to lookup the ip of a requested host.
The file, under Windows XP is located
C:\WINDOWS\system32\drivers\etc\hosts
Under Windows 9x, you can find it under C:\windows\system32 I think, but you may have to do a find file for it.
Once you open the file, it should resemble something like this
127.0.0.1 localhost
it may or may not contain further entries, and if you have the problem discussed in this thread, you should find an entry like this;
127.0.0.1 rd.yahoo.com
or similar. Dont worry about the IP, it may be set to something different...I myself had ad-blocking software installed some time ago (which has also been removed for some time), which had entered 100's of these entries to prevent ads from being displayed on webpages. For some reason, in their infinate wisdom, the manufacturers the software included rd.yahoo.com as a blocked site, and thus entered in the corrisponsing entry in the hosts file.
I hope this helps somewhat...it was a frustrating problem I was delighted to see the back of.....And judging by the problems you guys describe, then I am confident that this fix will work for you...
Cheers
Keith
|