Your network does not support IPv6
Your current network uses IPv4 to access this website;
Your IPv4 address is:3.133.152.189
Possible Causes
- IPv6 is not enabled or configured correctly; you may need to How to Enable IPv6 in Windows
- Using a VPN that does not support IPv6;
What is IPv6
IPv6 (Internet Protocol version 6) is the sixth version of the Internet Protocol, which is used to assign unique IP addresses to devices on the network. IP addresses are identifiers of computers, mobile phones and other devices when they communicate on the Internet. The main purpose of IPv6 is to solve the problem of IPv4 address exhaustion (the previous generation of Internet Protocol) while providing better network performance and security.
Use commands to query IPv6 addresses
You can open the Windows terminal and enter the command ipconfig
to query the IPv6 address information;
You may see that there are multiple IPv6 addresses, in the image:
- The first IPv6 address: assigned by DHCP;
- The second IPv6 address: the real IPv6 address;
- Temporary IPv6 address: there may be multiple; Temporary IPv6 address is a dynamically generated IP address in Windows system to enhance user privacy and security. When Windows device connects to the network, the temporary address will be changed regularly to avoid being tracked and identified.
Usually, temporary IPv6 addresses are used when accessing the Internet.
You may need:
IPv6 address format
IPv6 address consists of 8 groups of hexadecimal numbers, each group consists of 4 hexadecimal numbers, the format is as follows:
xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx
Each xxxx value ranges from 0000 to FFFF;
To reduce redundancy, IPv6 addresses allow multiple simplified representations:
- Remove leading zeros: Leading zeros in each group of numbers can be omitted;
- Continuous 0s can be abbreviated as
::
: A continuous group of zeros can be abbreviated as double colons::
, but can only be used once;