> For the complete documentation index, see [llms.txt](https://docs.joinbattlebit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.joinbattlebit.com/russian/connectivity/invalid-ipv6.md).

# Недействительный IPv6

Если вы застряли на подключении к мастер-серверу, и когда вы пытаетесь проверить его работоспособность посредством команды `ping api.battlebit.cloud` в консоли вам выдает неверный IPv6, сделайте следующее:

{% tabs %}
{% tab title="Windows 10" %}

1. Перейдите в Параметры Windows и нажмите на "Сеть и Интернет".

<figure><img src="/files/XdGG24GT6dKzavatCfft" alt=""><figcaption></figcaption></figure>

2. Выберите "Настройка параметров адаптера".

<figure><img src="/files/oJDwLGgLQmDsZ3dKSlOz" alt=""><figcaption></figcaption></figure>

3. Нажмите ПКМ по вашей основной сети, затем выберите "Свойства".

<figure><img src="/files/oX0pN3JtppezfP9Ylvp3" alt=""><figcaption></figcaption></figure>

4. Выключите "IP версии 6 (TCP/IPv6)" и нажмите ОК.

<figure><img src="/files/GaS9qyT669Yk2RJXBwCp" alt="" width="272"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Windows 11" %}

1. Перейдите в параметры Windows 11 и нажмите на вкладку "Сеть и Интернет".

<figure><img src="/files/EL7cVHXS64vPcqBnT1KR" alt=""><figcaption></figcaption></figure>

2. Нажмите на "Дополнительные сетевые параметры".

<figure><img src="/files/TB7TuDQt7eXG10dpfaQQ" alt=""><figcaption></figcaption></figure>

3. Чуть ниже нажмите на "Дополнительные параметры сетевого адаптера".

<figure><img src="/files/JkzieZfE5fDwfo8clIOA" alt=""><figcaption></figcaption></figure>

4. Нажмите ПКМ по вашей основной сети, затем выберите "Свойства".

<figure><img src="/files/BmEjER0uqrbQ0VU1qiQg" alt=""><figcaption></figcaption></figure>

5. Выключите "IP версии 6 (TCP/IPv6)" и нажмите ОК.

<figure><img src="/files/ExTrAZjb9cZphUJrYY8H" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.joinbattlebit.com/russian/connectivity/invalid-ipv6.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
