# # The values below are *EXAMPLES*. Please copy or rename this file to net_config.ini, # copy it to a USB stick, edit the parameters and attach it to a Portrait # Displays G1 unit. # # ======================================================================== # ===> Adjust all parameters with appropriate values for your network <==== # ======================================================================== # # fqdn is not mandatory. The default value of 'portrait-g1' will be used if this # parameter is not set. Changing the fqdn will reboot the device. # # Please choose an interface to use, set it to 'state=on' and set the other # interface to 'state=off'. If using both interfaces please make sure they are # connected to different subnets. Ask your IT admin. # # WIFI supports 2.4GHz, 802.11b/g/n protocols # At this point only WIFI mode WPA2 is supported # # If using DHCP on an interface please set 'ipv4_address=dhcp'. When doing so # all other ipv4_* and dns_servers parameters will be ignored. # # If using static IP please configure ipv4_address, ipv4_netmask, ipv4_gateway # and dns_servers with the appropriate values for you network. # # NOTE: If a parameter is repeated throughout the file its last occurrence will # be used. # [general] fqdn=portrait-g1.my-domain.com [wifi] state=off mode=WPA2 ssid=YourNetworkSSID secret=YourNetworkultratopsecretSecret ipv4_address=dhcp #ipv4_address=192.168.2.250 #ipv4_netmask=255.255.255.0 #ipv4_gateway=192.168.2.1 #dns_servers=192.168.2.1 [wired] state=on ipv4_address=dhcp #ipv4_address=192.168.200.90 #ipv4_netmask=255.255.255.0 #ipv4_gateway=192.168.200.252 #dns_servers=192.168.200.252,192.168.200.250