diff --git a/packages/network/connman/config/hosts.conf b/packages/network/connman/config/hosts.conf index ca58cffac8..d6a73331ed 100644 --- a/packages/network/connman/config/hosts.conf +++ b/packages/network/connman/config/hosts.conf @@ -1,4 +1,7 @@ -# Here you can add additional hosts for usage with hosts.conf from system -# +# hosts.conf + +# This configuration file allows you to manually map hostnames to +# IP addresses + # Format: -# Example: 192.168.0.3 mynas mynas.mynetwork storage +# Example: 192.168.0.3 openelec openelec.mynetwork diff --git a/packages/network/connman/config/network.conf b/packages/network/connman/config/network.conf index 0fc764d667..31c4fd3431 100644 --- a/packages/network/connman/config/network.conf +++ b/packages/network/connman/config/network.conf @@ -1,40 +1,62 @@ -# Network configuration +# network.conf +# +# This configuration file allows you to customize your network +# configuration -# Hostname to use, this also affects Samba, Avahi and some others -# ypu can leave blank to use "openelec" as hostname (default) +# Hostname +# Sets the machine's hostname - This setting also also affects Samba, +# Avahi and some other services +# This option left blank sets the hostname to the default setting, "openelec" HOSTNAME="" -# Network technology ( LAN / WLAN ) -# "LAN" or leave blank to use Wired LAN Connection (default) +# Network Technology ( LAN / WLAN ) +# This option lets you switch between a LAN and WLAN connection +# Left blank or set to "LAN" sets the machine to use a wired network connection +# "WLAN" sets the machine to use a wireless connection NETWORK="" -# Network interface name or address (e.g. "eth0", "wlan0" or "00:0d:56:ec:ba:0c") -# you can leave blank to use eth0 (default) +# Network interface name or address +# This option lets you specificy a network device's name or address +# e.g. "eth0", "wlan0" or "00:0d:56:ec:ba:0c" +# Leaving this option blank uses the default setting "eth0" IFACE="" -# Static IP address in CIDR format (e.g. "192.168.1.1/24") -# leave blank to use DHCP server (default) +# Static IP address +# This option lets you set a static IP address in CIDR format +# e.g. "192.168.1.1/24" +# Leave blank to use DHCP (default) IPADDRESS="" -# Network gateway (e.g. "192.168.1.254") -# you must setup if you use an static IP address +# Network gateway +# This option lets you set your gateway address +# e.g. "192.168.1.254" +# This variable must be set if you are using a static IP address GATEWAY="" -# List of DNS servers (e.g. "192.168.1.253;192.168.1.254") -# you must setup if you use an static IP address +# DNS servers +# This option lets you set up DNS for your network +# e.g. "192.168.1.253;192.168.1.254" +# This variable must be set if you are using a static IP address NAMESERVER="" -# WLAN SSID (e.g. "MyNetwork") -# needed for Wireless network configuration +# WLAN SSID +# This option lets you set the SSID for your wireless network +# e.g. "MyNetwork" +# This variable must be set if you are using a wireless device SSID="" -# WLAN Security method ( NONE / WEP / PSK ) -# "NONE" or leave blank on an open WLAN (default) +# WLAN Security +# This option lets you chose the security protocol for your wireless +# network +# Options are "NONE" / "WEP" / "PSK" ) +# "NONE" or left blank for an open WLAN (default) # "WEP" for WEP protected WLAN's # "PSK" for WPA protected WLAN's SECURITY="" -# Passphrase to access your Wireless network (e.g. "TopSecret") -# needed for secure Wireless network configuration (WEP and WPA) +# WLAN Passphrase +# This option lets you set the password for your wireless network +# e.g. "TopSecret" +# This variable must be set if you are using a secure wireless network PASSPHRASE=""