An open API service indexing awesome lists of open source software.

https://github.com/dubuntu13/openforti-vpn-client

This is the solution for connect to the multiple vpn connection at the same time, you can have access to multiple zone behind the multiple VPN at the same time
https://github.com/dubuntu13/openforti-vpn-client

docker docker-compose openfortivpn vpn

Last synced: 7 months ago
JSON representation

This is the solution for connect to the multiple vpn connection at the same time, you can have access to multiple zone behind the multiple VPN at the same time

Awesome Lists containing this project

README

        

# openforti-vpn-client

#######################

you can customize the docker-compose.yml with your need, and you can put multiple container with diffrent openfortivpn connection in docker-compose and connect to them at the same time.

Provide requirements:

1.

config file of openfortivpn


$ vim ./config:
```

host = #VPN SERVER

port = #PORT

username = #USERNAME

password = #PASWWORD

trusted-cert = #cert key >> "you can connect on your host to the vpn and service will give you the cert and put it in here"

2.

replace your config for ssh and tunnle in the file below


$ vim ./forti.sh

3.

replace your variable in the ./docker-compose.yml file


vim ./docker-compose.yml

READY TO GO


$ docker build -t .

$ docker-compose up -d

##########################easy peasy :))############################