When installed KiOS, it will use an ethernet connection and assign a dynamic IP-address. If you want to use a static IP-address you will need to edit the static_ip.conf file in the boot directory. For more information read the KiOS installation procedure.
#####################################################################
# Enter the IP-address you want to have, followed by the subnet mask
# e.g. 192.168.0.10/24
static_ip=""
#####################################################################
# Enter the Gateway and DNS, this will be your router in most cases
# e.g. 192.168.0.1
static_gw=""
static_dns=""
0 Comments