Mon Nov 10, 2014 10:37 am
Mon Nov 10, 2014 10:38 am
Mon Nov 10, 2014 12:18 pm
Mon Nov 10, 2014 11:25 pm
Mon Nov 10, 2014 11:26 pm
Mon Nov 10, 2014 11:27 pm
Tue Nov 11, 2014 1:43 am
Tue Nov 11, 2014 11:14 am
Tue Nov 11, 2014 11:18 am
Tue Nov 11, 2014 12:46 pm
___ SAMPLE WIRELESS CONFIGURATION ___
Sample wireless configuration
Manual configuration (not needed if wicd works)
Edit (/)etc/network/interfaces
This example is for WPA2 Personal encryption with shared ASCII key.
Items marked with ### are only needed for encrypted networks.
Use appropriate local IP numbers.
# wireless interface
iface wlan0 inet static
wpa-driver wext
wpa-ssid <ssid>
### wpa-proto is WPA for WPA1 (aka WPA) or RSN for WPA2
wpa-proto RSN
### wpa-pairwise and wpa-group is TKIP for WPA1 or CCMP for WPA2
wpa-pairwise CCMP
wpa-group CCMP
### use 'wpa_passphrase <ssid> [passphrase]' to generate hex-key
### enter the result below
wpa-psk <hex-key>
address 192.168.xxx.xxx
netmask 255.255.255.0
gateway 192.168.1.1 (maybe)
auto wlan0
Start/stop the interface with:
ifup wlan0
ifdown wlan0