# What is my JV device IP address and how do I know if it's a valid one

<p align="center"></p>

Assumption is that the red box is connected via an ethernet cable (or wifi after it was first setup with ethernet cable). Check the screen on the red box and flick through it until you get the LAN settings.&#x20;

<p align="center"><br><img src="/files/3IonrMIzijZ4Z0Y2Vpgn" alt=""></p>

<p align="center"></p>

Check the first line

> * ✅ A good address is 192.168.x.x, or 10.x.x.x
> * 🚫Not a good address: 169.254.x.x . It means that your device has no access to the internet. It has access to your local network but not the internet (it's called a link-local address)

Check [how to tell if I'm connected to the internet](/most-common-issues/how-to-tell-if-the-device-is-connected-to-the-internet.md), and how to [connect the device to the internet](/setup-instructions/connecting-to-the-internet.md).&#x20;


---

# 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.4dsky.com/most-common-issues/what-is-my-jv-device-ip-address-and-how-do-i-know-if-its-a-valid-one.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.
