Eduroam

Eduroam (education roaming) is a secure, worldwide roaming access service developed for the international research and education community, and it allows students from member institutions to connect to the Internet across campus and when visiting other participating institutions using their full GW email ([email protected]) and the password that corresponds to their GW email address. For more information and a list of participating U.S. institutions, visit “Where can I eduroam?”.

  1. Click on Settings on the home screen of your iPhone
  2. Click on Wi-Fi
  3. Select eduroam from your available SSID list under Choose a Network
  4. If you are prompted for a "cppm.it.gwu.edu" please accept or trust the certificate
    NOTE: The certificate will show as "Not Trusted" because it"s a GWU-generated local certificate and only valid for GW resources. Please accept as long as you see cppm.it.gwu.edu
    photo of ccpm.it.gwu.edu certificate for GWireless
  5. Enter your full university e-mail address (e.g., [email protected]) as your user name
  6. Enter the password that corresponds with your e-mail address at your home institution
  7. Accept the certificate from AddTrust, InCommon or rad****.es.gwu.edu
  1. Enable the wireless service on your device
  2. Select the SSID eduroam
    Screenshot of Android Connecting to eduroam
  3. Select "PEAP" for the EAP method
  4. Select "MSCHAPV2" for Phase 2 authentication
  5. Select "Use system certificates" for CA certificate
  6. If you are prompted for a "cppm.it.gwu.edu" please accept or trust the certificate                    
    NOTE: The certificate will show as "Not Trusted" because it"s a GWU-generated local certificate and only valid for GW resources. Please accept as long as you see cppm.it.gwu.edu
  7. Enter gwu.edu for the Domain (if present)
  8. Enter your full university e-mail address ([email protected]) for your identity
  9. Ignore the Anonymous Identity field
  10. Enter the password that corresponds with your e-mail address
  11. Select Connect
  1. Ensure the wireless functionality of your computer is enabled.
  2. Select eduroam from your available SSID list
  3. If you are prompted for a "cppm.it.gwu.edu" please accept or trust the certificate
    NOTE: The certificate will show as "Not Trusted" because it"s a GWU-generated local certificate and only valid for GW resources. Please accept as long as you see cppm.it.gwu.edu
    Screenshots from Mac:
    Screenshot of Authenticating Eduroam

    Screenshot of Mac Eduroam Authentication
  4. Enter your GW email and corresponding password
    Screenshot of eduroam Connection on Mac
  5. Select Connect
  1. Become root by typing sudo -i
  2. Edit wpa_supplicant.conf with your favorite editor (nano, gedit, vim…)  

# nano /etc/wpa_supplicant/wpa_supplicant.conf

  1. Ensure the contents match the following, with the exception of your username and password in the appropriate place.

############################

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

ctrl_interface_group=0

update_config=1

country=US

 

network={

ssid="eduroam"

      scan_ssid=1

key_mgmt=WPA-EAP

eap=PEAP

identity="[email protected]"

password="YouPasswordHere"

phase2="MSCHAPV2"

}

############################

  1. Edit  /etc/network/interfaces with nano, gedit, nano, or vim

# nano /etc/network/interfaces

 

############################

# interfaces(5) file used by ifup(8) and ifdown(8)

# Please note that this file is written to be used with dhcpcd

# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'

 

# Include files from /etc/network/interfaces.d:

source-directory /etc/network/interfaces.d

############################

  1. Save files and restart the network by executing the following command:

# /etc/init.d/networking stop ; /etc/init.d/networking start

  1. Verify that you have an internet connection by opening a web page or by executing ifconfig -a