Configuring openfortivpn on Fedora
Install required packages:
yum install openfortivpn
Create config file /etc/openfortivpn/my-config with following content:
host = IPADDR
port = TCPPORT
username = USERNAME
password = PASSWORD
set-dns = 1
set-routes = 1
trusted-cert = CERTSHA256SUM
port = TCPPORT
username = USERNAME
password = PASSWORD
set-dns = 1
set-routes = 1
trusted-cert = CERTSHA256SUM
To connect use following command:
openfortivpn -c /etc/openfortivpn/my-config