wangyu- / udp2raw

A Tunnel which Turns UDP Traffic into Encrypted UDP/FakeTCP/ICMP Traffic by using Raw Socket,helps you Bypass UDP FireWalls(or Unstable UDP Environment)
MIT License
6.96k stars 1.15k forks source link

IPv6下使用faketcp模式 #220

Open ekenchan opened 5 years ago

ekenchan commented 5 years ago

IPv6下增氧使用faketcp模式?刚开始的时候客户端是可以ready的,但过不一会就变成不断send syn。 客户端本身有多于一个IPv6公网地址。 客户端配置如下:

-c -r [xxx:xxx:::xxx]:xxx -l 127.0.0.1:4096 --raw-mode faketcp --cipher-mode none --auth-mode none --log-level 4 --retry-on-error

wangyu- commented 5 years ago

看起来像是没加-a选项/没手动添加iptables规则

ekenchan commented 5 years ago

客户端和服务端都加了ip6tables规则了

peaceanddemocracy commented 5 years ago

看起来像是没加-a选项/没手动添加iptables规则

-a not supported in this version

win7下报错,不知道应该使用哪个规则