You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ip rule add fwmark 1 lookup 100
ip route add local default dev lo table 100
iptables -t mangle -A PREROUTING -m mac --mac-source xx:xx:xx:xx:xx:xx -p udp -j TPROXY --on-port 1090 --tproxy-mark 0x01/0x01
最近换了路由器后,路由器固件是Lede的系统,不管是用人家集成好的ss还是自己从这里下载ipk来安装,tcp的代理都正常;但是UDP数据转发都失败,nat类型测试软件(NatTypeTester.exe)测试结果是Udpblocked。
因为同样的ss线路服务器和用以前BB固件的路由器,同样的NatTypeTester.exe软件测试UDP转发就是正常的。
现在就想问问,udp转发要怎么来定位错误?谷歌和看了不少论坛网友的“经验”,ipset,ip-full,等等都有,也尝试过删除相应,客户端也没有任何错误提示,现在完全没有头绪来。
The text was updated successfully, but these errors were encountered: