I want to install the Forticlient SSL VPN Client on Ubuntu 12.04.
I've downloaded the latest version from the Fortinent support site but when I try to run the installer (vía command line or GUI) it simply does nothing.
I have tried to install both with and without sudo but nothing happens.
I remember some time ago that I successfully installed the same client in CentOS and the client worked fine.
Can anyone help me to install this?
49 Answers
You probably have the Ubuntu 64 bit version (at least it was my case). If so, just install the following package:
sudo apt-get install libgtk2.0-0:i386 xterm 1 For those who are using 64bit ubuntu 14.04 (after clean install you have to install these packages)
sudo apt-get install libgtk2.0-0:i386 libsm6:i386 libstdc++6:i386 xterm I have had it to work. However it wants you to accept a License Agreement which it will try to open in xterm. So make sure that xterm has been installed:
sudo apt-get install xterm install 32-bit libralies.
$ sudo apt-get install ia32-libs-gtkif you can run tunnel but traffic is not going through the tunnel.
You can try this note on Facebook.
i get well on ubuntu 12.10(x64)
1Executing sudo apt-get install libgtk2.0-0:i386 was still giving me errors when running 12.04.
After executing sudo apt-get install ia32-libs-gtk FortiSSL is now running smoothly without any errors.
I know this is a bit old question, but I was searching myself for the forti client and now they have a package that do not require the ia-32 libs. You can download it from here.
2You could download the package (tar.gz format) from support.fortinet.com. Once you extract the files, open the folders forticlientsslvpn > 32bit or 64bit, run the executable file "forticlientsslvpn" to launch the GUI.
Welcome Juan! Install openvpn first and try.To install it,type sudo apt-get install network-manager-openvpn in a terminal and reboot your system.I think this should solve your issue.
only CLI works under Ubuntu 13.10 because packages like libgtk2 or ia32-libs are not available anymore.