04-01-2011 02:46 AM - edited 03-01-2019 05:26 PM
Hi,
I am working on my first project to place IPv6 users on IPv4 Internet. I see 2 challenges :
- NAT 6to4 with IPv4 interface address (overload)
- DNS6 request (DNS ALG, it seems to be only in the book and nowhere else...)
How can I fix those 2 items ?
Thank you in advance !
Solved! Go to Solution.
05-04-2011 09:51 AM
There are a few options.
What is the scale of the intended operation? Tens of hosts? Hundreds of hosts? Thousands? More?
04-01-2011 05:01 AM
kindly see my post with name : Implementation of NAT64 & DNS64
04-01-2011 05:11 AM
I had just read it!
Your setup is also more "complex" than what I am planning to have with BGP, a public ASN, a tunnel to a IPv6 broker, an external server for the NAT'ing...
I just need to NAT 4to6 with overload to a unique public IPv4 address, and a DNS-ALG type of solution so that DNS request from IPv6 customer are intercepted by the router, translated back and forth to an IPv4 DNS...
The docs on this site about ipv6 talks about all this but do not show the configuration, neither for the NAPT-PT nor for the DNS6to4. For the NAT'ing, I can always have my router make the conversion 6to4 wit dynamic IPv4 pool, then NAT'ed to a unique public address on my ASA. Not elegant but it will work. But for the DNS, I am stuck, for the time being! NAT-PT DNS-ALG is supposed to do that according to the IPv6 ciscopress book..but no sample config in sight!
What do you think ?
Thanks!
PS : I love your setup, we are not that ambitous for the time being!
05-03-2011 09:06 AM
OK, let me summarize the problem:
What you are asking for is "Stateful NAT64" I believe, which maintains a table mapping the IPv6 addresses/ports to the single IPv4 address.
Is that correct?
What platform(s) are you using?
05-04-2011 12:23 AM
we will purchase whatever is necessary! In addition to what you mention, I need DNS64, so that Internet will work!
thank you
05-04-2011 09:51 AM
There are a few options.
What is the scale of the intended operation? Tens of hosts? Hundreds of hosts? Thousands? More?
05-04-2011 10:12 AM
We are talking about 250 users. So NAT-PT works after all ?
05-04-2011 11:08 AM
Well, "works" is a relative term. You can configure NAT-PT, but you could also pour motor oil over your breakfast cereal :-)
With the NAT64 + NAT44 combo work for you, or is that too much of a hack?
05-04-2011 11:19 AM
No, it is fine. nobody can demand a complete IPv6 implementation. Most of companies implementing IPv6 just want an article in the newspaper...
I will try it in my lab this week probably before talking to the big cheese.
05-04-2011 11:20 AM
By the way...since I am NAT'ing the whole traffic to IPv4, why would I need to get an ASN and registered block of IPv6 addresses ?
05-05-2011 09:14 AM
You want to register and own the addresses to make sure that you never overlap with the outside world. If you don't register, someone may someday overlap your space.
If you will never, even want IPv6 global connectivity, you can use Unique Local Addressing (ULA), which may have risk over overlap if you ever merge with another enterprise.
or look at RFC6052 which proposes strategy to develop internal unique private IPv6 addressing based on your IPv4 address.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide