Hi,
I need to set a Nerves based device into a school, but they only have Eduroam wifi. Has anybody (successfully) used that before? I would appreciate any feedback.
https://eduroam.org/about/connect-yourself/
Thanks in advance,
Tomaz
Hi,
I need to set a Nerves based device into a school, but they only have Eduroam wifi. Has anybody (successfully) used that before? I would appreciate any feedback.
https://eduroam.org/about/connect-yourself/
Thanks in advance,
Tomaz
That guide indicates PEAP-MSCHAPv2. From a message on Slack I see you found the cookbook: vintage_net/docs/cookbook.md at main · nerves-networking/vintage_net · GitHub
I’ve not used it for eduroam specifically but I have verified the auth procedure for a client and made patches to make it work for wired 802.1x as well (still need to be integrated) with NervesKey providing the TLS handshake. So the plumbing works.
For WiFi everything should just be according to the cookbook. Have you tried it?