mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-28 11:05:49 +03:00
[GH-ISSUE #417] [Question] How hard would it be to configure this vpn server to give access to the server local network ( as it already does ) but don't route traffic outside server local network through the server ? #390
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iTris666 on GitHub (Feb 20, 2024).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/417
Checklist
Describe the enhancement request
[Question] How hard would it be to configure this vpn server to give access to the server local network ( as it already does ) but don't route traffic outside server local network through the server ?
I want to access my home network remotely and securely ( which this docker image provides)
but I don't want all traffic from my client that have nothing to do with my home network to go through this vpn even when I'm connected to the vpn. It can be called bridge vpn or split vpn depending on the source.
Thanks a lot for this amazing docker !
@hwdsl2 commented on GitHub (Feb 20, 2024):
@iTris666 Hello! First, thank you for your support! The feature you mentioned is called split tunneling.
First start a Bash shell inside the container, then refer to the steps in the split tunneling section in advanced usage. When finished,
exitthe container and rundocker restart ipsec-vpn-server.Note that when editing
/etc/ipsec.conf, you should also edit the corresponding section in/opt/src/run.sh, so that the changes can persist after a container restart.