DNS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsSystem AdministrationDNS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old July 25th, 2011, 07:05 AM
MikeEller MikeEller is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Location: NC
Posts: 7 MikeEller User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 7 m 28 sec
Reputation Power: 0
Send a message via AIM to MikeEller
Reverse DNS

I have inherited a network that was partially complete.
The DNS was already setup.
I have a router at my location with an internal IP schema....lets say 10.10.10.0.
My connection to the outside world goes through a circuit to another router at another location. This router broadcasts my network with a different IP Schema...lets say 218.27.212.0.
When I send an email to a specific entity, they are using rDNS. My emails get quarantined because my rDNS response does not return correctly.....actually no name is returned for the IP address.
How do I go in on my DNS server and address this IP address that is broadcasted by the router (the 218.27.212.0 IP). That is what the recipient system is seeing. Can I put a pointer record in my dns for this?

Thanks for any and all assistance.
Mike

Reply With Quote
  #2  
Old July 25th, 2011, 07:26 AM
CaptPikel CaptPikel is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2010
Location: Florida
Posts: 248 CaptPikel User rank is Lance Corporal (50 - 100 Reputation Level)CaptPikel User rank is Lance Corporal (50 - 100 Reputation Level)CaptPikel User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 3 Days 15 h 26 m 11 sec
Reputation Power: 3
It's doubtful you are authoritative for your reverse. This is usually the ISP's area and they don't like delegating it out. Contact your ISP first and see if they can set one up. If they say it's delegated to you, you'll need to set up a zone for it in the DNS server.

Reply With Quote
  #3  
Old July 25th, 2011, 07:50 AM
MikeEller MikeEller is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Location: NC
Posts: 7 MikeEller User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 7 m 28 sec
Reputation Power: 0
Send a message via AIM to MikeEller
Quote:
Originally Posted by CaptPikel
It's doubtful you are authoritative for your reverse. This is usually the ISP's area and they don't like delegating it out. Contact your ISP first and see if they can set one up. If they say it's delegated to you, you'll need to set up a zone for it in the DNS server.


This is not through an ISP. It is on a GOV network. I am told I am authoritative. I have not control/access to router broadcasting external IP. So if I set up a zone on my DNS server, do I just setup the pointer or a complete zone with pointer or alias to the internal? I am learning DNS as I go....and like I said...I was handed this network that was partially completed and what was done was not necessarily correct. So I am working through it.
Thanks for the assistance.
Mike

Reply With Quote
  #4  
Old July 25th, 2011, 09:50 AM
CaptPikel CaptPikel is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2010
Location: Florida
Posts: 248 CaptPikel User rank is Lance Corporal (50 - 100 Reputation Level)CaptPikel User rank is Lance Corporal (50 - 100 Reputation Level)CaptPikel User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 3 Days 15 h 26 m 11 sec
Reputation Power: 3
It will need to be entered in whatever you have been delegated. I'm assuming the zone is 212.27.218.in-addr.arpa, but you'd need to double check that. That is where you would create the PTR record. PTR records won't load in a zone like example.com since it would be considered out of zone data. You might be able to do it playing around with $ORIGIN, I've never tried that actually. But I'd recommend it's own specific zone.

I don't know if you're using Windows or BIND(hopefully BIND), but the below relative articles should help in setting it up.

http://technet.microsoft.com/en-us/library/cc961414.aspx
http://www.zytrax.com/books/dns/ch3/

Reply With Quote
  #5  
Old July 25th, 2011, 10:33 AM
MikeEller MikeEller is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Location: NC
Posts: 7 MikeEller User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 7 m 28 sec
Reputation Power: 0
Send a message via AIM to MikeEller
Quote:
Originally Posted by CaptPikel
It will need to be entered in whatever you have been delegated. I'm assuming the zone is 212.27.218.in-addr.arpa, but you'd need to double check that. That is where you would create the PTR record. PTR records won't load in a zone like example.com since it would be considered out of zone data. You might be able to do it playing around with $ORIGIN, I've never tried that actually. But I'd recommend it's own specific zone.

I don't know if you're using Windows or BIND(hopefully BIND), but the below relative articles should help in setting it up.


Unfortunately it is Windows...not by choice.
I will check out the articles provided and get back.
Thanks,
Mike

Reply With Quote
  #6  
Old July 25th, 2011, 01:07 PM
MikeEller MikeEller is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Location: NC
Posts: 7 MikeEller User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 7 m 28 sec
Reputation Power: 0
Send a message via AIM to MikeEller
Quote:
Originally Posted by MikeEller
Unfortunately it is Windows...not by choice.
I will check out the articles provided and get back.
Thanks,
Mike


OK....I went through the articles....a lot of good information.
But I think my issue is somewhat different. My DNS server is setup on and for my internal network (10.10.10.0) To the outside world, I look like 212.27.218.x. So how/where in my DNS do I put an entry? Do I create a forward lookup zone for this? And then a reverse lookup zone? or just a reverse zone?
Locations I am sending emails to that are getting blocked say they error saying no rdns for 212.27.218.x. So I am at a loss on how to address this within the DNS I can control.
Regards,
Mike

Reply With Quote
  #7  
Old July 25th, 2011, 01:37 PM
CaptPikel CaptPikel is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2010
Location: Florida
Posts: 248 CaptPikel User rank is Lance Corporal (50 - 100 Reputation Level)CaptPikel User rank is Lance Corporal (50 - 100 Reputation Level)CaptPikel User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 3 Days 15 h 26 m 11 sec
Reputation Power: 3
Zones are zones. Forward lookups and reverse lookups follow the same resolution process(start at the top and follow the hints). Personally I don't think about them as being different lookup methods. A DNS lookup is simply what is happening.

The domain name where the PTR resides would be something like 212.27.218.in-addr.arpa and formatted something like this (at least in BIND...):

Code:
$TTL 2600
212.27.218.in-addr.arpa             IN      SOA   ns1.yourserver.com. admin.yourserver.com. (
                              2011072500
                              3h
                              15m
                              2w
                              1h
                              )
212.27.218.in-addr.arpa.              IN      NS      ns1.yourserver.com.
212.27.218.in-addr.arpa.              IN      NS      ns2.yourserver.com.
1             IN      PTR     www.yourserver.com.
2             IN      PTR     test.yourserver.com.
54            IN      PTR     mail.yourserver.com.
0            IN      PTR     ftp.yourserver.com.


All the PTR records in the zone are doing is pointing to canonical names. In the point of a mail server, you usually want the IP and FQDN to resolve to each other(better understood as saying the forward and reverse mirror eachother). Knowing Microsoft, there may be something weird you have to do or they may have it worded poorly but I haven't touched a Microsoft server in years so I'm not sure. That Microsoft article looks to explain it but I have no way to check on it.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationDNS > Reverse DNS

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap