mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-25 17:45:55 +03:00
[GH-ISSUE #313] 使用arm64镜像, 客户端无法连接ikev2 vpn, x86镜像没有此问题 #289
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 @webca7 on GitHub (Oct 19, 2022).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/313
任务列表
问题描述
使用arm64镜像,客户端无法连接ikev2 vpn;x86镜像没有此问题
重现步骤
重现该 bug 的步骤:
docker-compose.yml
vpn.env
x86镜像使用这个配置正常工作,arm64镜像docker服务正常启动,日志也没有任何报错,唯一的异常就是客户端(无论mac、windows等)连接不上。
/var/log/auth.log
期待的正确结果
使用arm64镜像,客户端正常连接ikev2 vpn
日志
docker exec -it ipsec-vpn-server ipsec status
docker exec -it ipsec-vpn-server grep pluto /var/log/auth.log
服务器信息
客户端信息
其它信息
无
@hwdsl2 commented on GitHub (Oct 20, 2022):
@webca7 你好!感谢你提供详细的错误报告。从你的日志来看,一般
retransmitting相关的错误与客户端和服务器之间的网络问题有关,而不是服务器本身的问题。例如,有可能是 GFW 屏蔽或干扰无法使用。你看看是否与此有关?@webca7 commented on GitHub (Oct 20, 2022):
我确定不是gfw 的原因,同样的ip我绑定到x86的服务器上面没有这个问题
@webca7 commented on GitHub (Oct 20, 2022):
从国外vpn网络也无法连接arm64版的docker服务
@webca7 commented on GitHub (Oct 27, 2022):
是因为docker无法识别我服务器的第二张网卡的原因,bind到第一张网卡就可以了,bind到第二张网卡的任何端口都不通。issue可以关了。thinks
@hwdsl2 commented on GitHub (Oct 28, 2022):
@webca7 好的,谢谢你的更新。