wok-6.x diff nomad/stuff/nomad.conf @ rev 7810
Up slitaz-tools-boxes (3.9.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 24 19:02:35 2010 +0100 (2010-12-24) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/nomad/stuff/nomad.conf Fri Dec 24 19:02:35 2010 +0100 1.3 @@ -0,0 +1,42 @@ 1.4 +## Configuration of nomad. 1.5 +## You can specify as any places to connect as you want. 1.6 +## Nomad will recognize them if they follow this format: 1.7 + 1.8 +######################################################################## 1.9 +# Name_I_want() { 1.10 +# BOOT="yes" or "no" 1.11 +# TYPE="wifi" or "ethernet" 1.12 +# 1.13 +# #if ethernet: 1.14 +# DHCP="yes" or "no" 1.15 +# STATIC="yes" or "no" 1.16 +# IP="192.168.0.6 1.17 +# GATEWAY="192.168.0.1" 1.18 +# DNS_SERVER="192.168.0.1" 1.19 +# 1.20 +# #if wifi: 1.21 +# ESSID="MY-ESSID" 1.22 +# #if wpa (need wpa_supplicant): 1.23 +# DRIVER="wext" or "my-wpa-driver" 1.24 +# WPA=' #my wpa_supplicant configuration, ex: 1.25 +# ap_scan=1 1.26 +# network={ 1.27 +# ssid="SSID-WICH-NEED-WPA" 1.28 +# scan_ssid=1 1.29 +# proto=WPA 1.30 +# key_mgmt=WPA-PSK 1.31 +# psk=52b72d55b8ca0913c5339a2f 1.32 +# priority=5 1.33 +# }' 1.34 +# #if wep: 1.35 +# KEY="my-wep-key" 1.36 +# } 1.37 +######################################################################## 1.38 + 1.39 + 1.40 +## first, we have to say which interface is ethernet, which is wifi: 1.41 +INTERFACE="eth0" 1.42 +WIFI_INTERFACE="wlan0" 1.43 + 1.44 +## place here your differents access points: 1.45 +