Differences between revisions 2 and 3
Revision 2 as of 2007-05-02 15:46:02
Size: 821
Editor: mohacsi
Comment:
Revision 3 as of 2008-04-10 15:29:33
Size: 821
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

Wireless Eduroam Linux Debian (sid) wpasupplicant

cd /etc/ssl/certs/
wget http://www.ca.niif.hu/Certificates/niif_ca_root_x509.pem
ln -sf niif_ca_root_x509.pem  `openssl x509 -hash -noout -in niif_ca_root_x509.pem`.0

Addjuk hozzá az /etc/network/interfaces file-hoz a következőt, úgy hogy az eth2 inteface-t helyetesítsük a megfelelő wireless ethernet eszközzel.

auto eth2
iface eth2 inet dhcp
        wpa-driver wext
        wpa-ssid eduroam
        wpa-eap TTLS
        wpa-identity misi@niif.hu
        wpa-anonymous_identity anonymous@niif.hu
        wpa-ca_cert /etc/ssl/certs/niif_ca_root_x509.pem
        wpa-phase2 auth=PAP
        wpa-group CCMP TKIP
        wpa-pairwise CCMP TKIP
        wpa-key-mgmt WPA-EAP
        wpa-password jelszo

Campus6: Wireless_Eduroam_Linux_Debian_wpasupplicant (last edited 2012-01-30 11:16:19 by mohacsi)