| Linode Forum https://forum.linode.com/ |
|
| Where does rdns entry originate? https://forum.linode.com/viewtopic.php?f=19&t=8522 |
Page 1 of 1 |
| Author: | bryantrv [ Sun Mar 04, 2012 5:35 pm ] |
| Post subject: | Where does rdns entry originate? |
I'm having a go-round with my isp. I have a send only postfix server on my 'node, and have it set to reject connections with no reverse hostname. At home, I'm on Road Runner cable (and have been for 10 years), and this last week I started being blocked from sending email because my home ip address has no reverse dns entry. I've tried on several dns servers from my local machine and from my node.and get the same servfail response: Code: linpear:~# nslookup 184.90.253.228 So- my question- where does the rdns entry come from? )Again- this isn't a Linode problem). |
|
| Author: | glg [ Sun Mar 04, 2012 6:41 pm ] |
| Post subject: | Re: Where does rdns entry originate? |
bryantrv wrote: I'm having a go-round with my isp. I have a send only postfix server on my 'node, and have it set to reject connections with no reverse hostname. At home, I'm on Road Runner cable (and have been for 10 years), and this last week I started being blocked from sending email because my home ip address has no reverse dns entry. I've tried on several dns servers from my local machine and from my node.and get the same servfail response:
Code: linpear:~# nslookup 184.90.253.228 So- my question- where does the rdns entry come from? )Again- this isn't a Linode problem). The owner of that subnet (roadrunner) is responsible for it. A simple way around it would be an ssh tunnel |
|
| Author: | hoopycat [ Sun Mar 04, 2012 6:55 pm ] |
| Post subject: | |
This is very handy for troubleshooting this sort of thing: Code: dig -x 184.90.253.228 +trace Looks specific to your IP; my reverse DNS on the same set of nameservers (dns*.rr.com) is fine. -rt |
|
| Author: | bryantrv [ Sun Mar 04, 2012 7:56 pm ] |
| Post subject: | |
Thanks- hoopycat, I'm not sure what this is telling me- Code: chris@Phoenix-mepis:~$ dig -x 184.90.253.228 +trace I just wasn't sure about the interaction of their dhcp server (I'm on a dynamic ip at home) and which name server was providing the rdns entry. |
|
| Author: | hoopycat [ Sun Mar 04, 2012 9:37 pm ] |
| Post subject: | |
It tells you that 184.90.*.* is handled by the five nameservers listed at the end there, and DNS6.RR.COM knows nothing about your particular IP. DHCP doesn't directly impact this, although if you got a new IP address recently, it's possible the new one just doesn't have reverse DNS configured. Good luck! |
|
| Author: | Stever [ Mon Mar 05, 2012 11:23 am ] |
| Post subject: | |
The postfix check for missing reverse hostname is useful only because it is somewhat common for ISP's to supply IP addresses with no rDNS entry. That check really only makes sense for incoming mail. Assuming you are using SASL, you should probably have a permit_sasl_authenticated entry above any DNS checks. |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|