mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #258] 通过在 env 文件里定义变量 VPN_PUBLIC_IP 时,仅IPsec PSK的IP改变,IKEv2的IP并没有改变 #242
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 @ReiAccept on GitHub (Sep 20, 2021).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/258
任务列表
描述改进建议
通过在 env 文件里定义变量 VPN_PUBLIC_IP 时,仅IPsec PSK的IP改变,IKEv2的IP并没有改变,请教修改方法
你的改进建议与遇到的问题有关吗?请描述。
(如果适用)清楚,简洁地说明问题所在。
其它信息
添加关于该改进建议的其它信息。
@hwdsl2 commented on GitHub (Sep 20, 2021):
@Spacelessd 你好!如果在 Docker 容器中已经配置了 IKEv2,则 VPN_PUBLIC_IP, VPN_DNS_NAME 和 VPN_CLIENT_NAME 变量无效。你需要删除 Docker 容器,删除 Docker 卷,然后重新创建容器。
请注意,这将永久删除所有的 VPN 配置信息,包括 IKEv2 证书和密钥。
然后重新创建 Docker 容器。