Page 1 of 1

Wifi Connection

PostPosted: Jan 19th, '12, 22:35
by z
Does anyone know if it's possible to enable TTLS authentication in the Network Center? I need this to be able to connect to wireless. Thanks

Re: Wifi Connection

PostPosted: Jan 20th, '12, 13:42
by doktor5000
You mean like EAP-TLS, like with a RADIUS server? Sure, as encryption method select "WPA/WPA2 Enterprise" there you need to provide your EAP login/username, and either password and/or client certificate. And for the initial setup you should use drakconnect, which you can find in Mageia control center under Network & Internet -> Set up a new network interface (LAN, ISDN, ADSL, ...)

Re: Wifi Connection

PostPosted: Jan 24th, '12, 17:58
by z
Ok, thanks. Does this setup not support PAP? Can I download something to use this authentication method?

Re: Wifi Connection

PostPosted: Jan 24th, '12, 21:26
by doktor5000
You mean PAP as in password authentication protocol? Shouldn't be used, as your credentials will be transferred in plaintext (unencrypted),
which would totally defeat the goal of autentication/encryption. Could you please explain a bit about your wireless setup?

Re: Wifi Connection

PostPosted: Jan 24th, '12, 23:09
by z
I need to use an authentication method of TTLS with inner authentication using PAP. I need this setup for work/school. I am able to connect with fedora using the KDE network configurations but I do not see any way to enable this in Mageia.

Re: Wifi Connection

PostPosted: Jan 24th, '12, 23:35
by doktor5000
You could try to use networkmanager (which is used in Fedora) with the corresponding KDE plasmoid (NOT knetworkmanager)
Maybe you need to re-setup the connection (via drakx11), and in the final summary step you need to ensure that
"enable networkmanager to control this connection" is enabled (may be called a bit different, just translated it
from memory from the german translation) or just check if the settings file for that connection
(f.ex. /etc/sysconfig/network-scripts/ifcfg-wlan0)
has NM_CONTROLLED=yes option set.