Git Product home page Git Product logo

docker-f5fpc's Introduction

F5 VPN client

This Docker image provides the F5 VPN Client, which can be used without local installation. The docker image allows two operating modes:

  • Using F5 VPN client with local installation like a local installed VPN client.
  • Use the running Docker container as router/gateway to avoid VPN split tunneling. In this mode, the only modification to your local system is a route for your VPN subnets to the running Docker container.

Setup

Mac

  • If you want to use the gateway mode: For automatic route setup on Mac you need to install iproute2mac via homebrew.

Start F5 VPN client

VPN client mode (quick)

You don't need to clone this repository. Just start the Docker container with the following command:

docker run --name f5fpc-vpn --net host -it --rm --privileged matthiaslohr/f5fpc /opt/connect.sh

You can check status with:

f5fpc -i

Disconnect:

f5fpc -o

VPN client mode (helper script)

Clone this repository to your favourite place and cd into the directory.

Run

./f5fpc-vpn.sh client

Gateway mode

Clone this repository to your favourite place and cd into the directory.

Run

./f5fpc-vpn.sh gateway

Auto route setup for connecting to a VPN network which uses the 10.0.0.0/8 IP range (needs root add/remove routes):

sudo ./f5fpc-vpn.sh gateway -n 10.0.0.0/8

For more information and options see

./f5fpc-vpn.sh -h

docker-f5fpc's People

Contributors

matthiaslohr avatar nequissimus avatar alex-golts avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.