https://github.com/Vaayne/docker-forticlient
293
Connect to a FortiNet VPNs through docker
I don't want to keep the fortiClient running, so the docker container can help the OS light.
Add an proxy is for I can control the traffic more flexiable.
The container uses the forticlientsslvpn_cli linux binary to manage ppp interface
All of the container traffic is routed through the VPN, so you can in turn route host traffic through the container to access remote.
forticlientsslvpn config:
http proxy config:
If don't need auth for proxy, just run
docker run -it --rm \
--privileged \
-p 18388:18388 \
-e VPNADDR=host:port \
-e VPNUSER=me@domain \
-e VPNPASS=secret \
vaayne/docker-forticlient-proxy
If need auth for proxy, set PROXY_USER and PROXY_PASS env.
docker run -it --rm \
--privileged \
-p 18388:18388 \
-e VPNADDR=host:port \
-e VPNUSER=me@domain \
-e VPNPASS=secret \
-e PROXY_USER=user \
-e PROXY_PASS=passwd \
vaayne/docker-forticlient-proxy
expoxt HTTP Proxy
export http_proxy=http://localhost:18388/
export https_proxy=https://localhost:18388/
for hosting up to date precompiled binaries which are used in this Dockerfile.
Origin fork repo.
gost use as proxy server.
Content type
Image
Digest
Size
64.9 MB
Last updated
almost 6 years ago
docker pull vaayne/docker-forticlient-proxy