how to use wpa_supplicant on wpa network with peap andcredentialing
Maureen Lai
maureenlai
Wed Jul 19 00:39:47 PDT 2006
I tried it without certificate file on my system right now and it works.
I just commented out "ca_cert="/etc/cert/ca.pem" in wpa_supplicant conf
file.
Now I'm sure you DONOT need a certificate for connection. :)
The certificates need to be installed manually. It wouldn't be generate
automatically in xp.
-----Original Message-----
From: John H. [mailto:mistamaila at gmail.com]
Sent: Wednesday, July 19, 2006 2:31 PM
To: Maureen Lai
Cc: Andrew Barr; hostap at shmoo.com
Subject: Re: how to use wpa_supplicant on wpa network with peap
andcredentialing
so i DO need a certificate? once i get it working in xp, should the
file be local in XP and i can get it from there?
On 7/18/06, Maureen Lai <maureenlai at allion.com> wrote:
> How about try this configure in wpa_supplicant.conf in wpa_supplicant
> tar ball.
>
> # EAP-PEAP/MSCHAPv2 configuration for RADIUS servers that use the new
> peaplabel
>
> network={
> ssid="schoolssid"
> key_mgmt=WPA-EAP
> eap=PEAP
> identity="username"
> password="password"
> ca_cert="/etc/cert/ca.pem"
> phase1="peaplabel=1"
> phase2="auth=MSCHAPV2"
> }
>
> I think you might need to get a certificate file (ca.pem) from your
> radius server first.
>
More information about the Hostap
mailing list