mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 18:15:50 +03:00
[GH-ISSUE #471] 缺乏 xt_policy #442
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 @afcafcafc on GitHub (Mar 17, 2025).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/471
任务列表
问题描述
使用清楚简明的语言描述这个 bug。
alpine镜像会提示nft防火墙相关问题因此使用debian的dockerfile
openwrt 出现问题。但是服务器debian docker 没有问题
重现步骤
重现该 bug 的步骤:
期待的正确结果
简要地描述你期望的正确结果。
日志
启用日志,检查 VPN 状态,并且添加错误日志以帮助解释该问题(如果适用)。
stdout:
stdout: Trying to auto discover IP of this server...
stdout:
stdout: Setting DNS servers to 223.5.5.5 and 119.29.29.29...
stderr: Warning: Extension policy revision 0 not supported, missing kernel module?
stderr: iptables: No chain/target/match by that name.
stderr: iptables: Index of insertion too big.
stderr: iptables: Index of insertion too big.
stderr: iptables: Index of insertion too big.
stderr: Warning: Extension policy revision 0 not supported, missing kernel module?
stderr: iptables: Index of insertion too big.
stderr: iptables: Index of insertion too big.
stderr: Warning: Extension policy revision 0 not supported, missing kernel module?
stderr: iptables: No chain/target/match by that name.
stdout:
stdout: Starting IPsec service...
stdout:
stdout: ================================================
stdout:
stdout: IPsec VPN server is now ready for use!
stdout:
stdout: Connect to your new VPN with these details:
stdout:
stdout: Server IP:
stdout: IPsec PSK:
stdout: Username:
stdout: Password:
stdout:
stdout: Write these down. You'll need them to connect!
stdout:
stdout: VPN client setup: https://vpnsetup.net/clients2
stdout:
stdout: ================================================
stdout:
stdout: ================================================
stdout:
stdout: IKEv2 is already set up. Details for IKEv2 mode:
stdout:
stdout: VPN server address:
stdout: VPN client name: vpnclient
stdout:
stdout: Client configuration is available inside the
stdout: Docker container at:
stdout: /etc/ipsec.d/vpnclient.p12 (for Windows & Linux)
stdout: /etc/ipsec.d/vpnclient.sswan (for Android)
stdout: /etc/ipsec.d/vpnclient.mobileconfig (for iOS & macOS)
stdout:
stdout: Next steps: Configure IKEv2 clients. See:
stdout: https://vpnsetup.net/clients2
stdout:
stdout: ================================================
stdout:
stderr: xl2tpd[1]: Not looking for kernel SAref support.
stderr: xl2tpd[1]: Using l2tp kernel support.
stderr: xl2tpd[1]: xl2tpd version xl2tpd-1.3.18 started on c6de08d26224 PID:1
stderr: xl2tpd[1]: Written by Mark Spencer, Copyright (C) 1998, Adtran, Inc.
stderr: xl2tpd[1]: Forked by Scott Balmos and David Stipp, (C) 2001
stderr: xl2tpd[1]: Inherited by Jeff McAdams, (C) 2002
stderr: xl2tpd[1]: Forked again by Xelerance (www.xelerance.com) (C) 2006-2016
stderr: xl2tpd[1]: Listening on IP address 0.0.0.0, port 1701
服务器信息(请填写以下信息)
客户端信息(请填写以下信息)
其它信息
添加关于该 bug 的其它信息。