The internet resources especially devices use Internet Protocol (IP) addresses which are unique for communication purposes. There are two major IP addressing schemes; Internet Protocol version 4 (IPv4) and Internet Protocol version 6 (IPv4). Most devices on the internet have been using the IPv4 for a long time. And since the internet grows exponentially according to the number of users, IPv4 addresses are nearly maxed out. It is this problem that led to the development of another upgraded version, the IPv6.
С точки зрения емкости, IPv4 имеет длину 32 бита, что составляет около 4,3 млрд. IP-адресов. С другой стороны, IPv6 имеет 128-разрядную длину, а это около 3,4×10^38 IP-адресов, то есть более триллиона. При такой емкости логично заменить схему IPv4 на IPv6.
Зачем его отключать?
IPv6 имеет много преимуществ перед IPv4, но в силу других факторов лучше продолжать использовать схему адресации IPv4. Ниже описано, почему ее следует отключить, особенно при использовании VPN;
Утечки IP-адресов
Most VPN service providers do not fully support the IPv6 addressing scheme, but they are compatible with IPv4. When tunneling occurs, data traffic using IPv4 will rarely leak as compared to IPv6. Due to incompatibility issues, data traffic using IPv6 will bypass the VPN tunnel and will be serviced directly by the ISP. This, in turn, will make you public to prying eyes including your ISP hence a leak.
Помимо утечек, есть и другие причины, по которым его следует отключить;
Несовместимость оборудования
Most current internet-based hardware such as firewalls don’t fully support IPv6 while some servers support the addressing. This incompatibility has given rise to vulnerabilities which some malware has exploited. For instance, the most recent widespread malware that used command and control servers were IPv6 based. This gave them the advantage to bypass most firewalls that were only blocking IPv4 internet traffic.
Вопросы конфигурации
IPv6 is different from IPv4, and most people know how to configure IPv4 than IPv6. A transition from IPv4 to IPv6 can cause mistakes and confusions which can make it hard to troubleshoot network entities. Since also IPv6 hasn’t been adopted much, tunneling IPv6 over IPv4 has also led to security gaps not only in VPNs but also in other networks in general.
Как узнать, используется ли в вашей сети протокол IPv6
This is a simple way to know as it involves typing this URL http://ip6.nl/ in your browser. The page will finish loading with both IPv4 and IPv6 results. If it says no IPv6 connectivity, you are safe.
Как отключить IPv6 в Windows 10
Шаг 1. Щелкните правой кнопкой мыши на значке Сеть на панели задач, а затем выберите пункт Открыть центр управления сетями и общим доступом.
Шаг 2. В открывшемся окне настроек щелкните на пункте Изменить настройки/опции адаптера
Шаг 3. Щелкните правой кнопкой мыши на активном сетевом адаптере, который может быть WIFI или Ethernet, в зависимости от подключения, и выберите пункт Properties (Свойства).
Шаг 4. После того как откроется окно свойств, прокрутите его до тех пор, пока не найдете пункт Internet Protocol Version 6 (TCP/IPv6). Снимите флажок напротив него и нажмите кнопку OK , чтобы сохранить изменения.
Шаг 5. Теперь перезагрузите компьютер и наслаждайтесь использованием VPN без утечек IPv6.