mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #188] 大兄弟、大佬,能指导下关闭PSK吗 #171
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 @cdoer on GitHub (May 7, 2020).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/188
我的路由器不支持PSK,我尝试修改run.sh这个文件 ,改一些参数,比如authby=nerver,
删掉配置
cat > /etc/ipsec.secrets <<EOF
$PUBLIC_IP %any : PSK "$VPN_IPSEC_PSK"
EOF
能正常运行,但是无法连接
@hwdsl2 commented on GitHub (May 7, 2020):
@cdoer 你好!不支持关闭L2TP的预共享秘钥,因为不带 IPsec 的 L2TP 模式没有任何加密,使用 VPN 也就失去了意义。
@cdoer commented on GitHub (May 7, 2020):
@hwdsl2 感谢回复,不为加密,只为组网。 翻了其它的issues ,看到不少同样的问题,那只能放弃了。
@TomLiu-GitHub commented on GitHub (Jun 1, 2021):
同样的问题!

华为路由器不支持PSK