Skip to main content

Now You See It, Now You Don't, Now You See It Again?

Last month, we learned that Google Apps DNS server "66.249.81.121" was permanently out of service.
66.249.81.121 is gone forever. Removing that A record will help.


This evening, I was examining one custom domain "solution", which looked a bit dodgy.

mydomain.com. 10800 IN A 66.249.91.121
www.mydomain.com. 10800 IN CNAME ghs.google.com.

Now, we have "66.249.91.121". A quick HTTP trace shows:

Sending request:

GET / HTTP/1.1
Host: mydomain.com

• Finding host IP address...
• Host IP address = 66.249.91.121

Receiving Header:
HTTP/1.1·302·Moved·Temporarily(CR)(LF)
Location:·http://www.ertmc.ro/(CR)(LF)

Yes, it is alive.

C:\>ping 66.249.91.121

Pinging 66.249.91.121 with 32 bytes of data:

Reply from 66.249.91.121: bytes=32 time=332ms TTL=242
Reply from 66.249.91.121: bytes=32 time=378ms TTL=242
Reply from 66.249.91.121: bytes=32 time=321ms TTL=242
Reply from 66.249.91.121: bytes=32 time=311ms TTL=242

Ping statistics for 66.249.91.121:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 311ms, Maximum = 378ms, Average = 335ms

The dead rise again. But, Halloween was a couple weeks ago.
Cue spooky music.

(Update 11/12): I was just informed by a very authoritative source that "66.249.91.121" is not a replacement for "66.249.81.121", and won't remain available. My recommendation, for an asymmetrical DNS configuration, remains:

mydomain.com. 14400 IN A 64.233.179.121
mydomain.com. 14400 IN A 72.14.207.121
www.mydomain.com. 14400 IN CNAME ghs.google.com.


>> Top

Comments

Popular posts from this blog

Add A Custom Redirect, If You Change A Post URL

When you rename a blog, the most that you can do, to keep the old URL useful, is to setup a stub post , with a clickable link to the new URL. Yo! The blog is now at xxxxxxx.blogspot.com!! Blogger forbids gateway blogs, and similar blog to blog redirections . When you rename a post, you can setup a custom redirect - and automatically redirect your readers to the post, under its new URL. You should take advantage of this option, if you change a post URL.

Referer Spam Is Annoying - And, It's Persistent

Recently, we've seen a few blog owners who are curious about odd trends in their Stats displays. My numbers seem to go up steadily for a while, then drop. Then, they go up again, for a while, then drop again. Rises and falls in traffic are normal. You'll never have the same number of people, viewing your blog, constantly. During some days and some hours, our readers are going to be elsewhere, and not viewing our blogs.

Jump Break Is Visible Only In An Index Page

Some blog owners are unsure what a Jump Break looks like, when applied to their blogs. Occasionally, in Blogger Help Forum: Get Help with an Issue , we see the confusion. Where's the Jump Break? or I added a Jump Break to several posts, but it never shows up! When asked for a screen print of what they're seeing, they may provide a image of the post, in the Post Editor Preview window - or possibly, the published post, but in post page view.