Difference between revisions of "configuring WEP wireless via command line / CLI"

From thelinuxwiki
Jump to: navigation, search
(Created page with "using wireless-tools for configuring linux wireless network connection via command line / CLI *** WEP ONLY *** wireless-tools does NOT support WPA == manual connection via wi...")
 

Latest revision as of 21:51, 27 February 2013

using wireless-tools for configuring linux wireless network connection via command line / CLI

      • WEP ONLY ***

wireless-tools does NOT support WPA

manual connection via wireless-tools

Manual connection using dhcp

To do all manually:

# ifconfig wlan0 up 
# iwlist wlan0 scan 
# iwconfig wlan0 essid networkname 
# dhcpcd wlan0