LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-19-2010, 12:11 PM   #1
ZAMO
Member
 
Registered: Mar 2007
Distribution: Redhat &CentOS
Posts: 598

Rep: Reputation: 30
Reverse DNS entry


Hi All,

I have one of my mail address being blocked by a service provider , stating that , the IP from which it delivered does not have a reverse DNS entry . But it is configured with a PTR and A record and they are resolving .

What i found is that , the PTR and A record for the internal DNS record ie ., within the network and not for the public network . Will i make the same A/PTR record to be available in public as well? We have a bind server running and there are so many domains available in public using the same DNS server. Please suggest
 
Old 10-19-2010, 01:48 PM   #2
Skaperen
Senior Member
 
Registered: May 2009
Location: center of singularity
Distribution: Xubuntu, Ubuntu, Slackware, Amazon Linux, OpenBSD, LFS (on Sparc_32 and i386)
Posts: 2,681
Blog Entries: 31

Rep: Reputation: 176Reputation: 176
If the IP address needs to be accessed from public (if your ISP is blocking it, apparently that is your need), then it needs to have the reverse DNS configured (in the reverse zone delegated by your ISP), and the hostname given on that reverse DNS needs to have that IP address as one of the addresses given.

Here is a real world example done right:

Code:
linux.org.		43200	IN	MX	10 mail.linux.org.
mail.linux.org.		43200	IN	A	198.182.196.60
60.196.182.198.in-addr.arpa. 43200 IN	PTR	mail.linux.org.
Note that this is the incoming mail being shown. If outgoing mail is on a different server, and comes out via a different IP address, then you need to make sure the PTR record for that IP is set up, and its hostname has an A record entry with that IP address.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
reverse lookup entry in DNS configuration using BIND bzlaskar Linux - Server 1 05-14-2007 03:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 04:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration