Skip to content

Instantly share code, notes, and snippets.

@alanbacelar
Last active September 18, 2022 13:56
Show Gist options
  • Save alanbacelar/6de561c608636d8361938dade8cf4e28 to your computer and use it in GitHub Desktop.
Save alanbacelar/6de561c608636d8361938dade8cf4e28 to your computer and use it in GitHub Desktop.
VPN

FortiClient VPN CLI - Linux

Installation

Before you install the program you also need to install xterm, if this is not already installed, as this program is sometimes used by the client to view the license. To do this open a Terminal and run the following command:

sudo apt-get install xterm

for Ubuntu:

sudo apt-get install libgtk2.0-0

for Fedora:

sudo yum install xterm glibc.i686 libgcc.i686 libstdc++.i686 glibc-devel.i686 gtk2.i686 libSM.i686

Then you will need to download the "Fortinet VPN client for Linux" software, and extract the content of the archive.

wget http://www.niser.ac.in/docs/forticlientsslvpn_linux_4.4.2332.tar.gz && tar -xzf forticlientsslvpn_linux_4.4.2332.tar.gz

Inside 32bit or 64bit execute the forticlientsslvpn_cli command:

sudo ./forticlientsslvpn_cli --server [server] --vpnuser [user]
@CherylBourassa
Copy link

Very useful software. I was advised by friends about the information on https://en.vpnwelt.com/best-proxy-server/ , where I found the best service for me.

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