> For the complete documentation index, see [llms.txt](https://docs.enlyze.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enlyze.com/en/connect/edge-device/enlyze-edge/configuring-the-network.md).

# Configuring the Network

In ENLYZE EDGE, you can configure the network settings for each available interface individually. The system supports various interfaces with different purposes, which you can set up depending on your network requirements.

{% hint style="warning" %}
Incorrect network settings can cause loss of access to the ENLYZE EDGE. Ensure that all entered data is accurate!
{% endhint %}

### Available Network Interfaces

The ENLYZE EDGE device features multiple network interfaces, selectable via tabs at the top of the page:

* **Internet (eth0)** – For connecting to the Internet
* **Machine (eth1)** – For connecting to the OT network
* **Service (eth2)** – For service access
* **Wi-Fi (wlan0)** – An alternative method for Internet connectivity

### Accessing the Network Configuration of an Interface

Static routes are configured via the network configuration view of the respective interface. To do this, navigate to the “Interfaces” page in the ENLYZE EDGE web interface and select the interface for which you want to set up a static route – in the following example, `Internet (eth0)`.

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

### Access Configuration Interface

Click the “Edit” button at the top right under the network interface tabs to access the configuration interface for the selected interface.

<div><figure><img src="/files/R7TUk0PH24He72RI2BeO" alt="" width="375"><figcaption><p>IP Assignment via DHCP</p></figcaption></figure> <figure><img src="/files/NK6kTWq6tFE80msDDzFR" alt="" width="375"><figcaption><p>Static IP Assignment</p></figcaption></figure></div>

### Set IP Assignment

In the configuration interface for each network, you have two standard options for IP assignment:

**Option 1: DHCP**

* Select the **"DHCP"** radio button.

**Option 2: Static IP Address**

* Select the **"Static IP Address"** radio button.
* Enter the following information:
  * **CIDR**: The IP address in CIDR format (e.g., `192.168.1.23/24`)
  * **Gateway IP**: The IP address of the network gateway

Click **"Apply"** to save the settings and automatically run a connection test. This test ensures that the Edge Device can reach the ENLYZE Manufacturing Data Platform and is therefore fully operational.

### Troubleshooting

If you encounter problems with route configuration, our Troubleshooting Guide can help.

{% content-ref url="/pages/4vaffYWNT8upopEYe7SM" %}
[Troubleshooting](/en/connect/edge-device/enlyze-edge/troubleshooting.md)
{% endcontent-ref %}


---

# 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.enlyze.com/en/connect/edge-device/enlyze-edge/configuring-the-network.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.
