V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
OpenWrt 是一个专门面向嵌入式设备的 Linux 发行版。你可以将 OpenWrt 支持的型号的嵌入式设备,比如各种路由器上的系统,换成一个有更多可能性可以折腾的 Linux 系统。
OpenWrt 官方网站
justincnn
V2EX  ›  OpenWrt

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

  •  
  •   justincnn · 10 天前 · 813 次点击

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

    7 条回复    2024-10-12 18:04:46 +08:00
    chqome
        2
    chqome  
       10 天前
    装一个 luci-app-nft-qos ,设置很简单,我就是拿它专门对付蹭网的
    justincnn
        3
    justincnn  
    OP
       10 天前
    @chqome 这个好,太感谢了
    justincnn
        4
    justincnn  
    OP
       7 天前
    @chqome 发现这个不行啊,设置了,观察了几天,但是还是无法控制上传,是我的设置不对么?
    ![]( )
    justincnn
        5
    justincnn  
    OP
       7 天前
    @chqome
    发现这个不行啊,设置了,观察了几天,但是还是无法控制上传,是我的设置不对么?

    ![]( https://s2.loli.net/2024/10/11/dwTZAlGoyuzI93P.png)
    batilo
        6
    batilo  
       6 天前 via Android
    @justincnn 你看下防火墙里是不是有 fast track 相关规则,部分防火墙规则和 qos 会冲突
    justincnn
        7
    justincnn  
    OP
       5 天前
    @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
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5651 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 37ms · UTC 03:31 · PVG 11:31 · LAX 20:31 · JFK 23:31
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.