RESTENA eduroam access - Setup Instructions (wpa_supplicant)

We suggest using the utility wpa_supplicant for your connection.

  1. Download the eduroam Luxembourg CA certificate from www.eduroam.lu (as file format, choose "Other platforms (PEM Format)"
  2. In wpa_supplicant.conf, use the following network stanza for your eduroam connection. Adapt the lines marked in red to your local settings.

network={

proto=WPA2
ssid="eduroam"
key_mgmt=WPA-EAP
eap=TTLS
anonymous_identity="@education.lu"
ca_cert="/path/to/downloaded/ca-cert.pem"
subject_match="eduroam.restena.lu"
phase2="auth=PAP"
identity="RESTENA mail address"
password="RESTENA password"

}

Note: using this configuration will help protect your privacy by concealing your identity (email address) from the hotspot. Your identity will only be known to RESTENA.