I wrote this because, for the past several days, I have been unable to connect to BF from home anymore, but I can (during the day) from work. I use Firefox, but to exclude the issue as being FF specific, I tried IE -- no luck. My second thought, once I concluding that it isn't browser-specific, was that it might be a DNS issue. I'm running Windows (XP), so I opened up a "DOS box" with cmd, and cleared my DNS cache using:
Then I tried pinging BladeForums:
ping www.bladeforums.com
Pinging www.bladeforums.com [216.26.177.84] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 216.26.177.84:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
Even though the ping test led me to believe that I wouldn't be able to connect, I tried FF and IE again; still no joy.
Thinking that perhaps my Internet provider's DNS server might not have the right IP address for BladeForums, I tried setting up to use the OpenDNS webservers:
1) Right-click "My Network Places" and select Properties
2) Right-click "Local Area Connection" and select Properties
3) Scroll down to "Internet Protocol (TCP/IP), click on it, then click the Properties button
4) Change the General tab "Obtain DNS server address automatically" radio button to "Use the following DNS server addresses"
5) Specify 208.67.222.222 and 208.67.220.220 as Preferred and Alternate DNS servers (as noted on the bottom of
https://www.opendns.com/start/)6) Click OK and Close buttons to exit "Local Area Connection" Properties
7) Clear the local DNS cache again: Start -> Run... -> cmd -> ipconfig -flushdns
8) I still couldn't ping
www.bladeforums.com nor get a response using a browser.
I had one more place to look, and while I was confident that it wasn't the problem, darned if that wasn't exactly where it was. In Windows, there is a file that allows you to bypass DNS when resolving a URL to an IP address; in Windows XP, that file is:
C:\WINDOWS\system32\drivers\etc\HOSTS
I found that I had made the entry:
216.26.177.84 www.bladeforums.com
Once I saw that, I remembered that the last time BladeForums did a major upgrade and changed their IP address, my ISP was very slow in picking up the change, which prevented me from getting to BladeForums by URL, so I'd added that entry to my HOSTS file. I commented out the 216.26.177.84 entry and flushed my DNS again, then tried another ping. The ping still times out, but now
www.bladeforums.com resolves to IP: 199.85.240.180 and I can reach Bladeforums just fine using Firefox (I wonder why ping doesn't work??).
Anyway, while this is a round-about way of saying that BladeForums changed their IP address on 08-31-2009 -- see
http://www.bladeforums.com/forums/showthread.php?t=671923 (or
http://199.85.240.180/forums/showthread.php?t=671923 if that doesn't work for you). Also, perhaps my description of how I went about troubleshooting the problem, and what I'd done to cause it in the first place will be helpful to someone.