Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Sat Feb 17, 2007 5:49 am 
Offline
Senior Newbie

Joined: Sat Feb 17, 2007 5:46 am
Posts: 5
Website: http://novak.no-ip.org
I just moved to linode, and I am trying to setup my DNS records for a domain im adding. I think im doing something wrong becuse when i dig the domain name, i don't get anything in the ANSWER section.

I logged in to the DNS management and then clicked on the domain i want to add an A record for, then clicked "New A/AAA Record" and typed the domain name as the hostname and entered the IP i was given. When i click "Add", it shows up as "www" in the list of A records.

Is that correct? Am i doing something wrong?

Cheers,
xaez


Top
   
 Post subject:
PostPosted: Sat Feb 17, 2007 4:21 pm 
Offline
Senior Member

Joined: Fri Aug 06, 2004 5:49 pm
Posts: 158
I think the form for adding A/AAA records is misleading. It shows an example using "www.example.com", but it really actually needs the virtual host name, not the full domain. If you are just adding a record for your top level domain (ie: example.com), then you should leave the hostname field blank (or I think using "@" should work as well). If you are adding a record for "www.example.com", you would specify "www" in the hostname field.


Top
   
 Post subject:
PostPosted: Sat Feb 17, 2007 9:13 pm 
Offline
Senior Newbie

Joined: Sat Feb 17, 2007 5:46 am
Posts: 5
Website: http://novak.no-ip.org
Cool, and how long does it normally take to propagate to the dns servers? The change has been made on the domain but dig is still returning the same results. Works fine in my browser.

Code:
$ dig dpn.name

; <<>> DiG 9.2.2 <<>> dpn.name
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 56026
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;dpn.name.                      IN      A

;; AUTHORITY SECTION:
dpn.name.               8143    IN      SOA     ns1.linode.com. davidnovakovic.gmail.com. 2007021706 7200 7200 1209600 86400

;; Query time: 47 msec
;; SERVER: 131.244.14.1#53(131.244.14.1)
;; WHEN: Sun Feb 18 11:11:05 2007
;; MSG SIZE  rcvd: 97


Top
   
 Post subject:
PostPosted: Mon Feb 19, 2007 10:07 pm 
Offline
Senior Member

Joined: Fri Aug 06, 2004 5:49 pm
Posts: 158
Depends on what your cache timeout settings are. From here, it looks like it's updated and working:

Code:
;; QUESTION SECTION:
;dpn.name.                      IN      A

;; ANSWER SECTION:
dpn.name.               86400   IN      A       64.71.152.86

;; AUTHORITY SECTION:
dpn.name.               86400   IN      NS      ns2.linode.com.
dpn.name.               86400   IN      NS      ns1.linode.com.

;; ADDITIONAL SECTION:
ns1.linode.com.         3600    IN      A       69.93.127.10
ns2.linode.com.         3600    IN      A       65.19.178.10

;; Query time: 128 msec
;; SERVER: 67.18.92.7#53(67.18.92.7)
;; WHEN: Mon Feb 19 19:03:25 2007

You can use dig to check a specific name server instead of your usual ISP settings (which will likely be cached) to get the info directly from the source like so:

Code:
dig @ns1.linode.com dpn.name


Top
   
 Post subject:
PostPosted: Tue Feb 20, 2007 4:54 am 
Offline
Senior Newbie

Joined: Sat Feb 17, 2007 5:46 am
Posts: 5
Website: http://novak.no-ip.org
Awesome, thanks. Yep all working fine now :)

Ta for the tip.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group