If the phone is on an IPv6 only cellular network and the gateway is connected via IPv4, it is mandatory that the phone connects via a DNS name and not a literal IP address for NAT64 to work.Lets pretend your gateway is at 1.2.3.4 and no IPv6 network and your phone has got only IPv6. You set up a DNS name of my.gateway.com pointing to 1.2.3.4.Your phone asks the recursive nameserver of the cellular network for my.gateway.com with type AAAA.The DNS server of your cellular provider sees that no AAAA record is available but an A record is with value 1.2.3.4.It then translates that IPv4 address of 1.2.3.4 to the IPv6 address 64:ff9b::1.2.3.4 and sends that fake AAAA record back to your phone.HTHPatrick
Ok dang... So I need to use a domain name and set it to forward to the IPv4 address of my WAN right?
Is there a guide anywhere to accomplish this? Fortunately I have a spare domain
Quote from: N0_Klu3 on February 28, 2022, 02:26:33 pmOk dang... So I need to use a domain name and set it to forward to the IPv4 address of my WAN right?Yes. Domain name --> A record with IPv4 address --> NAT64 at the cellular provider will do its magic.Quote from: N0_Klu3 on February 28, 2022, 02:26:33 pmIs there a guide anywhere to accomplish this? Fortunately I have a spare domainThis depends on how your spare domain is connected and if your contract for that domain includes authoritative DNS services and possibly a management panel to create your own entries.But you really need to contact whomever your domain is registered with.Kind regards,Patrick