Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Englisch
Panel
borderColor#d0d1d4
borderStylesolid

Summary

Establish a connection under the Linux-Debian Derviat Ubuntu to the WLAN "Eduroam" at the University of Jena, a project for the international provision of secure Internet access for science and teaching.



Panel
borderColor#d0d1d4
borderStylesolid

This guide is aimed at the following target groups:

  • Students
  • Teachers
  • Employees
  • Scientific employees and assistants
  • Institutions and Commitees (e.g. student councils)
  • Working groups (e.g. projects)
  • Guests of the University of Jena

Requirements

  • an active user account of the University of Jena
  • an Ubuntu version from 18.04 (bionic beaver)
  • Root rights or superuser (sudo) on the target device
  • Internet access (mobile data, HotSpot, etc.)

Internetzugang für mobile Geräte (WLAN, Eduroam) (uni-jena.de) for more information about the Eduroam network..

Setting up the Eduroam WLAN with CAT (Configuration Assistant Tool)

1. Step: Update and upgrade the software components

Open the Linuxterminal with the key combination 

Strg + Alt + T

Update and upgrade the system with the following command:

[user@devicename]:~$ sudo apt-get update && sudo apt-get upgrade


(click to enlarge the picture)

Confirm the command with Enter and enter your password. Confirm the installation with Enter and type J or Y on your keypad when prompted. 

(optional) 2. Step: Install Pyhton

Info
titleUbuntu 22.04 LTS

On newer Ubuntu versions, the Python package is pre-installed in version 3, you can skip step 2 in this case.

If you already have Python installed you can skip this step and proceed to step 3.

Open the Linuxterminal with the following key combination

Strg + Alt + T

Install Python on your system with the following command:

[user@devicename]:~$ sudo apt-get install python


(click to enlarge the picture)

Confirm the command with Enter and enter your password. Confirm the installation with Enter and type J or Y on your keypad when prompted. 

To check if the installation has taken place you can enter the following in the command line:

[Nutzername@Gerätename]:~$ python --version
- OR -
[Nutzername@Gerätename]:~$ python3 --version

Als Antwort sollten Sie die aktuelle Versionsnummer erhalten, bspw.:

Python 2.7.18
- OR -
Python 3.10.4


(click to enlarge the picture)

3. Step: Delete old Eduroam WLAN profiles

If Eduroam has never been set up on the end device, you can continue directly with step 4.

Open the Wi-Fi setting.


(click to enlarge the picture)

Open the eduroam settings by clicking on the gear next to "eduroam".


(click to enlarge the picture)

Click "Remove connection".


(click to enlarge the picture)

4. Step: Install Eduroam profile with CAT

For a secure connection setup, some settings and the installation of a security certificate are necessary. The latter ensures that your end device does not simply trust any (malicious) access point and pass on your login data.

Follow the link below to download the eduroam CAT installer: https://cat.eduroam.org/

Follow the link to download the installation program. Enter the Friedrich Schiller University Jena as the organization. Click the download button and download the installation program.

5. Step: Installing the Eduroam tool

Open the Linuxterminal with the key combination

 Strg + Alt + T

Now enter the following command in the command line:

[user@devicename]:~$ cd Downloads
[user@devicename]:~/Downloads$ python eduroam-linux-Friedrich-Schiller-Universitat_Jena.py
- OR -
[user@devicename]:~/Downloads$ python3 eduroam-linux-Friedrich-Schiller-Universitat_Jena.py


(click to enlarge the picture)

Confirm the first window with "Ok".


(click to enlarge the picture)

Confirm your membership at the University of Jena. 


(click to enlarge the picture)

Enter your userid@uni-jena.de as the user ID. E.g. ab123cde@uni-jena.de not your email address!


(click to enlarge the picture)

Enter your password twice.


(click to enlarge the picture)

Confirm the installation.


(click to enlarge the picture)

Inhalt nach Stichwort
showLabelsfalse
max5
spacesURZ010SD
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("linux","laptop","wlan","internet","eduroam") and type = "page" and space = "URZ010SD"
labelseduroam linux laptop internet wlan

Panel
borderColor#d0d1d4
borderStylesolid

TitelTitle: "Ubuntu - installing Eduroam wireless LAN via CAT"

Edited: 25.07.2022


...