> For the complete documentation index, see [llms.txt](https://docs.gremsy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gremsy.com/gremsy-tiny-series/lynx/software-configuration/web-setting-app/systems/ip-address.md).

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