wok annotate nomad/stuff/nomad.conf @ rev 9981
Add squidclamav
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 18 23:29:36 2011 +0200 (2011-05-18) |
parents | |
children |
rev | line source |
---|---|
sygne@1123 | 1 ## Configuration of nomad. |
sygne@1123 | 2 ## You can specify as any places to connect as you want. |
sygne@1123 | 3 ## Nomad will recognize them if they follow this format: |
sygne@1123 | 4 |
sygne@1123 | 5 ######################################################################## |
sygne@1123 | 6 # Name_I_want() { |
sygne@1123 | 7 # BOOT="yes" or "no" |
sygne@1123 | 8 # TYPE="wifi" or "ethernet" |
sygne@1123 | 9 # |
sygne@1123 | 10 # #if ethernet: |
sygne@1123 | 11 # DHCP="yes" or "no" |
sygne@1123 | 12 # STATIC="yes" or "no" |
sygne@1123 | 13 # IP="192.168.0.6 |
sygne@1123 | 14 # GATEWAY="192.168.0.1" |
sygne@1123 | 15 # DNS_SERVER="192.168.0.1" |
sygne@1123 | 16 # |
sygne@1123 | 17 # #if wifi: |
sygne@1123 | 18 # ESSID="MY-ESSID" |
sygne@1123 | 19 # #if wpa (need wpa_supplicant): |
sygne@1123 | 20 # DRIVER="wext" or "my-wpa-driver" |
sygne@1123 | 21 # WPA=' #my wpa_supplicant configuration, ex: |
sygne@1123 | 22 # ap_scan=1 |
sygne@1123 | 23 # network={ |
sygne@1123 | 24 # ssid="SSID-WICH-NEED-WPA" |
sygne@1123 | 25 # scan_ssid=1 |
sygne@1123 | 26 # proto=WPA |
sygne@1123 | 27 # key_mgmt=WPA-PSK |
sygne@1123 | 28 # psk=52b72d55b8ca0913c5339a2f |
sygne@1123 | 29 # priority=5 |
sygne@1123 | 30 # }' |
sygne@1123 | 31 # #if wep: |
sygne@1123 | 32 # KEY="my-wep-key" |
sygne@1123 | 33 # } |
sygne@1123 | 34 ######################################################################## |
sygne@1123 | 35 |
sygne@1123 | 36 |
sygne@1123 | 37 ## first, we have to say which interface is ethernet, which is wifi: |
sygne@1123 | 38 INTERFACE="eth0" |
sygne@1123 | 39 WIFI_INTERFACE="wlan0" |
sygne@1123 | 40 |
sygne@1123 | 41 ## place here your differents access points: |
sygne@1123 | 42 |