WiFi Configuration
We will be using the WiFi infrastructure from the University of Lisbon.
They configured us a special account to be used in the eduroam network.
Save this information and put it handy to help you configuring your laptop.
- Network name (SSID): eduroam
- Protocol with WPA/TKIP and PEAP
- Username: yapc@fc.ul.pt
- Password: yapceu2009
You can get more information visiting:
During the event you can consult that webpage connecting to ‘eduroam-guest’ wireless network.
Please add any comment below...
Although if you can read this it might not be helpful, here is a wpa_supplicant config snippet:
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="eduroam"
key_mgmt=WPA-EAP
eap=TTLS
identity="yapc@fc.ul.pt"
password="yapceu2009"
ca_cert="/etc/ssl/certs/ca-certificates.crt"
phase2="auth=MSCHAPV2"
}
Ubuntu Linux: WPA & WPA2 Enterprise, Tunneled TLS, Anonymous Identity: leave empty, CA: not needed, Inner Auth: PAP or MSCHAPv2, User name: yapc@fc.ul.pt, password: yapceu2009.
version 6 saved on 03/08/09 15:29 by MartijnVdS
Home | Tags | Recent changes | History