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:
- Open the web browser and go to https://tunnel2.ut.ee.
- Log in to the portal using your Tartu University username and password.
- Click on the "Log in" button.
- Click on the "Download Linux GlobalProtect agent" link to download the VPN installation package to your computer.
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
After installation, install the GlobalProtect VPN graphical interface on your computer using the command "ls /Downloads".
ls /Downloads
- 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.
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
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
- To create a connection, the GlobalProtect software must be installed on your computer.
- To start the software, open all applications from the bottom left corner (9 dots).
- Click on the GlobalProtect icon.
- To start the software, open all applications from the bottom left corner (9 dots).
- A menu will appear where you need to enter tunnel2.ut.ee and click "Connect".
- Enter your Username and Password in the corresponding fields.
- Click the "Sign In" button.
Disconnecting a VPN connection
- To disconnect an active VPN connection, open GlobalProtect from all applications.
- Click the "Disconnect" button.
This page has no comments.