notes
This commit is contained in:
@ -2,7 +2,20 @@
|
||||
#wget https://filestore.fortinet.com/forticlient/forticlient_vpn_7.0.7.0246_amd64.deb
|
||||
apt update
|
||||
apt install -y openfortivpn ppp
|
||||
openfortivpn vpn.gateway.one:10443 -u 'dobromir.popov@gateway.one' --trusted-cert bd26362cc802a27102fcdbf7e7e9328f3dede58aa44c125ede4aadb9e39da8c8
|
||||
openfortivpn vpn.gateway.one:10443 -u 'dobromir.popov@gateway.one' --trusted-cert bd26362cc802a27102fcdbf7e7e9328f3dede58aa44c125ede4aadb9e39da8c8
|
||||
U6n4A7^8^c7dX&p6s
|
||||
|
||||
|
||||
or
|
||||
nano /etc/openfortivpn/config
|
||||
>
|
||||
host = vpn.gateway.one
|
||||
port = 10443
|
||||
trusted-cert = bd26362cc802a27102fcdbf7e7e9328f3dede58aa44c125ede4aadb9e39da8c8
|
||||
pppd-use-peerdns = 1
|
||||
set-routes = 1
|
||||
username = dobromir.popov@gateway.one
|
||||
password = U6n4A7^8^c7dX&p6s
|
||||
|
||||
|
||||
#ERROR: pppd: The kernel does not support PPP, for example, the PPP kernel driver is not included or cannot be loaded.
|
||||
|
Reference in New Issue
Block a user