I'm trying to develop a QoS system which controls two IP's.
Using OpenWRT based router firmware, I have tried using TC and am having issues with incompatibility. Is there another package or set of packages which are available to achieve this?
Version: CHAOS CALMER (15.05, r46767)
I've tried following the results as shown in the follow wiki page. https://wiki.openwrt.org/doc/howto/packet.scheduler/packet.scheduler#examples
The example, shown in the article below uses "CLASSIFY" which is an invalid argument, due to the incompatibility of a package. https://wiki.openwrt.org/doc/howto/packet.scheduler/packet.scheduler.example3
boot results:
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'
Any help is very appreciated