Windows, Android, MacOS, iOS



Schritt 1: Laden Sie von der Seite vpn.hhu.de die aktuelle Konfigurationsdatei HHU-VPN.ovpn herunter.

Step 1: Download the current configuration file HHU-VPN.ovpn from the page vpn.hhu.de.


Schritt 2: Öffnen Sie die OpenVPN-App. Klicken Sie auf das Stift-Symbol rechts von "Disconnected".

Step 2: Open the OpenVPN app. Click the pencil icon to the right of Disconnected.


Schritt 3: Löschen Sie die bestehende Konfiguration, indem Sie bei "Edit Profile" unten auf Delete Profile klicken.

Bestätigen Sie die Frage "Do you want to delete profile?" mit Yes.

Step 3: Delete the existing configuration by clicking Delete Profile at the bottom of "Edit Profile".

Confirm the question "Do you want to delete profile?" with Yes.


Schritt 4: Gehen Sie bei "Import Profile" auf den Reiter (1.) File und dann auf (2.) Browse.

Step 4: At "Import Profile" go to the (1.) File tab and then to (2.) Browse.


Schritt 5: Wählen Sie die aktuelle Konfigurationsdatei HHU-VPN.ovpn aus (im Normalfall werden Sie diese im Download-Ordner Ihres Gerätes finden). Klicken Sie unten auf Ok.

Bestätigen Sie die Frage "Import .ovpn profile?" mit Ok.

Step 5: Select the current configuration file HHU-VPN.ovpn (normally you will find it in the download folder of your device). Click Ok at the bottom.

Confirm the question "Import .ovpn profile?" with Ok.


Schritt 6: Geben Sie nun noch (1.) Ihre Zugangsdaten ein: Username ist Ihre Unikennung. Setzen Sie ein Häkchen bei "Save password". Geben Sie anschließend als "Passwort" Ihr Unipasswort ein. Falls Sie OpenVPN direkt starten möchten, setzen Sie ein Häkchen bei "Connect after import".

Um die Konfiguration abzuschließen, klicken Sie (2.) oben rechts auf Add.

Step 6: Now enter (1.) your access data: Username is your university ID. Put a check mark at "Save password". Then enter your university password as "Password". If you want to start OpenVPN directly, check the box "Connect after import".

To complete the configuration, click (2.) Add in the upper right corner.


Linux


Bevor Sie die neue Konfigurationsdatei importieren, ist es wichtig, die alte zu löschen, um Dateien mit identischen Namen zu vermeiden.

Schritt 1: Man kann sich mit folgendem Befehl alle importierten Konfigurationen anzeigen lassen:

Step 1: You can display all imported configurations with the following command:

openvpn3 configs-list

Die Ausgabe sollte in etwa wie folgt aussehen:

The output should look something like this:

Configuration Name                                        Last used
------------------------------------------------------------------------------
HHU-VPN                                                   2025-01-23 12:40:00
------------------------------------------------------------------------------


Schritt 2: Löschen der alten Konfigurationsdatei

Step 2: Removing the old configuration

openvpn3 config-remove --config HHU-VPN



Schritt 3: Laden Sie die neue Konfigurationsdatei von https://vpn.hhu.de/ herunter.

Mit dem folgenden Befehl kann eine Konfigurationsdateien in OpenVPN 3 importiert werden:

Step 3: Downlaod the new configuration file from https://vpn.hhu.de/.

The following command can be used to import a configuration file into OpenVPN 3:

openvpn3 config-import --config ~/Downloads/HHU-VPN.ovpn --name HHU-VPN --persistent

In dem oben genannten Befehl wird davon ausgegangen, dass die runtergeladene Konfigurations Datei "HHU-VPN.ovpn" heißt und im Downloads-Ordner liegt.

The above command assumes that the downloaded configuration file is called “HHU-VPN.ovpn” and is located in the Downloads folder.


Schritt 4: Man muss den root user Zugang zu der importierten Konfiguration gewähren. Dazu führt man folgenden Befehl aus:

Step 4: The root user must be granted access to the imported configuration. To do this, execute the following command:

openvpn3 config-acl --show --lock-down true --grant root --config HHU-VPN

Hiermit ist die Konfiguration abgeschlossen.

This completes the configuration.


Infos zum Starten / Beenden einer VPN-Verbindung finden Sie unter https://wiki.hhu.de/x/rwQ4Lg


  • No labels