CentOS 8 使用 openfortivpn 透過CLI/Terminal 新增 Fortinet/Fortigate SSLVPN 連線

In CentOS 8 stream

yum -y install openfortivpn ppp

nano /etc/openfortivpn/config

Sample as below

host = domain/IP

port = 443

username = username

password = password

Once finished config

Execute command as below (& is for running in background)

openfortivpn &

To kill openfortivpn process

pkill openfortivpn

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *