| Linode Forum https://forum.linode.com/ |
|
| reverse dns on linode https://forum.linode.com/viewtopic.php?f=11&t=6836 |
Page 1 of 1 |
| Author: | bluethundr [ Wed Mar 16, 2011 10:37 pm ] |
| Post subject: | reverse dns on linode |
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 |
|
| Author: | funkytastic [ Wed Mar 16, 2011 10:53 pm ] |
| Post subject: | |
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 It's working fine. |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|