MatthiasLohr / docker-f5fpc

F5 VPN Client Docker Router
54 stars 26 forks source link

Force split tunnel #23

Closed drobwolf closed 4 years ago

drobwolf commented 4 years ago

When connecting via the CLI on f5fpc is there a way to force split tunneling?

drobwolf commented 4 years ago

To clarify: I see that the gateway mode allows one to PREVENT a split tunnel, but I’m wondering if there is a way to FORCE a split tunnel in f5fpc?

MatthiasLohr commented 4 years ago

Actually, this is what this repository is for. f5fpc will always do a full tunnel (respectively, it will do what is defined by the server, which is usually a full tunnel).

Using this project, the full tunnel is created within a docker container and you can decide which subnets should be routed to the container, using it as a router, and which subnet should use other routers. Very easy way to have split tunneling.