Skip to content

Instantly share code, notes, and snippets.

@milanchheda
Last active August 13, 2018 03:22
Show Gist options
  • Save milanchheda/bb7f9e54e9f0912dbbee87771c203a22 to your computer and use it in GitHub Desktop.
Save milanchheda/bb7f9e54e9f0912dbbee87771c203a22 to your computer and use it in GitHub Desktop.
How to setup Forticlient SSL VPN client on ubuntu 14.04

Download forticlient SSL VPN from the below link:

http://www.iitk.ac.in/cc/vpn_update/sslvpn.htm

Extract the file and save to any location.

Now use this command

chmod +x forticlientsslvpn

If OS is 64-bit and application is 32-bit then run this command.

sudo apt-get install libgtk2.0-0:i386 libsm6:i386 libstdc++6:i386

now run the application.

sudo ./forticlientsslvpn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment