{"id":7073,"date":"2020-09-18T21:47:41","date_gmt":"2020-09-18T18:47:41","guid":{"rendered":"https:\/\/kifarunix.com\/?p=7073"},"modified":"2024-03-14T22:56:01","modified_gmt":"2024-03-14T19:56:01","slug":"install-forticlient-vpn-client-on-ubuntu-20-04-ubuntu-18-04","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-forticlient-vpn-client-on-ubuntu-20-04-ubuntu-18-04\/","title":{"rendered":"Install FortiClient VPN Client on Ubuntu 20.04\/Ubuntu 18.04"},"content":{"rendered":"\n<p>In this tutorial, you will learn how to install FortiClient VPN Client on Ubuntu 20.04\/Ubuntu 18.04. <a href=\"https:\/\/www.forticlient.com\/\" target=\"_blank\" rel=\"noopener\">FortiClient VPN<\/a> <em>allows you to create a secure and an encrypted Virtual Private Network (VPN) connection tunnel using IPSec or SSL VPN &#8220;Tunnel Mode&#8221; connections&nbsp;between your device and the FortiGate Firewall<\/em>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installing FortiClient VPN Client on Ubuntu 20.04|18.04<\/h2>\n\n\n\n<p>FortiClient VPN client can be installed on Ubuntu systems using the DEB binary or directly from the Fortinet Ubuntu repos.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"install-forticlient-using-deb-binary-file\"><a href=\"#install-forticlient-using-deb-binary-file\">Installing FortiClient VPN Client using DEB file<\/a><\/h3>\n\n\n\n<p>To install FortiClient VPN Client on Ubuntu or other Ubuntu releases using the DEB binary file, navigate to <a href=\"https:\/\/www.forticlient.com\/downloads\" target=\"_blank\" rel=\"noreferrer noopener\">FortiClient downloads page<\/a> and grab the DEB binary installer.<\/p>\n\n\n\n<p>You can as well simply get the link to the DEB installer and pull it using wget utility tool as follows;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>wget https:\/\/filestore.fortinet.com\/forticlient\/downloads\/FortiClientFullVPNInstaller_6.4.0.0851.deb<\/code><\/pre>\n\n\n\n<p>Note that this specifically installs FortiClient 6.4.0.0851. Be sure to get the latest version from the downloads page.<\/p>\n\n\n\n<p>Once the installer is downloaded, install FortiClient VPN as follows;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo dpkg -i FortiClientFullVPNInstaller_6.4.0.0851.deb<\/code><\/pre>\n\n\n\n<p>To avoid having to deal with the required package dependencies, simply run the command below instead.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo apt install .\/FortiClientFullVPNInstaller_6.4.0.0851.deb<\/code><\/pre>\n\n\n\n<p>FortiClient VPN application should now be present on your system.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"install-fortinet-vpn-from-fortinet-ubuntu-repos\"><a href=\"#install-fortinet-vpn-from-fortinet-ubuntu-repos\">Install FortiClient VPN Client from Fortinet Ubuntu Repos<\/a><\/h3>\n\n\n\n<p>Fortinet provides repos from which you can easily install FortiClient VPN Client from. However, as of this writing, the repos are not available for Ubuntu 20.04 Focal Fossa. Thus, use the method above to install FortiClient VPN on Ubuntu 20.04.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Install FortiClient VPN Client from Fortinet Ubuntu Repos<\/h4>\n\n\n\n<p>To install Fortinet VPN from Fortinet Ubuntu repos, you first need to install the repository GPG signing key.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>wget -O - https:\/\/repo.fortinet.com\/repo\/ubuntu\/DEB-GPG-KEY | sudo apt-key add -<\/code><\/pre>\n\n\n\n<p>Next, create the Fortinet Ubuntu 18.04 repo;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>echo \"deb [arch=amd64] https:\/\/repo.fortinet.com\/repo\/ubuntu\/ \/bionic multiverse\" | sudo tee \/etc\/apt\/sources.list.d\/fortinet.list<\/code><\/pre>\n\n\n\n<p>Next, update the package repos;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>apt update<\/code><\/pre>\n\n\n\n<p>Check the available version of <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>apt-cache policy forticlient<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>forticlient:\n  Installed: (none)\n  Candidate: 6.0.8.0140\n  Version table:\n     6.0.8.0140 500\n        500 https:\/\/repo.fortinet.com\/repo\/ubuntu \/bionic\/multiverse amd64 Packages\n     6.0.6.0125 500\n        500 https:\/\/repo.fortinet.com\/repo\/ubuntu \/bionic\/multiverse amd64 Packages\n     6.0.5.0106 500\n        500 https:\/\/repo.fortinet.com\/repo\/ubuntu \/bionic\/multiverse amd64 Packages\n     6.0.4.0091 500\n        500 https:\/\/repo.fortinet.com\/repo\/ubuntu \/bionic\/multiverse amd64 Packages\n     6.0.3.0073 500\n        500 https:\/\/repo.fortinet.com\/repo\/ubuntu \/bionic\/multiverse amd64 Packages\n     6.0.2.0058 500\n        500 https:\/\/repo.fortinet.com\/repo\/ubuntu \/bionic\/multiverse amd64 Packages\n     6.0.1.0048 500\n        500 https:\/\/repo.fortinet.com\/repo\/ubuntu \/bionic\/multiverse amd64 Packages\n     6.0.0.0029 500\n        500 https:\/\/repo.fortinet.com\/repo\/ubuntu \/bionic\/multiverse amd64 Packages<\/code><\/pre>\n\n\n\n<p>As you can see the Fortinet repos do not provide the latest version of the FortiClient VPN as of this writing. Hence, better use the first method above instead.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Connecting to VPN using FortiClient VPN client<\/h2>\n\n\n\n<p>Launch FortiClient VPN client by searching it from Ubuntu activities menu;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1259\" height=\"267\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2020\/10\/forticlient.png\" alt=\"Install FortiClient VPN Client on Ubuntu 20.04\/Ubuntu 18.04\" class=\"wp-image-7082\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2020\/10\/forticlient.png?v=1602177915 1259w, https:\/\/kifarunix.com\/wp-content\/uploads\/2020\/10\/forticlient-768x163.png?v=1602177915 768w\" sizes=\"(max-width: 1259px) 100vw, 1259px\" \/><\/figure>\n\n\n\n<p>When you first run it, being a free version, it prompts you accept that it doesn&#8217;t come with any support. Accept the disclaimer to continue using the application.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"881\" height=\"730\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2020\/10\/forticlient-disclaimer.png\" alt=\"\" class=\"wp-image-7084\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2020\/10\/forticlient-disclaimer.png?v=1602180497 881w, https:\/\/kifarunix.com\/wp-content\/uploads\/2020\/10\/forticlient-disclaimer-768x636.png?v=1602180497 768w\" sizes=\"(max-width: 881px) 100vw, 881px\" \/><\/figure>\n\n\n\n<p>To setup the VPN connection profile, click <code><strong>Configure VPN<\/strong><\/code>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"881\" height=\"730\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2020\/10\/connect-to-vpn.png\" alt=\"\" class=\"wp-image-7085\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2020\/10\/connect-to-vpn.png?v=1602180528 881w, https:\/\/kifarunix.com\/wp-content\/uploads\/2020\/10\/connect-to-vpn-768x636.png?v=1602180528 768w\" sizes=\"(max-width: 881px) 100vw, 881px\" \/><\/figure><\/div>\n\n\n<p>Setup your SSL VPN connection details;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"880\" height=\"726\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2020\/10\/ssl-vpn-connection.png\" alt=\"\" class=\"wp-image-7086\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2020\/10\/ssl-vpn-connection.png?v=1602180548 880w, https:\/\/kifarunix.com\/wp-content\/uploads\/2020\/10\/ssl-vpn-connection-768x634.png?v=1602180548 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" \/><\/figure><\/div>\n\n\n<p>Click <strong>Save<\/strong> to add the connections.<\/p>\n\n\n\n<p>Enter you VPN connection credentials.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"880\" height=\"729\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2020\/10\/connect-vpn.png\" alt=\"\" class=\"wp-image-7087\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2020\/10\/connect-vpn.png?v=1602180582 880w, https:\/\/kifarunix.com\/wp-content\/uploads\/2020\/10\/connect-vpn-768x636.png?v=1602180582 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" \/><\/figure><\/div>\n\n\n<p>Click <strong>Connect<\/strong> to connect to the VPN.<\/p>\n\n\n\n<p>You can click the three menu lines to add a new, edit or delete the existing connection.<\/p>\n\n\n\n<p>Upon successful connection to the VPN, you should see such connection status.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"878\" height=\"730\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2020\/10\/FortiClient-VPN-connection.png\" alt=\"FortiClient-VPN-connection\" class=\"wp-image-7088\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2020\/10\/FortiClient-VPN-connection.png?v=1602180608 878w, https:\/\/kifarunix.com\/wp-content\/uploads\/2020\/10\/FortiClient-VPN-connection-768x639.png?v=1602180608 768w\" sizes=\"(max-width: 878px) 100vw, 878px\" \/><\/figure><\/div>\n\n\n<p>You can always disconnect from the VPN by clicking <strong>Disconnect<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Further Reading<\/h3>\n\n\n\n<p><a href=\"https:\/\/www.forticlient.com\/repoinfo\" target=\"_blank\" rel=\"noreferrer noopener\">Forticlient<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/docs.fortinet.com\/document\/fortigate\/6.0.0\/cookbook\/215051\/connecting-from-forticlient-vpn-client\" target=\"_blank\" rel=\"noreferrer noopener\">Fortinet Documentation Library<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Related Tutorials<\/h3>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/setup-ipsec-vpn-server-with-libreswan-on-centos-8\/\" target=\"_blank\" rel=\"noreferrer noopener\">Setup IPSec VPN Server with Libreswan on CentOS 8<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/install-and-setup-openvpn-server-on-ubuntu-20-04\/\" target=\"_blank\" rel=\"noreferrer noopener\">Install and Setup OpenVPN Server on Ubuntu 20.04<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/install-cisco-anyconnect-client-on-centos-8\/\" target=\"_blank\" rel=\"noreferrer noopener\">Install Cisco AnyConnect Client on CentOS 8<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/configure-strongswan-vpn-client-on-ubuntu-18-04-centos-8\/\" target=\"_blank\" rel=\"noreferrer noopener\">Configure strongSwan VPN Client on Ubuntu 18.04\/CentOS 8<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, you will learn how to install FortiClient VPN Client on Ubuntu 20.04\/Ubuntu 18.04. FortiClient VPN allows you to create a secure and<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[121,34,321],"tags":[2693,2690,2688,2691,2689,2687,2692,1200,323],"class_list":["post-7073","post","type-post","status-publish","format-standard","hentry","category-howtos","category-security","category-vpn","tag-forticlient","tag-forticlient-vpn-client","tag-forticlient-vpn-on-ubuntu-18-04","tag-fortigate","tag-install-forticlient-on-ubuntu","tag-install-forticlient-vpn-on-ubuntu-20-04","tag-ssl-vpn","tag-ubuntu-20-04","tag-vpn","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50"],"_links":{"self":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/7073"}],"collection":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/comments?post=7073"}],"version-history":[{"count":6,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/7073\/revisions"}],"predecessor-version":[{"id":21511,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/7073\/revisions\/21511"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=7073"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=7073"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=7073"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}