Cannot connect to eduroam from ubuntu

15,666

Solution 1

Not sure if it's the correct way but it works fine for me.

Open the configuration file which can be found at /etc/NetworkManager/system-connections/

Open terminal and use command

sudo nano /etc/NetworkManager/system-connections/eduroam

Look for and remove

system-ca-cert=true

and change

password-flags=1

to

password=YourPassword

Solution 2

I also had this problem and I followed Gman's fix, which almost worked for me.

In my case the client automatically edited a '-' into the middle of my username.

identity = [email protected]

I removed the '-' and was good to go.

Share:
15,666

Related videos on Youtube

Gman
Author by

Gman

I am a creative, hardworking and enthusiastic student graduating May 2015 with a Bachelor's Degree in Applied Computing. I also volunteer (mentor) at Coderdojo Letterkenny where we have on average 75 students. I was nominated and won a Scholarship Award April 2014. Interested in mobile web, Android and wifi, and am a founding member of the Android App Development Society at LYIT. Strong communication skills with a passion for mentoring others. Knowledge in: Java Programming, C#, XHTML, CSS, PHP, MySQL, CMS. Android, Wi-Fi, Indoor Location. Bootstrap 3, Jenkins, Sonar, Amazon AWS.

Updated on September 18, 2022

Comments

  • Gman
    Gman over 1 year

    I am trying to connect to eduroam from Ubuntu, and it asks me for certificates. I asked my college tech support and the answer I got was "I don't know anything about Linux or Ubuntu, all our machines are windows or macs". I asked one of the lecturers and he said that there is no certificate needed.

    How can I fix it?

    • Admin
      Admin over 9 years
      On the topic itself: It is likely possible to adapt the instructions for Mac and Windows to Ubuntu. I remember my university asked me to download and install a certificate, after that eduroam worked fine on my Ubuntu laptop. If you could maybe share the instructions provided to you, we might be able to adapt them more safely to Ubuntu than disabling cert checking and hard-coding clear-text passwords…
    • Admin
      Admin over 9 years
      @amon yes I will answer the question in 17 hours as it suggests, thanks. As for the instructions, they gave me none just what I stated above that is why I asked in here. Our tech department only helps if its windows and even at that the help can cause more problems.
    • Admin
      Admin over 8 years
      Here is a guide where detailed connection instructions for linux users are provided. In particular, it gives all the information on how to configure eduroam both via GUI and command line, and where to find the CA certificate under linux.
  • Admin
    Admin over 7 years
    It is better not to store password as text. Instead, leave password empty, which you can enter when prompted.