Wednesday, 2 July 2014

Ubuntu Fortinet SSL VPN client install

First things first, download Forinet SSL VPN Software

In order to install the Fortinet SSL VPN under Ubuntu 14.04 64 bit, you will need to install some dependencies to get it to execute.

bash: ./forticlientsslvpn: No such file or directory

This means you do not have 32 bit compatibility installed.

Issue the following commands to install the require software to run Fortinet SSL VPN.

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
sudo apt-get install libsm6:i386
view raw gistfile1.txt hosted with ❤ by GitHub


You should now be able to VPN into your coorporate network without issue.

2 comments:

  1. Actually I read it yesterday but I had some thoughts about it and today I wanted to read it again because it is very well written. navigare in anonimo

    ReplyDelete