> For the complete documentation index, see [llms.txt](https://helpcenter.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.verifone.com/t650-how-tos/assign-static-ip-address.md).

# Assign Static IP Address

{% tabs %}
{% tab title="WIFI" %}

1. On the payment app screen slide down from the top of the screen
2. Select the 9 box grid symbol at the top next to the WIFI icon, which is the Launcher
3. Select Settings on the list of apps
4. Select Network & Internet
5. Select Wi-Fi
6. Select and hold onto the network that the terminal is currently connected to
7. On the dropdown that should appear select Modify network
8. Below where it asks to enter the password for the network select Advanced options
9. In there scroll down until you find IP settings
10. Select IP settings and select static
11. Scroll down and it should allow the user to enter their local IP address, Gateway, Network prefix length, DNS 1 and DNS 2
12. Select Save once entered

<br>
{% endtab %}

{% tab title="Ethernet" %}

1. On the payment app screen slide down from the top of the screen
2. Select the 9 box grid symbol at the top next to the WIFI icon, which is the Launcher
3. Select Settings on the list of apps
4. Select Network & Internet
5. Select Advanced options
6. Select Ethernet
7. Ethernet might be set to Static by default but if not select Static
8. IP settings should appear just below this and it should allow the user to enter their local IP address, Gateway, Network prefix length, DNS 1 and DNS 2
9. Select Save once entered
   {% endtab %}
   {% endtabs %}

#### [<mark style="color:$success;">Back to T650P - How To Guides</mark>](/t650-how-tos/t650p-how-to-guides.md)


---

# 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://helpcenter.verifone.com/t650-how-tos/assign-static-ip-address.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.
