Host IPv6-Only Website – Allow Access to IPv4-Only Clients

dnsipv4ipv6

Lets say site.example.com runs only with AAAA records, and I wish to access that site from IPv4-only network, and I don't want to do tunneling neither other protocols that masquerades IPv4 over IPv6 addresses…

Is that possible? I'm struggling because I want to host a website and my provider is giving me only IPv6 public/global addresses, and not even one public IPv4 address.

Best Answer

IPv4 and IPv6 are separate protocols. So if you want IPv4 only clients to be able to access your IPv6 only server you will need some kind of gateway/proxy service that can provide an IPv4 address to clients and pass the traffic to you over IPv6.