|
Manual eduroam connectionApril 03, 2023 This article is based somewhat on a similar text written by
Anders Damsgaard, but has been
generalized to fit various universities that use the eduroam roaming
service. Although eduroam provides a solution for connection using
Linux, it is only written for Linux and not *nix systems in
general, and it relies somewhat on certain prerequisites that all
*nix users may not have. The solution I will discuss only relies on
the Provided that you have You can extract the PEM certificate either manually or by using sed, for example like so (replacing installer.py with the name of the installer script you’ve downloaded):
The extracted PEM certificates should begin with
Now, save the extracted PEM certificate to a place that your
wpa_supplicant have access. Such a place could be
Depending on your current wpa_supplicant configuration,
the file
You will, of course, have to change the strings <your
eduroam ...> to match your eduroam identity that is
registered with your university. That’s it. The next time you use
Keep in mind that you should always treat public
networks as insecure and consider any data you transmit through
them as potentially collected by unauthorized parties, including
the network owner. This can compromise your privacy and safety. To
protect your data, consider using Tor or even better, a personally
owned and controlled proxy instead of consumerized VPNs, which pose
the same trust issues as a public network.
|