It works for me with: [global] Name = MeeGo Description = Private network configuration [service_intel] Type = wifi Name = <ssid> EAP = peap CACertFile = <cert file> Passphrase = <password> Identity = <identity> Phase2 = MSCHAPV2
Bests Jeff > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Gustavo F. Padovan > Sent: Thursday, March 17, 2011 3:28 AM > To: [email protected] > Subject: Re: PEAP configuration file > > * Marcel Holtmann <[email protected]> [2010-02-08 16:38:41 +0100]: > > > Hi Tang, > > > > > I'm trying to get my wifi connected to my university network using > > > peap. I have successfully connected by killing connman and setup > > > wpa_supplicant manually, but it's very inconvenient. > > > > > > As 0.48 has started to support peap, I upgraded connman to 0.48, and > > > the wifi type has been successfully identified as IEEE8021X on the > > > GUI of moblin. But it still don't allow me to put in both username > > > and password. I noticed there is a configuration file as > > > /var/lib/connman/default.profile, but I have no idea how to set the > > > parameters. > > > > > > Can anyone help to post a configuration file for this network? > > > > > > The wpa_supplicant.conf i'm using is: > > > network={ > > > ssid="sMobileNet" > > > key_mgmt=WPA-EAP > > > eap=PEAP > > > identity="username" > > > password="password" > > > phase2="auth=MSCHAPV2" > > > } > > > > you need to create a file like /var/lib/connman/my.config for your > > network settings: > > > > [service_mynetwork] > > Type = wifi > > Name = sMobileNet > > EAP = peap > > Identify = > > Password = > > Phase2 = auth=MSCHAPV2 > > I'm having a similar problem with my university wireless network. > With the default gentoo network scripts everything work fine, wpa_supplicant > conf follows: > > network={ > ssid="Alunos-IC3" > key_mgmt=WPA-EAP > eap=PEAP > identity="g061316" > password= "*****" > } > > > For connmand I have this in the config file (I checked and connmand is indeed > loading this file) > > [global] > Name = Alunos-IC3 > Description = Alunos network configuration > > [service_peap] > Type = wifi > Name = Alunos-IC3 > EAP = peap > Identity = g061316 > Passphrase = **** > > There is a log from wpa_supplicant attached. > > -- > Gustavo F. Padovan > http://profusion.mobi _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
