WPA - in Ubuntu 6.06 LTS

Jochen Kaechelin fvgi242ss at wlanhacking.de
Sun Jun 25 13:33:15 UTC 2006


Am Sonntag, 25. Juni 2006 15:07 schrieb .t.:
> It's an intel pro wireless.

1.	aptitude install wpasupplicant
2.	run "wpa_passphrase" and enter your key
3.	edit 

/etc/default/wpasupplicant:

  ENABLED=1
  OPTIONS="-w"
  OPTIONS="-i eth0 -D wext  -c /etc/wpa_supplicant.conf"

4.	edit

/etc/wpa_supplicant/wpa_supplicant.conf:

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0

eapol_version=1
ap_scan=1
fast_reauth=1
i
network={
      ssid="YOUR SSID"
      scan_ssid=1
      proto=WPA
      key_mgmt=WPA-PSK
      pairwise=TKIP
      group=TKIP CCMP
      psk=#### enter generated key from pos 2. #####
}

 
5.	edit

/etc/network/interfaces:

auto ethX
iface ethX inet dhcp
        wpa-conf /etc/wpa_supplicant.conf


Works for me.


-- 
Jochen Kaechelin, fvgi242ss, wlanhacking.de
http://mail.wlanhacking.de/cgi-bin/mailman/listinfo
-
Frauen sind die einzigsten Opfer die auf ihren Jäger lauern!




More information about the ubuntu-users mailing list