Helpdesk

Page tree

University of Tartu IT wiki

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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 to https://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.

    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".

    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.

    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). 

    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.
  • No labels

This page has no comments.