# No auto peerUpdate on Windows10 when joining with a multiple network enrollment key

## No auto peerUpdate on Windows10 when joining with a multiple network enrollment key

## **Description**

This is re-produced on Windows 10. There is no such issue on Windows Server 2019.

On Windows 10, when joining networks with a multiple network enrollment key, the network is not available and there is no auto peerUpdate received.

### Reproduce steps

{% stepper %}
{% step %}
Create two Netmaker networks.
{% endstep %}

{% step %}
Create an enrollment key and select both of the two networks.
{% endstep %}

{% step %}
On a Windows 10 machine, install netclient and join the networks using the enrollment key created in the previous step.
{% endstep %}

{% step %}
Observe that the network might not be available and it may not connect to other hosts.
{% endstep %}
{% endstepper %}

### Analysis

On Windows 10, after installation and joining networks with a multiple-network enrollment key, the route entries are not updated properly. As a result, the network is unreachable and peerUpdate does not work because of the network issue.

### Workaround

A manual pull will retrieve the updates and allow configuration and routes to be updated successfully. Run:

{% code title="Command" %}

```bash
netclient pull
```

{% endcode %}

After running the command, the Netmaker network works as expected.

<details>

<summary>Did this answer your question?</summary>

😞😐😃

</details>


---

# Agent Instructions: 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:

```
GET https://learn.netmaker.io/help-articles/no-auto-peerupdate-on-windows10-when-joining-with-a-multiple-network-enrollment-key.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
