# 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 P630 - How To Guides</mark>](#back-to-p630-how-to-guides)


---

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