# USB-C Network Connection

The following instructions allow you to connect to the mission computer and flight controller in order to inspect what is happening in real-time. For development purposes, connect to Skynode via the *USB-C interface.*

<figure><img src="/files/Ce05JKw02ea2CsbsV2pE" alt=""><figcaption><p>The USB-C port is located on Skynode's side, right next to the SIM card slot</p></figcaption></figure>

Syknode's USB-C interface sets up a network connection to the computer connected to Skynode. A DHCP server is running on Skynode, which assigns the IP address 10.41.1.2 to the client. Make sure that your computer is set up to use DHCP on the network interface corresponding to the USB-C port. Depending on your particular operating system, this network interface is most likely only visible while connected to Skynode via USB-C.

| Device               | IPv4 Address | Netmask       |
| -------------------- | ------------ | ------------- |
| Skynode              | 10.41.1.1    | 255.255.255.0 |
| Developer's computer | 10.41.1.2    | 255.255.255.0 |

Once the network connection is configured, see [Flight Controller Shell](/hardware-integration/flight-controller-customization/flight-controller-shell.md) for how to open an interactive mavlink shell to the PX4 Autopilot, or [SSH Access](/hardware-integration/auterionos-system-guide/connecting-to-skynode.md) for opening a secure shell on the mission computer.


---

# 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.auterion.com/hardware-integration/skynode/advanced-configuration/connecting-to-skynode.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.
