Web-server – Can all people reach an IPv6-only website

ipv4ipv6web-server

My webserver only has an IPv6 address. My provider does not offer any IPv4 addresses. I don't even get a dynamic or temporary IPv4 address.

Is it possible that some users may not be able to reach the website if it does not have an IPv4 address? I fear many people, perhaps on mobile nets for example, will not be able to reach the webserver.

Are there services that offer mapping IPv6 to IPv4 to allow everyone to go through an IPv4 address to reach my IPv6-only server? Is there a solution besides setting up a http/https proxy server at a hoster somewhere else?

Best Answer

People require an IPV6 address or something like a proxy to allow them to see an IPv6 site. IPv4 and IPV6 are different stacks, so it will be the case that users of IPv4 only stacks will not be able to reach your IPv6 only site.

With respect of an alternative to an http/https proxy server at another host, its possible a VPN provider can provide you with an IPv4 address across IPV6 only infrastructure - not sure if thats of much help.

Related Topic