ratanon.com - infrastructure

openfortivpn on ubuntu 24.xx

ขั้นตอนการติดตั้งและตั้งค่า openfortivpn

.

sudo apt-get update
sudo apt-get install -y openfortivpn

.

nano vpn-config
host = 1.1.1.1
port = 10443
username = user
password = pass
trusted-cert = c912ac3622f598f6f40905595554eeb54ff73ff2c17e2f6dc584b9812ffd3c50


sudo openfortivpn -c vpn-config
0
53