WPA en Ubuntu 8.10

Una vez detectado el dispositivo wireless, el fichero /etc/network/interfaces debe tener la siguiente información, cambiando si es necesario el dispositivo obtenido con el comando iwconfig, en este caso es eth1, así como la IP asignada, netmask y gateway:

iface lo inet loopback

wpa-psk xxxxxxxx
wpa-driver wext
wpa-key-mgmt WPA-PSK
wpa-proto WPA
wpa-ssid Apache

iface eth1 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
wpa-psk xxxxxxxxx
wpa-driver wext
wpa-key-mgmt WPA-PSK
wpa-proto WPA
wpa-ssid Apache

auto eth1
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License