On Wed, 15 Oct 2025, Pedro Andres Aranda Gutierrez wrote:
A notable exception is eduroam, where I'm still struggling...
It's a bit offtopic on this thread; the wireless mailing list might be better
but for what it's worth:
network={
ssid="eduroam"
proto=WPA2
key_mgmt=WPA-EAP
anonymous_identity="@realm"
identity="userisme@realm"
password="abcdefhijklmn1234"
}
should normally just work. I tried it in Zagreb the last time at EuroBSDCON.
Realm is usally your institutions domain, such as "uc3m.es" or a subdomain.
"userisme" is your login.
You'll likey have to add
eap=PEAP
phase2="eapauth=MSCHAPV2 mschapv2_retry=0"
if the above does not work.
If your institution does not have support, you can find some hints here:
https://wiki.geant.org/spaces/H2eduroam/pages/121346284/endusers+BEGINNER
and
https://wiki.geant.org/spaces/H2eduroam/pages/236879929/Testing+with+eapol_test#Testingwitheapol_test-Testingwitheapol_test
Otherwise feel free to email me (directly).
/bz
--
Bjoern A. Zeeb r15:7