|
|
|
|
|
by tcoff91
1581 days ago
|
|
NAT64 and DNS64 are not the same thing as 464XLAT. It's been a number of years since I had to work on this at a previous company, but my recollection is that Android relies 464XLAT to make sure that all android apps will work properly on ipv6-only mobile networks that use carrier grade NAT. Apple on the other hand demands that your app actually natively works with ipv6. I didn't have access to an ipv6 network when I was working on solving this issue in our networking libraries, so I used this https://www.jool.mx/en/ to set up NAT64 and I used bind9 to do DNS64 in order to create an ipv6 network for testing ipv6 functionality. |
|
Correct, that's my point. What my parent poster is describing is 464XLAT, not DNS64 and/or NAT64.