-
Website
http://www.scripting.com/ -
Original page
http://www.scripting.com/stories/2009/09/23/aQuestionForDnsGurusOutThe.html -
Subscribe
All Comments -
Community
-
Top Commenters
-
eas
55 comments · 4 points
-
AndrewBurton
134 comments · 10 points
-
Michael Markman (Mickeleh)
154 comments · 15 points
-
Rex Hammock
52 comments · 9 points
-
malatmals
81 comments · 3 points
-
-
Popular Threads
-
Open is in the eye of the beholder. (Scripting News)
1 day ago · 13 comments
-
Store Twitter URLs in earth's oceans? (Scripting News)
3 days ago · 16 comments
-
Why today's Twitter is like Napster in Y2K. (Scripting News)
4 days ago · 15 comments
-
If you wrote the words you own the copyright. (Scripting News)
3 days ago · 7 comments
-
How open standards are created. (Scripting News)
6 days ago · 11 comments
-
Open is in the eye of the beholder. (Scripting News)
How do you know it's not resolving to your IP addresses?
JoeC
I guess I'm over eager it's only been 5 or 6 hours since I got the notice.
But when I use this (http://network-tools.com/nslook/Default.asp) to do an nslookup, it sees that slicehost has it. Should probably fix itself soon. Assuming that you've gotten word within the last few hours, of course. If it's been a day, then I'd start to wonder.
dig r2.ly
; <<>> DiG 9.6.0-APPLE-P2 <<>> r2.ly
;; global options: +cmd
;; connection timed out; no servers could be reached
I am also unable to do a WHOIS query on the domain too, which points me back to thinking that the registrar messed something up on their end when it comes to the nameservers or activating the domain.
DIG website tool is showing your r2.ly domain lacks the full "A" record configuration (possible cause?) http://tools.whois.net/index.php?fuseaction=ipa...
Yep, as others mentioned here... one must wait for DNS propogation to take affect for any new DNS changes (sometimes a full day), which are purely dependent upon global internet "Name Servers" for propogating your new DNS info. Sometimes I accelerate this process by repeatedly "pinging" the new domain name to cause the name servers to return new info.
Use the Dig website referenced above and also download OstroNet freebie software tool for DNS troubleshooting.
See also http://rscott.org/dns/a.html for more on A records.
Cheers!
@SusanBeebe
r2.ly SOA IN ns1.slicehost.net hostmaster@r2.ly
serial 2009092103
refresh 28800
retry 7200
expire 604800
minimum 3600
r2.ly NS IN ns1.slicehost.com
r2.ly NS IN ns2.slicehost.com
r2.ly NS IN ns2.slicehost.com
r2.ly NS IN ns1.slicehost.com
ns1.slicehost.com A IN 67.23.4.57
ns2.slicehost.com A IN 173.45.224.132
There seem to be 5 name servers for .ly. As far as I can tell, they all respond correctly by pointing to ns1.slicehost.com and ns2.slicehost.com. But these servers don't appear to respond to r2.ly, which would suggest that you either did not set this up correctly with Slicehost, or it takes some time for Slicehost's name servers to add a new domain.
Here's a transcript of my queries: http://gist.github.com/192471
You can see on lines 60 and 80 and the two Slicehost servers both respond NXDOMAIN, which means that the domain doesn't exist.
The Slicehost servers respond with a SOA record on r2.ly, so it appears that it knows something about the domain name. And s3.r2.ly seems to work! See here: http://gist.github.com/192484
But you pointed s3.r2.ly at s3.amazonaws.com.r2.ly ; I think what happened is that you just typed in s3.amazonaws.com into the field and Slicehost appended the .r2.ly. It will probably work correctly if you type in s3.amazonaws.com. with a period at the end.
I think you just fixed something as I was typing, because now the A record at r2.ly is also correct: http://gist.github.com/192489
the SOA record tied to ns1.slicehost.NET and
the A record tied to ns1.slicehost.COM.
Not sure if that's a correct configuration or not? Is it .net or .com - notice the different IPs there, etc.
1. in the domain's settings, add an NS record with the name 'r2.ly.' and data 'ns1.slicehost.net.' (both values without quotes, and note the period at the end of each).
2. add two more NS records with the same value for Name, and 'ns2.slicehost.net.' and 'ns3.slicehost.net.'
I don't think it matters whether it's .com or .net since the .com resolves to the same IPs as .net, but it does require that the NS records are added too.
They have some pretty good documentation on DNS at http://articles.slicehost.com/2007/10/24/creati...
Non-authoritative answer:
Name: r2.ly
Address: 67.121.212.61
Dave, the only problem I can see now is that you still have s3.amazonaws.com without the dot at the end for s3.r2.ly. If you add the dot, so it's s3.amazonaws.com. then everything should be fine.
Update: This seems to be correct now.
http://images.scripting.com/archiveScriptingCom...
I love the internet :)
rs.ly seems to be some Ruby on Rails site hosted at Dreamhost.
http://www.adjix.com/WebObjects/Adjix.woa/
I pinged the domain and got this IP 67.121.212.61, which looks right.
Thought it might be my corporate IT DNS caching, but I checked my phone too and got the same result.
dig www.r2.ly NS