# IP Setup guide

#### <mark style="color:red;">Please ensure you match the IP on the EPOS system to the terminal.</mark>

1. **Select Communication Type** \
   Choose the communication type you want to configure for a static IP (e.g., Wi-Fi or Lan).
2. **Open Configuration** \
   Select Configuration and enter the password (default is 12345, unless changed). If you have amended this please refer to <mark style="color:purple;">page 43</mark> on the [Webcom Manual](/webcom-manual/webcom-manual.md).
3. **Select Network to Edit** \
   Choose the network you want to edit (for example, your Wi-Fi network).
4. **View/Edit Settings** \
   Select View / Edit.
5. **Open IP Settings** \
   Select IP Settings.
6. **Choose IPv4** \
   Select IPv4.
7. **Disable DHCP** \
   Select DHCP and choose No.
8. **Enter IP Address** \
   Set the IP address. <mark style="color:$danger;">**Note:**</mark> <mark style="color:$danger;">All IP addresses must be entered in</mark> <mark style="color:$danger;"></mark><mark style="color:$danger;">**3-digit blocks**</mark> <mark style="color:$danger;"></mark><mark style="color:$danger;">with zeros as padding (e.g., 192.168.001.010).</mark>
9. **Enter Subnet Mask** \
   Type the correct Subnet Mask.
10. **Enter Gateway IP Address** \
    Type the Gateway IP address.
11. **Enter DNS 1** \
    Type the primary DNS server address.
12. **Enter DNS 2** \
    Type the secondary DNS server address.
13. **Save and Apply Changes** \
    Press Save, then confirm to apply the changes.
14. **Test Connectivity (Optional)**\
    Run a Ping test to ensure the device is connected to the network correctly.

#### [<mark style="color:$success;">Back to V200C - Connection Guide</mark>](/v200c-connections/v200c-connection-guides.md)


---

# 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/v200c-connections/ip-setup-guide.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.
