networking-forum.com
Community BlogCommunity Wiki * Register  * Search  * Login
View unanswered postsView active topics

All times are UTC - 6 hours [ DST ]



Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: dns - reverse lookups
PostPosted: Tue Jun 19, 2012 11:16 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Tue Aug 21, 2007 2:15 pm
Posts: 8260
Location: Frederick MD
Certs: Instanity
implementers,

how are you guys dealing with IPv6 reverse lookups
particularly in government or commercial spaces.

_________________
"If you're good at anticipating the human mind. It leaves nothing to chance."
-Jigsaw


Top
 Profile  
 
PostPosted: Thu Jun 21, 2012 11:52 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Tue Aug 21, 2007 2:15 pm
Posts: 8260
Location: Frederick MD
Certs: Instanity
well I did find 1 thing harder than IPv6...
IPv6 in reverse. :)

_________________
"If you're good at anticipating the human mind. It leaves nothing to chance."
-Jigsaw


Top
 Profile  
 
PostPosted: Thu Jun 21, 2012 12:09 pm 
Offline
CCIE #38070
CCIE #38070
User avatar

Joined: Wed Jun 18, 2008 7:49 am
Posts: 12424
Location: London, UK
Certs: CCIE ,CC-NP/IP, JNCIP-SP, JNCIS-ENT, BC-/SPNE/NP
At the moment we use bind to do the reverse lookups. Servers aren't my forte so I can't say exactly how it's all going, but it's similar to a reverse IPv4 record.

So you'll have something like 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.2.a.e.1.0.0.2.ip6.arpa with your records inside.

Your DNS server needs to be speaking IPv6 and have a route to the internet so other IPv6 servers can query you of course.



This is just temporary and we are looking at getting a 3rd party tool...

_________________
www.mellowd.co.uk/ccie/


Top
 Profile  
 
PostPosted: Thu Jun 21, 2012 3:37 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Tue Feb 22, 2011 9:40 am
Posts: 1269
Location: Lincoln, NE
Certs: CCNA, MCDST, MCP, A+
Infoblox appliances for us. We have two of them running dual-stack.


Top
 Profile  
 
PostPosted: Fri Jun 22, 2012 10:09 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Tue Aug 21, 2007 2:15 pm
Posts: 8260
Location: Frederick MD
Certs: Instanity
BlueLuke wrote:
mellowd wrote:
So you'll have something like 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.2.a.e.1.0.0.2.ip6.arpa with your records inside.


Gah, that's crazy to type in,



That's just the file name :)

The records in the file will look something like
Code:
$ORIGIN 0.0.0.0.b.0.0.0.1.2.a.e.1.0.0.2.ip6.arpa.

1.0.0.0.1.0.0.0.0.0.0.0.0.0.0.0         IN      PTR     example1.org.
1.0.0.0.2.0.0.0.0.0.0.0.0.0.0.0         IN      PTR     subdomain.example1.org.
1.0.0.0.3.0.0.0.0.0.0.0.0.0.0.0         IN      PTR     example2.org.

_________________
"If you're good at anticipating the human mind. It leaves nothing to chance."
-Jigsaw


Top
 Profile  
 
PostPosted: Fri Jun 22, 2012 11:50 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Tue Feb 22, 2011 9:40 am
Posts: 1269
Location: Lincoln, NE
Certs: CCNA, MCDST, MCP, A+
This is a sample direct from DNS and BIND on IPv6 pg.6...
Code:
As with IPv4 reverse-mapping zones, IPv6 reverse-mapping zones mostly contain PTR
records. And as with any zone, they must contain one SOA record and one or more NS
records. Here’s what the beginning of that zone looks like:

$TTL 1d
@ IN SOA terminator.movie.edu. hostmaster.movie.edu. (
2011030800 ; Serial number
1h ; Refresh (1 hour)
15m ; Retry (15 minutes)
30d ; Expire (30 days)
10m ) ; Negative-caching TTL (10 minutes)

IN NS terminator.movie.edu.
IN NS wormhole.movie.edu.

3.d.0.0.0.0.0.0.0.0.0.0.0.0.0.0 PTR suckerpunch.v6.movie.edu.
4.d.0.0.0.0.0.0.0.0.0.0.0.0.0.0 PTR super8.v6.movie.edu.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


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
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group