mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 10:05:48 +03:00
[GH-ISSUE #488] 客户端之间无法正常通信 #456
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 @bigbenz8 on GitHub (Nov 28, 2025).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/488
任务列表
问题描述
客户端之间无法通过自动分配的IP地址进行互通。
重现步骤
重现该 bug 的步骤:
期待的正确结果
希望客户端之间可以通过分配的ip地址相互通信 。
日志
服务器信息(请填写以下信息)
客户端信息(请填写以下信息)
其它信息
=================docker-compose.yml =====================
version: '3'
volumes:
ikev2-vpn-data:
services:
vpn:
image: hwdsl2/ipsec-vpn-server
restart: always
env_file:
- ./vpn.env
ports:
- "500:500/udp"
- "4500:4500/udp"
privileged: true
hostname: ipsec-vpn-server
container_name: ipsec-vpn-server
volumes:
- ikev2-vpn-data:/etc/ipsec.d
- /lib/modules:/lib/modules:ro
===================vpn.env ============================
VPN_IKEV2_ONLY=yes
@hwdsl2 commented on GitHub (Nov 29, 2025):
@bigbenz8 你好!之前测试过客户端的互相ping,可以正常通信。请检查: