mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #419] 部署成功 连接成功,但是无法联网,之前没问题 #391
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 @joyanhui on GitHub (Mar 2, 2024).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/419
客户端用ipsec cisco连接成功,但是只能ping通 172.17.0.1
其他ip 包括 172.17.0.3 223.5.5.5 还有 docker宿主机的ip都不通
同样配置文件 在之前的docker镜像是正常的,但是刚看来一下旧版的镜像从hub.docker.com 找不到。
@hwdsl2 commented on GitHub (Mar 2, 2024):
@joyanhui 你好!本项目最近升级到了 Alpine Linux 3.19。你可以从源代码构建之前的 Alpine 3.18 版本的镜像:
完成后,删除并重新创建 Docker 容器。重新连接 VPN。
另外,你也可以尝试不使用 host network 模式 创建 Docker 容器。在某些情况下,使用该模式可能导致 IPTables 规则的问题。
如果你有新的信息可以继续在这里回复。
@joyanhui commented on GitHub (Mar 4, 2024):
感谢您的帮助,我找到到了旧版的镜像,重新部署了。