# IP ADDRESS

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

### Default IP Address of LYNX Payload

{% hint style="info" %}
**Payload Address:** 192.168.144.240

**Netmask:** 255.255.255.0

**Gateway:** 192.168.144.11

Click on **“APPLY”** to save the information.<br>
{% endhint %}

### Change IP Address via Ethernet Connection&#x20;

{% stepper %}
{% step %}
**Connect LYNX via Ethernet**

Plug an Ethernet cable into the MAINBOARD Ethernet port and connect it to your computer or network switch.
{% endstep %}

{% step %}
**Access the Web Interface**

In your browser, enter the updated IP address assigned to LYNX using the following format:

```
http://192.168.144.240:8000/
```

```
http://<LYNX_ip>:8000
```

{% endstep %}

{% step %}
**Navigate to Static IP Settings**

Once connected to the web interface:

* Go to the **IP Address** tab.
* Enter a new static IP address if needed.
  {% endstep %}

{% step %}
**Apply the Changes**

Click **Apply and Reboot** to save the new configuration. The Lynx will restart with the updated IP settings.
{% endstep %}
{% endstepper %}

✅ **Tip:** Make sure your computer is in the same subnet (e.g., 192.168.144.x) to maintain connectivity.


---

# 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.gremsy.com/gremsy-tiny-series/lynx/software-configuration/web-setting-app/systems/ip-address.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.
