mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-27 10:35:53 +03:00
[GH-ISSUE #386] 多个客户端连接后,ip地址都为192.168.43.10,导致最开始连接的客户端掉线 #359
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 @wy3388 on GitHub (Jun 12, 2023).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/386
作者你好,我在使用docker部署IKEv2时,使用ikev2.sh脚本添加了test1和test2两个不同的客户端,使用ikev2_config_import.cmd分别对两个设备导入p12文件,当test1和test2同时连接后,他们的ip地址都是192.168.43.10。导致第一个连接的客户端会断线,请问怎么解决。
客户端日志:
IKEv2 Script Copyright (c) 2020-2023 Lin Song 11 Feb 2023
Checking for existing IKEv2 client(s)...
Client Name Certificate Status
test1 valid
test2 valid
@wy3388 commented on GitHub (Jun 12, 2023):
重启容器服务后已解决