Connecting to the VPN
On 12th September 2022, TIS switched over to two-factor authentication for the VPN, breaking all previous solutions documented on this site. So far, we’ve been able to get it working via a non-pay desktop app. Anyone who can work out a CLI solution, let Andy Wills know!
This worked fine for about four years but as of August 2026, TIS moved to a newer version of FortiClient that requires setup by TIS helpdesk as they have a code to enter into Zero Trust Telemetry. They do this by remote control of your machine rather than providing the code. So, the instructions below no longer work, contact TIS for support.
Desktop app solution
-
Download the non-pay version of FortiClient for Linux, from FortiNet
-
Install the .deb file you have just downloaded , e.g.:
sudo dpkg -i ~/Downloads/forticlient_vpn_7.0.0.0018_amd64.deb -
It’s not a great package so if you get an unmet dependencies error, try
sudo apt --fix-broken installand the do the above step again. -
Once installed, run forticlient from the desktop.
-
Agree that you won’t ask for support (tick box)
-
Configure VPN. The info needed is:
-
Connection name: Plymouth University
-
Remote Gateway:
vpn.plymouth.ac.uk -
Tick “Enable single sign-on” and “Save”
-
-
Now go through the normal SAML login process, which will include an authentication step (I use SMS, but other options are available I believe)
Command-line solution
Not sure there is one - let me know if you know different!