adrienverge / openfortivpn

Client for PPP+TLS VPN tunnel services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No cookie option?

nkgiovannivl opened this issue · comments

Hi All,

I'm trying to connect using --cookie option, but my installation does not have this option, how can I get it? Thanks!

root@test:/# apt update
Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Get:3 http://archive.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2734 kB]
Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [16.9 kB]
Get:6 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2144 kB]
Get:7 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1094 kB]
Get:8 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [260 kB]
Get:9 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.3 kB]
Get:10 http://archive.ubuntu.com/ubuntu focal-security/main amd64 Packages [2340 kB]
Get:11 http://archive.ubuntu.com/ubuntu focal-security/main Translation-en [370 kB]
Get:12 http://archive.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.0 kB]
Get:13 http://archive.ubuntu.com/ubuntu focal-security/universe amd64 Packages [866 kB]
Get:14 http://archive.ubuntu.com/ubuntu focal-security/universe Translation-en [180 kB]
Get:15 http://archive.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [18.8 kB]
Fetched 10.3 MB in 5s (2119 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
188 packages can be upgraded. Run 'apt list --upgradable' to see them.
root@test:/# apt install openfortivpn
Reading package lists... Done
Building dependency tree
Reading state information... Done
openfortivpn is already the newest version (1.12.0-1).
0 upgraded, 0 newly installed, 0 to remove and 188 not upgraded.

root@test:/# man openfortivpn  

OPENFORTIVPN(1)                                                                              General Commands Manual                                                                              OPENFORTIVPN(1)

NAME
       openfortivpn - Client for PPP+SSL VPN tunnel services

SYNOPSIS
       openfortivpn  [<host>[:<port>]]  [-u  <user>]  [-p <pass>] [--otp=<otp>] [--otp-prompt=<prompt>] [--otp-delay=<delay>] [--realm=<realm>] [--set-routes=<bool>] [--no-routes] [--set-dns=<bool>] [--no-dns]
       [--half-internet-routes=<bool>] [--ca-file=<file>] [--user-cert=<file>] [--user-cert=pkcs11:]  [--user-key=<file>]  [--use-syslog]  [--trusted-cert=<digest>]  [--insecure-ssl]  [--cipher-list=<ciphers>]
       [--pppd-use-peerdns=<bool>]  [--pppd-no-peerdns]  [--pppd-log=<file>]  [--pppd-plugin=<file>]  [--pppd-ipparam=<string>]  [--pppd-ifname=<string>] [--pppd-call=<name>] [--ppp-system=<string>] [--persis-
       tent=<interval>] [-c <file>] [-v|-q]
       openfortivpn --help
       openfortivpn --version

Ubuntu often ship old versions of software. You need to upgrade to Ubuntu 22.04 or build from sources.