> For the complete documentation index, see [llms.txt](https://docs.phoenixlidar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phoenixlidar.com/hardware-and-interfaces/connecting-and-interfacing-with-phoenix-lidar-systems/iface_se/connect-to-rover/connect-to-rover-as-a-udp-client/connect-via-ethernet.md).

# Connect via Ethernet

Any computer with a properly configured ethernet adapter can be used to establish a direct connection to the rover using an ethernet cable. Field computers configured by Phoenix LiDAR Systems will default to an alternative IP configuration of 192.168.200.20 when no IP address is obtained through DHCP on the primary ethernet port within 3 minutes. This will allow a computer to establish a connection to the rover via ethernet after 3 minutes of connection. Refer to [Wired Ethernet Network Card Setup](/hardware-and-interfaces/connecting-and-interfacing-with-phoenix-lidar-systems/iface_se/base-station-notebook-setup/wired-ethernet-network-card-setup.md) for more information.

The rover's IP address on the primary ethernet interface is **192.168.200.10**. Be aware that the rover will NOT act as a DHCP server and assign IP addresses to connected computers. Instead, the connected computer must have a valid IP address in the 192.168.200.\* range configured.

![TCP/IPv4 user configured alternate IP address configuration](/files/-MhPr_B8S-13CJn3OMmR)


---

# 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.phoenixlidar.com/hardware-and-interfaces/connecting-and-interfacing-with-phoenix-lidar-systems/iface_se/connect-to-rover/connect-to-rover-as-a-udp-client/connect-via-ethernet.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.
