mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #28] How to use IPSec VPN on Linux #26
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 @WJHPrince on GitHub (Jun 1, 2017).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/28
I successfully setup my IPSec server by using your docker image. However I can't link to it on Linux.
I use
vpncto setup link. Here is the config file:What is IPSec ID?
P.S.打英语好麻烦,如果可以的话能不能烦请用中文?
@hwdsl2 commented on GitHub (Jun 1, 2017):
@WJHPrince Hello! The IPsec ID is the "group name" in IPsec/XAuth "aggressive mode". This is not supported by the default configuration - you must edit
/etc/ipsec.conffor it to work. Please refer to the following issues [1] [2] [3] for details. Read all comments in these issues. Also read the important notes [4].Instead of the above, an easier alternative is to connect via IPsec/L2TP. You can find more details in [5].
[1] hwdsl2/setup-ipsec-vpn#152
[2] hwdsl2/setup-ipsec-vpn#121
[3] hwdsl2/setup-ipsec-vpn#70
[4] https://github.com/hwdsl2/docker-ipsec-vpn-server#important-notes
[5] https://github.com/hwdsl2/setup-ipsec-vpn/blob/master/docs/clients.md#linux