【发布时间】:2017-08-31 05:26:51
【问题描述】:
我正在尝试开发一个控制两个 IP 的 QoS 系统。
使用基于 OpenWRT 的路由器固件,我尝试使用 TC,但遇到了不兼容的问题。是否有其他软件包或一组软件包可用于实现此目的?
版本:CHAOS CALMER (15.05, r46767)
我已尝试按照以下 wiki 页面中显示的结果进行跟踪。 https://wiki.openwrt.org/doc/howto/packet.scheduler/packet.scheduler#examples
由于包不兼容,下面文章中显示的示例使用了无效参数“CLASSIFY”。 https://wiki.openwrt.org/doc/howto/packet.scheduler/packet.scheduler.example3
开机结果:
Failed to find ipt_TOS. Maybe it is a built in module ?
Failed to find ipt_tos. Maybe it is a built in module ?
Failed to find ipt_length. Maybe it is a built in module ?
module is already loaded - sch_hfsc
module is already loaded - sch_ingress
Bad argument `CLASSIFY'
非常感谢任何帮助
【问题讨论】:
标签: bash ip router openwrt qos