# IP ADDRESS

### Default IP Address of ORUS-L Payload

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

**Netmask:** 255.255.255.0

**Gateway:** 192.168.12.1

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

### Set up an IP Address via USB Connection

{% stepper %}
{% step %}
Connect the USB Type-C port (located at the bottom of the **Orus-L**) to your computer using a USB cable.
{% endstep %}

{% step %}
The host computer will detect a new network adapter.
{% endstep %}

{% step %}
**Orus-L** will assign a DHCP IP address in the 192.168.55.x range to the host computer. Typically, the computer will receive the IP address **192.168.55.100**.
{% endstep %}

{% step %}
Verify the connection by opening a terminal or command prompt and executing:

```
ping 192.168.55.1
```

{% endstep %}

{% step %}
Open a web browser and navigate to the Orus-L settings interface:

```
http://192.168.55.1:8000
```

{% endstep %}

{% step %}
Go to the **IP Address** tab, then enter your desired static IP address.
{% endstep %}

{% step %}
Click **Apply and Reboot** to restart the **Orus-L** and apply the new static IP settings.
{% endstep %}
{% endstepper %}

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

If you have already changed the IP address and connected the **Orus-L** to your system using an Ethernet cable, follow the steps below to access and reconfigure the device.

{% stepper %}
{% step %}
**Connect Orus-L via Ethernet**

Plug an Ethernet cable into the Orus-L 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 Orus-L using the following format:

```
http://<orus_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 Orus-L will restart with the updated IP settings.
{% endstep %}
{% endstepper %}

✅ **Tip:** Make sure your computer is in the same subnet (e.g., 192.168.55.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/payloads/orus-l/software-configuration/web-setting-app/system/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.
