Selim T. Erdogan wrote:
Olaf Reitmaier Veracierta,  1.03.2009 tarihinde şöyle yazmış:
WEP is deprecated on Lenny 5.0 for Wifi. You must use WPA-PSK (http://wiki.debian.org/WiFi/HowToUse#wpa_supplicant)

He should still be able to use WEP by making appropriate settings to his wpa supplicant configuration.
(in /etc/wpa_supplicant/wpa_supplicant.conf, for example)


That's true, he can still using the insecure WEP alone (4) or with the new ones (5),
as shown in the file:///usr/share/doc/wpasupplicant/README examples bellow.

4) IEEE 802.1X (i.e., no WPA) with dynamic WEP keys (require both unicast and
  broadcast); use EAP-TLS for authentication

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
        ssid="1x-test"
        scan_ssid=1
        key_mgmt=IEEE8021X
        eap=TLS
        identity="u...@example.com"
        ca_cert="/etc/cert/ca.pem"
        client_cert="/etc/cert/user.pem"
/etc/wpa_supplicant/wpa_supplicant.conf, for example)
        private_key="/etc/cert/user.prv"
        private_key_passwd="password"
        eapol_flags=3

5) Catch all example that allows more or less all configuration modes. The
  configuration options are used based on what security policy is used in the
  selected SSID. This is mostly for testing and is not recommended for normal
  use.

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
        ssid="example"
        scan_ssid=1
        key_mgmt=WPA-EAP WPA-PSK IEEE8021X NONE
        pairwise=CCMP TKIP
        group=CCMP TKIP WEP104 WEP40
        psk="very secret passphrase"
        eap=TTLS PEAP TLS
        identity="u...@example.com"
        password="foobar"
        ca_cert="/etc/cert/ca.pem"
        client_cert="/etc/cert/user.pem"
        private_key="/etc/cert/user.prv"
        private_key_passwd="password"
        phase1="peaplabel=0"
        ca_cert2="/etc/cert/ca2.pem"
        client_cert2="/etc/cer/user.pem"
        private_key2="/etc/cer/user.prv"
        private_key2_passwd="password"
}

Bye.


--
----------------------------------------------------------------------
"You don't know where your shadow will fall", Somebody.-
----------------------------------------------------------------------
Ing. Olaf Reitmaier Veracierta <ola...@gmail.com>
----------------------------------------------------------------------
http://olafrv.googlepages.com (Personal Webpage) ----------------------------------------------------------------------


--
To UNSUBSCRIBE, email to debian-laptop-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to