GTIIT VPN allows GTIIT users to securely connect to the campus network even over a non-GTIIT network access (e.g. home broadband service). The VPN technology encrypts the data transferred online. Some GTIIT websites / online resources are accessible off-campus only if users have connected to a VPN connection.
Available to
Authorized Staff
Service Charge and Application
Free, Pulse Secure application is required
Service Availability
24 X 7 except maintenance period
There is link of intallation package, [Linux] pulsesecure_9.1.R10_amd64 for Ubuntu & Debian.deb.
1. Navigate to "/etc/apt/sources.list".
2. Add the following line to the sources list and save the file.
deb http://gb.archive.ubuntu.com/ubuntu jammy main
3. Launch terminal and update package sources, input password if necessary.
sudo apt update
4. Install the libwebkit2gtk-4.0-dev dependency, Input "Y" to continue.
sudo apt install libwebkit2gtk-4.0-dev
5. Install the libcurl4-openssl-dev library, input the password if necessary.
sudo apt install libcurl4-openssl-dev
6. Install the libgtkmm-3.0-1v5, input password if necessary.
sudo apt install libgtkmm-3.0-1v5
7. Install libnss3-tools.
sudo apt install libnss3-tools
8. Install Ivanti Secure Access Client.
8.1 Copy the install package to the desktop.
8.2 Input two commands, input the password if necessary.
cd /home/<Your user name>/Desktop
sudo dpkg -i ps-pulse-linux-22.8r4-b38767-64bit-installer.deb
8.3 You will see there are some dependencies missing, run "sudo /opt/pulsesecure/bin/package_installer.sh" to install.
sudo /opt/pulsesecure/bin/package_installer.sh
9. Install CEF, bzip2, and curl, input password if necessary.
sudo /opt/pulsesecure/bin/setup_cef.sh install
sudo apt install bzip2
sudo apt install curl
10. Launch the ISAC GUI from the command line below or select the application from your GUI's application menu.
/opt/pulsesecure/bin/pulseUI
11. Connect to GTIIT VPN
11.1 Click “+” to create a new connection.
11.2 Fill in GTIIT VPN (as you like) and Server URL https://sslvpn.gtiit.edu.cn/sso, then click Add >> Connect.
11.3 Wait for installation to complete.
11.4 Input your GTIIT email account and password.
11.5 Once it shows "Connected", you are successfully connect to the GTIIT internal network.