Yancey Wang

Results 358 comments of Yancey Wang

>reverse tunnel is a most required feature for a cutting edge application, please consider to implement in the next version. I have already explained how to do reverse tunnel.

你的tcp 22端口已经被别的程序bind过了,或者你没有bind到

Please provide details (e.g. config and environment) for reproducing the problem.  What you really observed is "udp2raw not able to connect". As far as I can see "blocked by firewall"...

Those two function only parses local parameters which are input by you locally. They never parse parameters from the internet. So I guess that's not a big deal?

`--help`看一下,有一个参数是`--hb-len`

参考一下这个连接: https://github.com/wangyu-/udp2raw-tunnel/wiki/%E5%B8%B8%E8%A7%81%E9%94%99%E8%AF%AF

>希望清空iptables的介绍能添加提醒“需确认INPUT的默认规则为ACCEPT 你按我链接里方法操作,INPUT的默认规则就一定为ACCEPT >这是否说明我所使用的这两台主机不支持raw流量呢? 不清楚,谷歌云貌似是支持的。 你可以先试一下Linux版的客户端。另外确保你用的是非pre-release版的。

谷歌云确认是支持的,你参考一下这个issue,谷歌云貌似有一层额外的防火墙: https://github.com/wangyu-/udp2raw-tunnel/issues/179 建议你在调试通之前先用非pre-release版。 如果windows版的client连不上,先拿linux版的client试一下(在本地的虚拟机或另一个vps)。

>所以是Win客户端兼容性问题还是Win上面还需要进一步操作? 不清楚。 你可以尝试一下在windows上配合-g手动添加防火墙规则,然后用faketcp模式(非easy)。排除easyfaketcp模式的兼容问题。 还可以尝试一下在本地桥接的虚拟机里运行linux版的客户端,排除一下本地宽带不支持raw流量的可能。

>如此看来是本地带宽不支持raw流量?(ISP为福建联通) 如果排除掉操作有错误的情况,看起来问题确实是出在本地。 有可能是宽带的问题(不过联通应该没问题呀),也有可能是路由器的问题(在issue里没遇到过)。 如果有机会,建议试一下这台电脑在其他网络环境下是否可以。 另外你试一下两边用--log-level 5,看log里显示什么。