Skip to content

Instantly share code, notes, and snippets.

@StephenHwang
Created September 7, 2022 20:45
Show Gist options
  • Save StephenHwang/472001b54952d2665fcd99c6d57e3bb4 to your computer and use it in GitHub Desktop.
Save StephenHwang/472001b54952d2665fcd99c6d57e3bb4 to your computer and use it in GitHub Desktop.
Setting up Eduroam wifi on linux

Connecting to JHU Eduroam

To clarify the instructions found on JHU WSE and Wireless Resource center, here are the settings I found worked for manually connecting to Eduroam on Linux (Ubuntu 20.04).

Create a new wifi connection and name it how you want with the following settings:

SSID: eduroam

Wi-Fi security: WPA & WPA2 Enterprise
Authentication: PEAP
CA certificate: *manually select file*

PEAP version: Automatic
Inner authentication: MSCHAPv2
Usermame: [email protected]
Password: **********

I used the CA certificate authority file: USERTrust_RSA_Certification_Authority.crt located at /usr/share/ca-certificates/mozilla/. A different CA certificate can be used, but I found that one was necessary. Leave Anonymous identity and Domain empty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment