> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/cg1018-relay-box-installation-manual/installation/network-settings/static-ip-setup.md).

# Static IP setup

If a static IP address shall be used it is necessary to modify the network settings using Network Manager.

1. In terminal enter `nmtui`.

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

2. Network Manager opens.

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

3. Select **Edit a connection**.

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

4. Select **Edit** and press Enter.

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

5. Select **Show** in IPv4 CONFIGURATION line and press Enter.

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

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

6. Change IPv4 configuration to **Manual** and fill in addresses, gateway and DNS servers IP addresses. An example is shown below.

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

Select OK and press Enter.

7. You will return to the form below. Select **Back** and press Enter.

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

8. Select **OK** and press Enter.

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

9. You will return to the terminal window.
10. Enter `sudo nmcli con reload` and press Enter to save the changes permanently.

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

11. Enter `sudo reboot` and press Enter to restart the device and enable the new static address.
12. The unit is now using a fixed IP address.

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

The network settings are stored in `Wired connection 1.nmconnection` located in `/etc/NetworkManager/system-connections`.

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


---

# 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://help.boomerang3.com/cg1018-relay-box-installation-manual/installation/network-settings/static-ip-setup.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.
