Installing the Stormshield SSL VPN client

This section explains how to install the Stormshield SSL VPN client for Linux in command line interface.

NOTE
Remember, if the SNS firewall is configured to provide Stormshield SSL VPN clients with DNS servers, ensure that you have version 2.7 of the openvpn package (see Requirements).

Installing in Ubuntu

  1. Install the Stormshield SSL VPN client:

    sudo apt install ./<filename>

    • Replace <filename> with the name of the .deb package downloaded earlier.
    • With the apt tool, you have to provide the file path of the package to be installed. In the example, ./ indicates that the package is available in the current folder.
  2. Ensure that the Icon of the Stormshield SSL VPN client version 5 icon of the Stormshield SSL VPN client appears in the system tray. With the default desktop environment, the icon automatically appears once the Stormshield SSL VPN client is running.

    If you have changed the configuration of the default desktop environment, or if you are using a different environment, you will need to enable certain options or install an additional package to display the icon. For more information, refer to the documentation on the selected desktop environment.

Installing in Red Hat Enterprise Linux (RHEL)

  1. Manually add a repository to provide the openvpn dependency, which is not available by default in RHEL. For example, you can add the EPEL (Extra Packages for Enterprise Linux) repository:

    sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
    sudo dnf update -y

  2. Install the Stormshield SSL VPN client:

    sudo dnf install ./<filename>

    • Replace <filename> with the name of the .rpm package downloaded earlier.
    • With the dnf tool, you have to provide the file path of the package to be installed. In the example, ./ indicates that the package is available in the current folder.
  3. Ensure that the Icon of the Stormshield SSL VPN client version 5 icon of the Stormshield SSL VPN client appears in the system tray. With the default desktop environment, you need to install and configure a package that allows the icon to be displayed, such as the gnome-shell-extension-appindicator package.

    If you are using a different desktop environment, refer to its documentation on how to display the icon.