Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: reverse dns on linode
PostPosted: Wed Mar 16, 2011 10:37 pm 
Offline
Senior Newbie

Joined: Wed Mar 16, 2011 10:24 pm
Posts: 5
Website: http://jokefire.com/
Location: NJ
hello linode

I have an instance that I am looking to turn into a zimbra server. As you might already know DNS is very important to setting up zimbra. And of course for zimbra and postfix in general it's important to get your reverse dns right.

Well I set up my reverse DNS in the linode interface by going to remote access -> reverse dns and added the A record for my mail server in the format mail.jokefire.com. My ip address is correctly returned by the linode system.

This was about two days ago. Yet when I do a host -t ptr on this a record I get this response:

[bluethundr@bluethundr-laptop:~]#host -t ptr mail.jokefire.com
mail.jokefire.com has no PTR record

I am assuming at this point that this is a flaw in the linode system. How can I get past this error?

thanks


Top
   
 Post subject:
PostPosted: Wed Mar 16, 2011 10:53 pm 
Offline
Senior Member
User avatar

Joined: Sun Aug 10, 2008 11:26 am
Posts: 104
Location: ~$
The hostname doesn't get a ptr record for reverse DNS. You have to put the IP address in little-endian byte order, append .in-addr.arpa, and then look up the ptr record for that. `host` does that last part for you.

Code:
$ host mail.jokefire.com
mail.jokefire.com has address 173.255.227.79
$ host -t ptr 173.255.227.79
79.227.255.173.in-addr.arpa domain name pointer mail.jokefire.com.
$


It's working fine.


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


Who is online

Users browsing this forum: No registered users and 1 guest


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