# Static IP assignment

{% embed url="<https://youtu.be/tJcGwEFw8h4>" %}

Defguard allows you to manually assign static IPs to user devices in the VPN network.

Assigned IPs don't change unless one of the following scenarios occurs:

* The network address is changed and the assigned IP no longer fits. This causes the IP address to change to the next available IP in the new address space.
* The user is disabled and then enabled.
* The user's access to a network is modified in any way. For example, a user is removed and then re-added to an allowed group, or an allowed group is removed and later added to a network.

### Changing IP of all user devices

To change the IP address of any user device, navigate to the user list.

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

Then, open the context menu next to a given user and select "User devices IP settings".

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

Here you can manage all IP assignments for all devices belonging to that user in all networks.

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

### Changing IP address of a specific device

To change the IP address of a specific device, navigate to a user's profile page.

Next, go to the "Devices" tab.

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

Open the context menu for a selected device and choose "Device IP settings".

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

Here you can manage all IPs for the selected device.

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


---

# 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://docs.defguard.net/features/static-ip-assignment.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.
