# Setting Up Routes

ENLYZE EDGE allows you to configure static routes to access data sources in other subnets. The following guide walks you through the necessary steps to set up static routes.

{% hint style="warning" %}
Incorrect configuration of static routes can lock you out of ENLYZE EDGE. Make sure you enter the correct network details before saving any changes.
{% endhint %}

## Prerequisites

* Access and login credentials for ENLYZE EDGE
* Knowledge of the target network and gateway IP
* Knowledge of which Edge Device network interface the route should be configured for
* The target network must **not** fall within the `10.21.0.0/16` IP range.

{% hint style="warning" %}
`10.21.0.0/16` is reserved by ENLYZE for the VPN network and is therefore not supported.
{% endhint %}

## Access the Network Configuration of the Interface

Static routes are configured via the network configuration view of the respective interface. 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 this example, `Internet (eth0)`.

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

## Check the Network Configuration

Before adding a new route, familiarize yourself with the current network configuration and evaluate the planned route for potential issues:

* Is the target network within the `10.21.0.0/16` range?
* Is there already a route configured that is a supernet of the target network? If so, is this intentional?
* Are there subnet collisions due to overlapping CIDRs?

## Add Static Routes

In the “Routes” subsection, click the “+ Add Route” button to begin configuring the network route.

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

### **Enter Route Information**

<figure><img src="/files/b8NHYk4BsisOcQJlQ2Xt" alt="" width="563"><figcaption></figcaption></figure>

Fill in the following information in the form:

* **Target Network (CIDR)**: Enter the destination network in CIDR format\
  Example: `192.168.1.0/24`
* **Gateway IP**: Enter the gateway’s IP address\
  Example: `192.168.1.1`

Click “Save” to add the route.

## 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: 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.enlyze.com/en/connect/edge-device/enlyze-edge/setting-up-routes.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.
