# STATIC IP SETTINGS

* Take out the micro SD card from Zio.
* Connect and open the micro SD folder on your computer.
* Create the file payload\_setup.txt in the micro SD card top folder.

<mark style="color:purple;">File name: payload\_setup.txt</mark>\ <mark style="color:purple;">File Content:</mark>

```
/*PAYLOAD CONFIGURATION*/ 

# IP address of Payload
ZIO_ADDR = 192.168.12.200
NETMASK = 255.255.255.0
GATEWAY = 192.168.12.1
```

<mark style="color:purple;">On the above example</mark>\ <mark style="color:purple;">Zio IP: 192.168.12.200</mark><br>

* Insert the SD card containing the file payload\_setup.txt into Zio.
* Reboot the Zio.
* Zio will set up according to the information in the file automatically.

> ***NOTE:*** When Zio starts up without detecting the file payload\_setup.txt on the memory card, Zio will automatically reset to the default IP (192.168.12.240).
