Yancey Wang

Results 358 comments of Yancey Wang

>这是否说明ISP已经能够阻止使用udp2raw处理出来的伪TCP流量? 感觉不像。 client端: ``` [2018-08-31 16:56:52][INFO]using port 26190 [2018-08-31 16:56:52][INFO]filter expression is [ip and tcp and src 35.194.100.3 and src port 10120 and dst port 26190] [2018-08-31 16:56:52][INFO]ret=-1,errno=0:,336 35.194.100.3:10120 [2018-08-31...

>我使用的是OpenWRT Chaos Calmer 15.05.1,我也想过是不是路由器问题,尝试在“防火墙”设置里开关“启用SYN-flood防御”,“MSS钳制”,流量设置全部选择“接受”,情况并没有发生变化。 我也用的是OpenWRT CC 15.05.1,默认设置没问题。

我加一下你的telegram或者whatsapp吧,把你的号发到我的邮箱wangyucn at gmail.com。 我连你的服务器,你连我的服务器试试。

I have tested udp2raw +l2tp before, I can confirm it already works without the feature, at least with my configuration.

https://github.com/wangyu-/udp2raw-tunnel/wiki/%E5%B8%B8%E8%A7%81%E9%94%99%E8%AF%AF

断流以后ssh (原生tcp)都不能用了,faketcp也无能为力。 你可以尝试一下icmp模式,如果还是不能用,可能就只能这样了。

@Jupiterss 你发的第一个图里明显就接错了。@flipphos和@kobe 已经告诉你了`把你的KcptunClient 连接服务器改成Udp2raw的192.168.1.4:3322` 如果还有其他错误,请仔细读教程并独立解决: https://github.com/wangyu-/udp2raw-tunnel/blob/master/doc/kcptun_step_by_step.md @nxtreaming 注意文明用语。 ------------------- 另外,这里禁止讨论翻墙问题。此楼以下如果再出现翻墙相关的话题,会被删掉。

The windows version is based on libpcap. According to my prior test, libpcap doesn't support pppoe on windows. >It only connections to the wrong port randomly What do you mean...

This (`random port`) is as expected, before making fakeTCP connect with pcap, udp2raw windows client will send a regular packet to random port to detect the link level header.  The...