rhn wrote:
[...]
> I don't know the answer to your question, but I'd like to ask you one thing: 
> hod do you connect to eduroam?
> I tried configuring it, but I failed, since the university only provides 
> guides for Windows XP, Vista and Symbian, and doesn't mention at all what the 
> underlying standards are.
> Could you send your wpa_supplicant config?

Here is the working entry from my wpa_suppicant.conf:

network={
         ssid="eduroam"
         scan_ssid=1
         key_mgmt=WPA-EAP
         eap=PEAP
         ca_cert="/etc/ssl/certs/GTE_CyberTrust_Global_Root.pem"
         identity="your-username"  #usually n...@somewhere
         password="your-password"
         phase1="peaplabel=0"
         phase2="auth=MSCHAPV2"
}

The certificate file should already be on your freerunner, if you have 
SHR unstable. If not, get it from some linux distro.

wpa-supplicant will only associate to the access point, you may
need to run udhcpc to get an ip-address also.

Helge Hafting
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to