# Ethernet Hotspot

> ⚠️ **This documentation is outdated!** A current version is available at [openhdfpv.org](https://openhdfpv.org)
>
> [📖 **View Updated Version of This Page** →](https://openhdfpv.org)

***

In some cases you want to use the Ethernet port of the Ground SBC to connect to a laptop for instance. In this case you can enable the Ethernet Hotspot.

{% tabs %}
{% tab title="ETHERNET\_HOTSPOT" %}

| Value         | Description                  |
| ------------- | ---------------------------- |
| Y             | Enable the Ethernet hotspot  |
| N             | Disable the Ethernet hotspot |
| {% endtab %}  |                              |
| {% endtabs %} |                              |

{% hint style="info" %}
Don't use a switch or Hub, directly connect the RJ-45 cable. The Pi will be IP `192.168.1.1` the connected PC will be `192.168.1.2`. Using a Switch or Hub won't work since the current implementation only supports one connected device.
{% endhint %}

{% hint style="warning" %}
When the Ethernet hotspot is on, the WiFi hotspot doesn't work.
{% endhint %}

{% hint style="warning" %}
If you are trying to ssh into the groundpi, turn OFF the Ethernet hotspot setting. If ethernet is connected to a router then get the pi IP address from the router.
{% endhint %}


---

# 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://openhd.gitbook.io/open-hd/master/advanced-setup/ethernet-hotspot.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.
