The University where I work has proudly put up a new network for remote access. Among its advantages, one can count that there are more access points, its has a more robust security, and that the user only needs to register once.
One additional point for Linux users is that, as opposed to Windows, you do not need to download any software, install it and run it to be able to log in. It is a WPA2 Enterprise network that uses PAP for authentication.
However, there was a problem: although the University provides a Linux guide for configuring the network, this document only describes the process for Ubuntu and network manager.
When I tried to follow the instructions in PCLinuxOS 2013.2 and Mageia 2, regardless of my attempts, the connection would fail. Both Linux distributions use drakenet instead of networkmanager and the former simply refused to cooperate.
Yesterday, I found the way to make the elusive WPA2 Enterprise network talk to PCLinuxOS and Mageia. All that is needed is to go to /etc and open Konsole to modify a file. So, you have to type su, followed by your root password. Then, as you need to open Kwrite to edit a file, you must type the following command to circumvent a problem that prevents Kwrite from launching:
export $ (dbus-launch)
Then, to open Kwrite, type:
kwrite
After some warnings, the GUI of Kwrite pops up, so use the menu to locate the file called
wpa_supplicant.conf. Go to the end of the file and append these lines there:
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
ap_scan=1
fast_reauth=1
network={
ssid="Network-Name
key_mgmt=WPA-EAP IEEE8021X NONE
proto=RSN WPA
eap=TTLS
identity="name.surname"
password="password"
phase2="auth=PAP"
pairwise=CCMP TKIP
group=CCMP TKIP
scan_ssid=1
mode=0
}
Then, save the file and close everything. Reboot your machine and that makes PCLinuxOS and Mageia work with this new University network.
The more I use Linux, the more I learn :)
A blog to compile what I have learned (and what I am learning) about Mandriva (and GNU/Linux in general) since 2009, when I migrated. Current distros I'm using: OpenMandriva Lx ROME 5.0, Mageia 9, MX 19, Manjaro 23.1, and Elive 3.
Suscribirse a:
Enviar comentarios (Atom)
14 Years?! Happy anniversary, Mandriva Chronicles!
Yes, today is the 14th anniversary of this humble blog, which I created to register my experiences as a Linux user. What has changed since ...
-
Linux is commonly de-famed as an operating system for computer gurus and, in the Linux world, many people believe that the only user-friendl...
-
En el mundo Linux, Ubuntu es la distribución más popular. Siendo así, ¿por qué decidí usar Mandriva (que generalmente se clasifica como una...
Glad to hear you could solve that issue. The more we learn, the stronger we get!
ResponderEliminar