mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #54] 手机和电脑在同一个局域网下连接 VPN 后,先连接的无法使用网络 #46
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 @zzmmzz777 on GitHub (Feb 16, 2018).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/54
分别使用不同的 vpn 账号,使用cisco ipsec模式。
问题:两个设备同时连接 VPN 后,第一个连接的设备无法访问网络。
查看 ipsec 连接信息如下:
是不是由于分配了重复的 IP 地址导致的?应该如何解决?
谢谢!
@hwdsl2 commented on GitHub (Feb 17, 2018):
@ekousp 你好!你的推测是正确的,目前因为一个在 Libreswan 中的问题,现在还不支持同时连接在同一个 NAT(比如家用路由器)后面的多个设备。参见 [1]。
[1] https://github.com/libreswan/libreswan/issues/166