Skip to content

layershift/jps-fortinetVPN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fortinet VPN Add-on

This repository provides forticlientsslvpn_cli add-on for Jelastic Platform.

Type of nodes this add-on can be applied to:

  • Application server (cp).

Dependencies

Fortinet VPN client needs the PPP kernel module loaded in the kernel and accessible from the container. HW node:

modprobe ppp-generic
modprobe ppp_async

/bin/cat << EOF > /etc/modules-load.d/ppp.conf
ppp_async
ppp_deflate
ppp_mppe
EOF

Container setup:

vzctl stop <ctid>
vzctl set <ctid> --features ppp:on --save
vzctl set <ctid> --devices c:108:0:rw --save
vzctl start <ctid>

What it can be used for?

It will provide a secure connection from your 1st application node to your VPN gateway

Deployment

In order to get this solution instantly deployed, click the "Deploy to Jelastic" button

GET IT HOSTED

To deploy this package to Jelastic Private Cloud, import this JPS manifest within your dashboard (detailed instruction).

For more information on what Jelastic add-on is and how to apply it, follow the Jelastic Add-ons reference.

Actions

Once installed you can:

  • Change the configuration parameters using Configure button
  • Check status using Status button
  • Restart Fortinet VPN

CLI options:

sudo systemctl status fortinetvpn@server
sudo systemctl stop fortinetvpn@server
sudo systemctl start fortinetvpn@server
sudo systemctl restart fortinetvpn@server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published