openwrt 做主路由如何限制部分终端的网速?

118 天前
 justincnn

看了半天,openwrt 自身不带这个功能,这个系统做路由器还是有很明显的不足啊

1199 次点击
所在节点    OpenWrt
7 条回复
vcn8yjOogEL
118 天前
chqome
118 天前
装一个 luci-app-nft-qos ,设置很简单,我就是拿它专门对付蹭网的
justincnn
118 天前
@chqome 这个好,太感谢了
justincnn
114 天前
@chqome 发现这个不行啊,设置了,观察了几天,但是还是无法控制上传,是我的设置不对么?
![]( )
justincnn
114 天前
@chqome
发现这个不行啊,设置了,观察了几天,但是还是无法控制上传,是我的设置不对么?

![]( https://s2.loli.net/2024/10/11/dwTZAlGoyuzI93P.png)
batilo
113 天前
@justincnn 你看下防火墙里是不是有 fast track 相关规则,部分防火墙规则和 qos 会冲突
justincnn
113 天前
@batilo 防火墙的自定义只有如下的内容:
iptables -t nat -A PREROUTING -p udp --dport 53 -j REDIRECT --to-ports 53
iptables -t nat -A PREROUTING -p tcp --dport 53 -j REDIRECT --to-ports 53
[ -n "$(command -v ip6tables)" ] && ip6tables -t nat -A PREROUTING -p udp --dport 53 -j REDIRECT --to-ports 53
[ -n "$(command -v ip6tables)" ] && ip6tables -t nat -A PREROUTING -p tcp --dport 53 -j REDIRECT --to-ports 53

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/1078019

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX