Helpdesk

Page tree

University of Tartu IT wiki

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction

This guide is designed using Ubuntu 20.04 LTS version.

When entering commands, make sure you are entering the correct version, as the commands in the guide may be out of date.

Also, make sure that behind each command you put your own operating system-oriented file extension (with the end .deb if you are using Debian or Ubuntu and .rpm when using CentOS or Red Hat)

Setting up a VPN connection:

  1. Open the web browser and go tohttps://tunnel2.ut.ee.
  2. Log in to the portal using your Tartu University username and password.

  3. Click on the "Log in" button.
  4. Click on the "Download Linux GlobalProtect agent" link to download the VPN installation package to your computer.
  5. Run the installation package that has been downloaded to your computer (tar -xvf PanGPLinux-6.1.1-c4.tgz) and complete the installation process.

    Code Block
    tar -xvf PanGPLinux-6.1.1-c4.tgz


  6. After installation, install the GlobalProtect VPN graphical interface on your computer using the command "ls /Downloads".

    Code Block
    ls /Downloads

     

  7. This command will help you locate the files that contain "UI" in the middle and end with ".deb" if you are using Debian or Ubuntu, or end with ".rpm" if you are using CentOS or Red Hat.

  8. Once you have located the file, run the command "sudo dpkg -i GlobalProtect_UI_focal_deb-6.1.1.0-49.deb" to download the GlobalProtect VPN graphical user interface.

    Code Block
    sudo dpkg -i GlobalProtect_UI_focal_deb-6.1.1.0-49.deb


  9. If you encounter any problems during the execution of this command, it is possible that a certain module is missing from your computer, which must be downloaded (sudo apt-get install <certain module name>) and then use the previous command (sudo dpkg -i GlobalProtect_UI_focal_deb-6.1.1.0-49.deb). 

    Code Block
    sudo apt-get install <certain module name>
    sudo dpkg -i GlobalProtect_UI_focal_deb-6.1.1.0-49.deb

    Creating a VPN connection

  1. To create a connection, the GlobalProtect software must be installed on your computer.
    1. To start the software, open all applications from the bottom left corner (9 dots).
    2. Click on the GlobalProtect icon.

  2. A menu will appear where you need to enter tunnel2.ut.ee and click "Connect".

  3. Enter your Username and Password in the corresponding fields.

  4. Click the "Sign In" button.

Disconnecting a VPN connection

  1. To disconnect an active VPN connection, open GlobalProtect from all applications.
  2. Click the "Disconnect" button.

Updating the VPN client

  1. The GlobalProtect VPN client software is updated regularly.
  2. If an update is available, you will be notified of the new software version the next time you connect.

  3. To update the software, agree to download it.
  4. Agree to install the new software.

  5. After the update, you can check if it has been applied by opening GlobalProtect VPN and clicking on the three lines in the top right corner, then clicking on "About”.