wifi wep connect from command line
Sección: Administración de sistemas
Creado: 15-11-24
iwconfig to see interfaces
-
Type
ifconfig wlan0
and press Enter. You will not see any output in the terminal, as this command just turns your wireless card on. Most wireless cards are designatedwlan0
. If yours has a different designation, use that instead. -
Type
iwconfig wlan0 essid name key password
and press Enter. Replacename
with the actual network name, and replacepassword
with the actual security key for the network. If your wireless network does not require a security key, do not enterkey password
. -
Type
dhclient wlan0
and press Enter to obtain an IP address and connect to the WiFi network.