From 6addd1648ab16ddf7de0892bcb8eb69af931850f Mon Sep 17 00:00:00 2001
From: Lubomir Prda <lubomir.prda@vsb.cz>
Date: Thu, 25 Jun 2020 11:34:18 +0200
Subject: [PATCH] Update vpn-access.md, minor tweaks and added Linux
 description.

---
 .../accessing-the-clusters/vpn-access.md      | 21 +++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)

diff --git a/docs.it4i/general/accessing-the-clusters/vpn-access.md b/docs.it4i/general/accessing-the-clusters/vpn-access.md
index d82f71bc7..4968803e6 100644
--- a/docs.it4i/general/accessing-the-clusters/vpn-access.md
+++ b/docs.it4i/general/accessing-the-clusters/vpn-access.md
@@ -4,7 +4,7 @@
 
 To access IT4Innovations' resources and licenses, it is necessary to connect to its local network via VPN. IT4Innovations uses the FortiClient VPN software. For the list of supported operating systems, see the [FortiClient Administration Guide][a].
 
-## VPN Client Installation
+## Windows/Mac VPN Client Installation
 
 To install the VPN client from the web interface, log in to [reconnect.it4i.cz][b] with your [IT4I credentials][1].
 
@@ -12,10 +12,13 @@ To install the VPN client from the web interface, log in to [reconnect.it4i.cz][
 
 Click the Download FortiClient button and select your OS.
 
+!!! note
+    Download just the FortiClient VPN, not the full FortiClient.
+
 After successful installation, run FortiClient either directly, or by returning to the SSL-VPN Portal
 and clicking the Launch FortiClient button.
 
-## Working With VPN Client
+## Working With Windows/Mac VPN Client
 
 Before the first login, you must configure the VPN. In the New VPN Connection section, provide the name of your VPN connection and the following settings:
 
@@ -39,6 +42,20 @@ Save the settings, enter your login credentials and click Connect.
 
 You can disconnect by clicking the button or right clicking on the system tray icon.
 
+## Linux Client
+
+You may use any open version of FortiClient, although OpenFortiGUI seems to work the best. Connection will work with following settings:
+
+Name         | Value
+:------------|:----------------------
+VPN-Server   | reconnect.it4i.cz
+VPN-Port     | 443
+Set-Routes   | Enabled
+Set-DNS      | Enabled
+DNS Servers  | 10.5.16.11, 10.5.16.22
+
+Linux VPN clients need to run under root. OpenFortiGUI uses sudo by default, be sure, that your user is allowed to use sudo.
+
 [1]: ../../general/obtaining-login-credentials/obtaining-login-credentials.md#login-credentials
 
 [a]: http://docs.fortinet.com/document/forticlient/6.4.0/administration-guide/646779/installation-requirements
-- 
GitLab