mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #16] 为什么连接是建立在ipv6上,这正常吗 #13
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 @tony1016 on GitHub (Dec 21, 2016).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/16
运行后感觉日志正常,但是客户端连接不上。netstat的状态显示连接是建立在ipv6上,这正常吗??
@hwdsl2 commented on GitHub (Dec 21, 2016):
@tony1016 你好!在我的服务器上,命令
netstat -anput的输出如下:虽然上面的输出看起来似乎连接通过 IPv6 建立,但其实不是。它是通过 IPv4 建立的。如果你的命令输出像上面这样,那么一切都正常。你需要另外查找一下客户端无法连接的其它原因。可以参见 [1]。
[1] https://github.com/hwdsl2/setup-ipsec-vpn/blob/master/docs/clients-zh.md#故障排除
@tony1016 commented on GitHub (Dec 21, 2016):
@hwdsl2 非常感谢。我现在很怀疑是当地GFW干的。因为我用nc测试,尽然所有udp端口都是success的,OMG
@tony1016 commented on GitHub (Dec 21, 2016):
@hwdsl2 我是指从1-65535
@hwdsl2 commented on GitHub (Dec 21, 2016):
@tony1016 嗯,有这个可能。你可以另行尝试一下 Shadowsocks [1] 或 ShadowsocksR [2]。
[1] https://github.com/shadowsocks/shadowsocks-libev
[2] https://github.com/breakwa11/shadowsocks-rss
@tony1016 commented on GitHub (Dec 21, 2016):
@hwdsl2 ss没有问题,因为最近苹果地图的一些问题,需要VPN。感谢回复