An Introduction to NAT64
ungleich.ch
An Introduction to NAT64
1–10 of 22 posts
Re: An Introduction to NAT64
#2> NAT64 is an IPv6 transition mechanism that facilitates communication between IPv6 and IPv4 hosts by using a form of network address translation (NAT). The NAT64 gateway is a translator between IPv4 and IPv6 protocols, for which function it needs at least one IPv4 address and an IPv6 network segment comprising a 32-bit address space.
Re: An Introduction to NAT64
#3Re: An Introduction to NAT64
#4Such a pet peeve of mine. Define it, at least on the page. From wikipedia. > NAT64 is an IPv6 transition mechanism that facilitates communication between IPv6 and IPv4 hosts by using a form of network address translation (NAT). The NAT64 gateway is a translator between IPv4 and IPv6 protocols, for which function it needs at least one IPv4 address and an IPv6 network segment comprising a 32-bit address space.
Re: An Introduction to NAT64
#5Re: An Introduction to NAT64
#6Such a pet peeve of mine. Define it, at least on the page. From wikipedia. > NAT64 is an IPv6 transition mechanism that facilitates communication between IPv6 and IPv4 hosts by using a form of network address translation (NAT). The NAT64 gateway is a translator between IPv4 and IPv6 protocols, for which function it needs at least one IPv4 address and an IPv6 network segment comprising a 32-bit address space.
Re: An Introduction to NAT64
#7I see no reason to use NAT64 over NAT. Am I wrong here?
Re: An Introduction to NAT64
#8Re: An Introduction to NAT64
#9Back in the day I wrote tnat64, a simple tsocks-like wrapper to redirect IPv4-only applications to a NAT64 gateway. It even worked with Skype to a degree: it'd log in and then repeatedly reconnect every minute or so.
Re: An Introduction to NAT64
#10I see no reason to use NAT64 over NAT. Am I wrong here?
They're different things. NAT64 is useful for bridging between ipv6 and ipv4 networks, it's just a way of encoding ipv4 addresses in ipv6 addresses. It's more straightforward than ipv4 nat because there's no port rewriting.