Looking at the Fortinet website I could not find up-to-date instructions on installing the current Forticlient software on recent versions of Fedora, so here is the instructions.
This was tested with Forticlient 7.0.1 on Fedora 35, but it should work with any version of Fedora or RHEL that uses DNF instead of YUM. First enable the repository:
sudo dnf config-manager --add-repo https://repo.fortinet.com/repo/7.0/centos/8/os/x86_64/fortinet.repo
Now you will be able to install the Fortinet VPN Client:
sudo dnf install forticlient
You will probably find the forticlient icon (a shield) in the notification bar. You can start the client by clicking on that icon, or just enter forticlient on the command line.
Post a Comment