Instituto Superior Técnico

Serviços de Informática

Setting up the wireless network (eduroam) in Raspberry Pi’s

Warning: For security reasons it’s very important to change the Raspberry Pi’s default credentials.

The following instructions refer to the configuration of the wireless network in the microcomputer Raspberry Pi.

Create a file named wpa_supplicant.conf in the file directory /etc/wpa_supplicant/, with the following content inside:

country=PT
network={
ssid=”eduroam”
key_mgmt=WPA-EAP
eap=PEAP
identity=”istxxxxx@tecnico.ulisboa.pt” (where istxxxxx is your Técnico ID)
anonymous_identity=”anonymous@tecnico.ulisboa.pt”
password=”password” (password is your Técnico Passoword)
ca_cert=”/path/to/cacert.crt”
phase1=””
phase2=”auth=MSCHAPV2″
}