Recientemente he empezado a trabajar con Ubuntu Server 10.04, pero estoy teniendo un problema al conectar con cifrado WEP Wifi.
He intentado lo siguiente:
sudo ifconfig wlan0 down
sudo dhclient -r wlan0
sudo ifconfig wlan0 up
sudo iwconfig wlan0 essid "<essid>"
sudo iwconfig wlan0 key <hex key>
Entonces, traté de conectar a la Wifi por ejecutar sudo dhclient wlan0
, sin embargo, sigo recibiendo el mismo error- No DHCPOFFERS recibido.
Estoy haciendo esto de la manera correcta, o es que hay algo que me estoy olvidando?
sudo ifconfig
rendimientos:
wlan0 Link encap: Ethernet HWAaddr 00:1f:1f:3b:3c:3e
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
X bytes:0 (0.0B) TX Bytes:0 (0.0B)
Mientras sudo iwconfig
rendimientos:
wlan0 IEEE 802.11bg ESSID:"GlobalNetwork"
Mode:Managed Access Point: Not-Associated Tx-Power:8 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:my-hex-key
Power Management:off
Estoy tratando de conectar con un Ralink RT2561 que se muestra con lshw -C network
.
Cualquier ayuda que me puedan dar se agradece mucho, ¿qué estoy haciendo mal?