background image

Configuring From a Boot File

The following file may be used to configure the wired and wireless
addresses of the recorder. Create a file called “network.txt” and 
place on a USB stick during the boot process.

dhcp=true

dns_1=8.8.8.8
dns_2=8.8.4.4

gateway=192.168.10.1
ipaddress=192.168.10.24

netmask=255.255.255.0
ap=true

## 2-32 characters
ap_ssid=PR-ACCESS

## 8-64 characters
ap_password=passphrase

## 2-32 characters
wifi_ssid=MyWiFi

## 8-64 characters
wifi_password=passphrase

wifi_1_ssid=MyWiFi-1
wifi_1_password=passphrase1

Only lines needed for configuration are necessary. For example, 
to configure a static IP address:

dhcp=false
dns_1=8.8.8.8

dns_2=8.8.4.4
gateway=192.168.10.1

ipaddress=192.168.10.24
netmask=255.255.255.0

To configure WiFi only:

ap=false

wifi_ssid=My-WiFi-Network
wifi_password=passphrase

Reviews: