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
- Host: GitHub
- URL: https://github.com/dubuntu13/openforti-vpn-client
- Owner: dubuntu13
- Created: 2023-12-02T07:27:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T18:50:43.000Z (about 1 year ago)
- Last Synced: 2024-04-13T02:14:19.260Z (about 1 year ago)
- Topics: docker, docker-compose, openfortivpn, vpn
- Language: Shell
- Homepage:
- Size: 33.2 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.sh3.
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 :))############################