2

With Ubuntu 14.04 LTS I had no problem connecting to the different networks of my university, for example eduroam and others that use the same configuration. The configuration is the following:

  • SSID: eduroam
  • Security : WPA & WPA2 Enterprise
  • Authentication : Protected EAP (PEAP)
  • CA certificate: Thawte_Premium_Server_CA.pem (in /etc/ssl/certs)
  • PEAP version : Automatic
  • Inner authentication : MSCHAPv2
  • Username and password provided by the university.

Now with Ubuntu 15.10, the network keeps asking for me to confirm the password (already written in the dialog, just have to press enter) password and never connects. I have tried some of the answers to similar questions:

kauron
  • 21

2 Answers2

0

I added my username to the group 'netdev', logged out and in again, and now everything went smoothly. Found this info on a Debian site.

0

On Ubuntu Gnome 15.10, I had the same problem, I selected the following options when Connecting

Fill: username: #yourusername anonymous identity: #yourusername

Inner authentication: MSCHAP (Not MSCHAPv2)

Ndeto
  • 101