You are not logged in.

#1 2008-10-15 19:40:57

saz
Member
From: Lisbon
Registered: 2008-04-19
Posts: 115

Need help with WPA-Enterprise!!!

Hi guys!

I need urgent help stablishing wireless connection to a WPA-Enterprise encrypted network.


this how it's configured by network manager:

eduroamwl2.th.png

however I need to get working without network manager, the options are Wicd or simply some kind of raw config file of the system...

please try to help me with this one because it's really important...

Last edited by saz (2008-10-15 19:44:19)

Offline

#2 2008-10-15 19:51:23

wuischke
Member
From: Suisse Romande
Registered: 2007-01-06
Posts: 630

Re: Need help with WPA-Enterprise!!!

Oi,

try the following:

network={
        ssid="eduroam"
        key_mgmt=IEEE8021X
        eap=TTLS
        phase2="auth=PAP"
        identity="IDENTITY"
        password="PASSWORD"
        ca_cert="/path/to/cacert-scrom.cer"
}

Edit: That's for wpa_supplicant.

Last edited by wuischke (2008-10-15 19:51:48)

Offline

#3 2008-10-15 20:45:21

saz
Member
From: Lisbon
Registered: 2008-04-19
Posts: 115

Re: Need help with WPA-Enterprise!!!

ok! thanks for the fat answer!

I'll have to wait till tomorrow to test that however...

By the way, should I add anything to my rc.conf?

Offline

#4 2008-10-15 21:02:29

wuischke
Member
From: Suisse Romande
Registered: 2007-01-06
Posts: 630

Re: Need help with WPA-Enterprise!!!

Well, I recommend using netcfg2 and thus adding net-profiles to rc.conf.

If you want to use netcfg2 (check the wiki for set-up and configuration instructions), use the wpa-config option in the profile.

Offline

#5 2008-10-15 21:20:08

saz
Member
From: Lisbon
Registered: 2008-04-19
Posts: 115

Re: Need help with WPA-Enterprise!!!

by the way, now I remember that I have already tried that, but instead of "key_mgmt=IEEE8021X" I used "key_mgmt=WPA-EAP".

I'll give it a try anyway....

Last edited by saz (2008-10-15 21:21:09)

Offline

#6 2008-10-17 08:37:26

saz
Member
From: Lisbon
Registered: 2008-04-19
Posts: 115

Re: Need help with WPA-Enterprise!!!

no... didn't  work...

I get:

ioctl[siocsiwauth]

Offline

#7 2008-10-17 12:47:12

wuischke
Member
From: Suisse Romande
Registered: 2007-01-06
Posts: 630

Re: Need help with WPA-Enterprise!!!

This should not be a problemantic error. Try setting the essid manually with iwconfig and also enable debug output for wpa_supplicant using the -d flag.

Offline

#8 2008-10-17 15:55:34

catwell
Member
From: Bretagne, France
Registered: 2008-02-20
Posts: 207
Website

Re: Need help with WPA-Enterprise!!!

Try this in netcfg2 with key_mgmt=WPA-EAP:

CONNECTION="wireless"
INTERFACE=wlan0
SCAN="yes"
SECURITY="wpa-config"
ESSID="eduroam"
IP="dhcp"
TIMEOUT=20

Last edited by catwell (2008-10-17 15:58:05)

Offline

#9 2008-10-17 19:27:31

neotuli
Lazy Developer
From: London, UK
Registered: 2004-07-06
Posts: 1,204
Website

Re: Need help with WPA-Enterprise!!!

you could also try autowifi with wpa_gui for a non-graphical solution if that's what you're into.


The suggestion box only accepts patches.

Offline

#10 2008-10-17 23:59:17

SomeGuyDude
Member
Registered: 2008-10-09
Posts: 271

Re: Need help with WPA-Enterprise!!!

Wicd is amazing, that's my suggestion. I have to use the same encryption for my university network.


And in the midst of such perfection,
I can't help but feel diseased.

Offline

#11 2008-10-22 09:39:24

saz
Member
From: Lisbon
Registered: 2008-04-19
Posts: 115

Re: Need help with WPA-Enterprise!!!

managed to get it working with wpa_supplicant!

just had to add

ctrl_interface=/var/run/wpa_supplicant

eapol_version=1
ap_scan=1
update_config=1

SOLVED

Last edited by saz (2008-10-22 09:40:28)

Offline

#12 2009-03-16 21:54:37

quarkup
Member
From: Portugal
Registered: 2008-09-07
Posts: 497
Website

Re: Need help with WPA-Enterprise!!!

saz wrote:

managed to get it working with wpa_supplicant!

just had to add

ctrl_interface=/var/run/wpa_supplicant

eapol_version=1
ap_scan=1
update_config=1

SOLVED

actually me and a friend of mine uses the wicd to access eduroam (before was e-U).. it has a graphical front-end (just like networkmanager).


If people do not believe that mathematics is simple, it is only because they do not realize how complicated life is.
Simplicity is the ultimate sophistication.

Offline

Board footer

Powered by FluxBB