Wilbert's website at SocSci

> Computer> Eduroam

computer/eduroam.html 2019-12-09

Eduroam

Eduroam on KDE networkmanager

My settings (works)

Settings made by Eduroam Configuration Assistent Tool (CAT)

Note that by default the password is saved unencrypted by eduroam cat. Better change that (last setting)

With this certificate file.

Eduroam on Raspberry Pi with Radboud login

this works for me with the following file wpa_supplicant.conf:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
        ssid="eduroam"
        key_mgmt=WPA-EAP
        eap=TTLS
        phase2="auth=MSCHAPV2"
        ca_cert="/etc/ssl/certs/AddTrust_External_Root.pem"
        identity="u123456@ru.nl"
        scan_ssid=1
        password="PASSWORD"
}

Stopping service with sudo service networking stop and starting it again after changing file above with sudo wpa_supplicant -iwlan0 -Dwext -c/etc/wpa_supplicant/wpa_supplicant.conf.

The password can be hashed:

echo -n 'PASSWORD' | iconv -t utf16le | openssl md4

and included as hash:fgjdflgjdflkgjsdfgj