In order access the University’s internal computing resources remotely, you need to connect to our Virtual Private Network (VPN).
One of the most popular Linux distributions is Ubuntu. Below you can find a quick tutorial on how to install and configure Pulse Secure VPN client on Ubuntu 18.04.
First, download the VPN client package onto your local disk. It can be downloaded from: https://netdrive.reading.ac.uk. Pulse Secure is in .deb package format. The tutorial below uses dpkg (Debian native package management tool) to install the VPN client.
From a console run:
NOTE: The command below is for a 64 bit client
dpkg -i ./ps-pulse-linux-9.0r3.0-b923-ubuntu-debian-64-bit-installer.deb
At the end of the console output, you will get a prompt that dependencies will need to be installed. Run the command below to install dependency packages.
NOTE: The command below is for a 64 bit client
sudo /usr/local/pulse/PulseClient_x86_64.sh install_dependency_packages
Next, export the VPN client library path:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/pulse
You are now ready to start the VPN client. Go to ‘applications’ and search for Pulse Secure
If for any reason the applet does not start, try to start UI applet from the console (see the example below). The most common error is that the libgnome-keyring.so.0 library is missing.
ryan@ryan-nuc:~/Downloads# /usr/local/pulse/pulseUi /usr/local/pulse/pulseUi: error while loading shared libraries: libgnome-keyring.so.0: cannot open shared object file: No such file or directory
This can be fixed easily by running the apt install command below and install the missing library.
sudo apt install libgnome-keyring0
You should now be able to start the UI applet ‘Pulse secure on Ubuntu 18.04’ again from the application list. Sometimes rebooting the computer might be needed. The URL is uorvpn.reading.ac.uk.