friendlyarm / Actions-FriendlyWrt

Build FriendlyWrt using GitHub Actions
263 stars 118 forks source link

不管什么插件Tproxy模式开启网络就爆炸 #6

Closed Alexrobot03 closed 8 months ago

Alexrobot03 commented 1 year ago

R6s

friendlyarm commented 1 year ago

使用非docker的版本试试,docker会对网络设置影响,需要小心处理

Alexrobot03 commented 1 year ago

一直用的非docker版本,

Alexrobot03 commented 1 year ago

试了最新的固件v2raya的Tproxy 模式还是不能用,开启只有udp流量,无法转发tcp,shellclash也是一样image

friendlyarm commented 1 year ago

试试这个方法管不管用

echo "net.bridge.bridge-nf-call-iptables=0" > /etc/sysctl.d/32-iptables-user.conf reboot

Alexrobot03 commented 1 year ago

不行> 试试这个方法管不管用

echo "net.bridge.bridge-nf-call-iptables=0" > /etc/sysctl.d/32-iptables-user.conf

reboot

leiusual commented 1 year ago

试试这个方法管不管用

echo "net.bridge.bridge-nf-call-iptables=0" > /etc/sysctl.d/32-iptables-user.conf reboot

这个管用