slitaz-boot-scripts view etc/network.conf @ rev 116

Added tag 2.5.1 for changeset 6d7cab1978a8
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Sep 24 22:18:30 2008 +0200 (2008-09-24)
parents 5661c121f569
children ea125bdc0888
line source
1 # /etc/network.conf: SliTaz system wide networking configuration.
2 # Config file used by: /etc/init.d/network.sh
3 #
5 # Set default interface.
6 INTERFACE="eth0"
8 # Dynamic IP address.
9 # Enable/disable DHCP client at boot time.
10 DHCP="yes"
12 # Static IP address.
13 # Enable/disable static IP at boot time.
14 STATIC="no"
16 # Set IP address, and netmask for a static IP.
17 IP="192.168.0.6"
18 NETMASK="255.255.255.0"
20 # Set route gateway for a static IP.
21 GATEWAY="192.168.0.1"
23 # Set DNS server. for a static IP.
24 DNS_SERVER="192.168.0.1"
26 # Wifi connection.
27 # Enable/disable wireless connection at boot time.
28 WIFI="no"
30 # Wifi interface (iwconfig) and ESSID.
31 WIFI_INTERFACE="wlan0"
32 WIFI_ESSID="any"
33 WIFI_MODE="managed"
34 WIFI_KEY=""
35 WIFI_KEY_TYPE="none"
36 WPA_DRIVER=""
37 WIFI_CHANNEL=""
38 WIFI_IWCONFIG_ARGS=""
39 NDISWRAPPER_DRIVERS=""