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