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!
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 install
and 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!