# Network settings

The **Network Settings** tab allows you to configure the gateway so it can connect to the Internet and send data to Efento Cloud or any other cloud platform/server. To access the Network settigns go to **Settings > Network**.

{% hint style="warning" %}
**Important:** Network configuration should be performed by someone who is familiar with your network setup. If you are unsure about any of the required parameters or settings, contact your **network administrator** to avoid connectivity issues.
{% endhint %}

## DHCP / Static IP

The Efento Gateway supports **DHCP**. When the DHCP toggle is set to **ON**, all network parameters will be automatically assigned by your router. *(Ensure that DHCP is also enabled on your router.)*

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

Alternatively, you can manually configure the network settings. This includes specifying:

* The gateway’s **IP address**
* The **network gateway** address
* The **subnet mask**
* The **DNS server** address

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

## NTP server

You must also configure the **NTP server** address so the gateway can synchronize its time. You may keep the default setting (**pool.ntp.org**) or enter a different NTP server depending on your network requirements.

## Ethernet mode

The Efento Gateway supports two modes for Ethernet network speed configuration. By default, it operates at **10 Mbit, half-duplex** with **auto-negotiation disabled**. If needed, you can enable **auto-negotiation**, allowing the gateway and the network infrastructure (switch/router) to automatically determine the optimal connection speed and mode.

<figure><img src="/files/Zj64zscK3zdthImmsWly" 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.efento.io/efento-gateways/ethernet-gateway/network-settings.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.
