wok view nomad/stuff/nomad.conf @ rev 13025

clucene-dev, clucene, drupal, fcitx-skin-default, fcitx-zm, gejengel, hd2u, input-utils, jdk6-jaf, jdk6-jaxp, jdk6-jaxws, kismet, libedit-dev, libedit, linux-module-headers, linux-ocfs2, linux-staging, linux64-ocfs2, linux64-staging, menu-railroad, nfs-utils, ode-dev, openjdk-6-src, runcom, talloc-python, vlc-plugin, xorg-xf86-video-neomagic: fix maintainer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 17:36:31 2012 +0200 (2012-06-11)
parents
children
line source
1 ## Configuration of nomad.
2 ## You can specify as any places to connect as you want.
3 ## Nomad will recognize them if they follow this format:
5 ########################################################################
6 # Name_I_want() {
7 # BOOT="yes" or "no"
8 # TYPE="wifi" or "ethernet"
9 #
10 # #if ethernet:
11 # DHCP="yes" or "no"
12 # STATIC="yes" or "no"
13 # IP="192.168.0.6
14 # GATEWAY="192.168.0.1"
15 # DNS_SERVER="192.168.0.1"
16 #
17 # #if wifi:
18 # ESSID="MY-ESSID"
19 # #if wpa (need wpa_supplicant):
20 # DRIVER="wext" or "my-wpa-driver"
21 # WPA=' #my wpa_supplicant configuration, ex:
22 # ap_scan=1
23 # network={
24 # ssid="SSID-WICH-NEED-WPA"
25 # scan_ssid=1
26 # proto=WPA
27 # key_mgmt=WPA-PSK
28 # psk=52b72d55b8ca0913c5339a2f
29 # priority=5
30 # }'
31 # #if wep:
32 # KEY="my-wep-key"
33 # }
34 ########################################################################
37 ## first, we have to say which interface is ethernet, which is wifi:
38 INTERFACE="eth0"
39 WIFI_INTERFACE="wlan0"
41 ## place here your differents access points: