HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

openfortivpn — A VPN client, for Fortinet's proprietary PPP+SSL VPN solution. More information: <https://manned.org

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandclientfortinetproprietaryopenfortivpnclivpnfor
linux

Problem

How to use the openfortivpn command: A VPN client, for Fortinet's proprietary PPP+SSL VPN solution. More information: <https://manned.org/openfortivpn>.

Solution

openfortivpn — A VPN client, for Fortinet's proprietary PPP+SSL VPN solution. More information: <https://manned.org/openfortivpn>.

Connect to a VPN with a username and password:
openfortivpn {{[-u|--username]}} {{username}} {{[-p|--password]}} {{password}}


Connect to a VPN using a specific configuration file (defaults to /etc/openfortivpn/config):
sudo openfortivpn {{[-c|--config]}} {{path/to/config}}


Connect to a VPN by specifying the host and port:
openfortivpn {{host}}:{{port}}


Trust a given gateway by passing in its certificate's sha256 sum:
openfortivpn --trusted-cert {{sha256_sum}}

Code Snippets

Connect to a VPN with a username and password

openfortivpn {{[-u|--username]}} {{username}} {{[-p|--password]}} {{password}}

Connect to a VPN using a specific configuration file (defaults to `/etc/openfortivpn/config`)

sudo openfortivpn {{[-c|--config]}} {{path/to/config}}

Connect to a VPN by specifying the host and port

openfortivpn {{host}}:{{port}}

Trust a given gateway by passing in its certificate's sha256 sum

openfortivpn --trusted-cert {{sha256_sum}}

Context

tldr-pages: linux/openfortivpn

Revisions (0)

No revisions yet.