What's new

FlexQoS FlexQoS 1.2.4 - Flexible QoS Enhancement Script for Adaptive QoS

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Nutella05@DSL-AC68U-AF00:/tmp/home/root# tc -d class show dev eth0
Nutella05@DSL-AC68U-AF00:/tmp/home/root# tc -d class show dev br0
Nutella05@DSL-AC68U-AF00:/tmp/home/root# tc -d qdisc ls
qdisc pfifo_fast 0: dev eth0 root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
qdisc pfifo 8001: dev vlan3880 root refcnt 2 limit 1p
qdisc pfifo_fast 0: dev eth1 root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
qdisc pfifo_fast 0: dev eth2 root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
qdisc htb 2: dev br0 root refcnt 2 r2q 10 default 40 direct_packets_stat 0 ver 3.17
qdisc pfifo 60: dev br0 parent 2:60 limit 1p
qdisc fq_codel 10: dev br0 parent 2:10 limit 1000p flows 1024 quantum 300 target 5.0ms interval 100.0ms
qdisc fq_codel 20: dev br0 parent 2:20 limit 1000p flows 1024 quantum 300 target 5.0ms interval 100.0ms
qdisc fq_codel 30: dev br0 parent 2:30 limit 1000p flows 1024 quantum 300 target 5.0ms interval 100.0ms
qdisc fq_codel 40: dev br0 parent 2:40 limit 1000p flows 1024 quantum 300 target 5.0ms interval 100.0ms
qdisc fq_codel 50: dev br0 parent 2:50 limit 1000p flows 1024 quantum 300 target 5.0ms interval 100.0ms
qdisc htb 1: dev ppp0 root refcnt 2 r2q 10 default 40 direct_packets_stat 448 ver 3.17
qdisc pfifo 60: dev ppp0 parent 1:60 limit 3p
Nutella05@DSL-AC68U-AF00:/tmp/home/root#

Thanks
OK that's interesting. How about these commands?
Code:
tc -d class show dev br0 parent 2:
tc -d class show dev ppp0
 
OK that's interesting. How about these commands?
Code:
tc -d class show dev br0 parent 2:
tc -d class show dev ppp0
class htb 2:10 parent 2:1 leaf 10: prio 1 quantum 1500 rate 17326Kbit overhead 40 ceil 17326Kbit linklayer atm burst 1596b/8 mpu 0b overhead 0b cburst 1596b/8 mpu 0b overhead 0b level 0
class htb 2:1 root rate 17326Kbit overhead 40 ceil 17326Kbit linklayer atm burst 1596b/8 mpu 0b overhead 0b cburst 1596b/8 mpu 0b overhead 0b level 7
class htb 2:2 root rate 10240Mbit ceil 10240Mbit linklayer ethernet burst 7680b/8 mpu 0b overhead 0b cburst 7680b/8 mpu 0b overhead 0b level 7
class htb 2:20 parent 2:1 leaf 20: prio 2 quantum 1500 rate 17326Kbit overhead 40 ceil 17326Kbit linklayer atm burst 1596b/8 mpu 0b overhead 0b cburst 1596b/8 mpu 0b overhead 0b level 0
class htb 2:30 parent 2:1 leaf 30: prio 3 quantum 1500 rate 17326Kbit overhead 40 ceil 17326Kbit linklayer atm burst 1596b/8 mpu 0b overhead 0b cburst 1596b/8 mpu 0b overhead 0b level 0
class htb 2:40 parent 2:1 leaf 40: prio 4 quantum 1500 rate 17326Kbit overhead 40 ceil 17326Kbit linklayer atm burst 1596b/8 mpu 0b overhead 0b cburst 1596b/8 mpu 0b overhead 0b level 0
class htb 2:50 parent 2:1 leaf 50: prio 5 quantum 1500 rate 17326Kbit overhead 40 ceil 17326Kbit linklayer atm burst 1596b/8 mpu 0b overhead 0b cburst 1596b/8 mpu 0b overhead 0b level 0
class htb 2:60 parent 2:2 leaf 60: prio 6 quantum 200000 rate 10240Mbit ceil 10240Mbit linklayer ethernet burst 7680b/8 mpu 0b overhead 0b cburst 7680b/8 mpu 0b overhead 0b level 0

-----------------------------------------------------------------------------
class htb 1:1 root prio 0 quantum 10612 rate 849Kbit overhead 40 ceil 849Kbit linklayer atm burst 1599b/8 mpu 0b overhead 0b cburst 1599b/8 mpu 0b overhead 0b level 0
class htb 1:60 parent 1:2 leaf 60: prio 6 quantum 200000 rate 1Gbit ceil 1Gbit linklayer ethernet burst 10000b/8 mpu 0b overhead 0b cburst 10000b/8 mpu 0b overhead 0b level 0
class htb 1:2 root rate 1Gbit ceil 1Gbit linklayer ethernet burst 10000b/8 mpu 0b overhead 0b cburst 10000b/8 mpu 0b overhead 0b level 7

Thanks
 
class htb 2:10 parent 2:1 leaf 10: prio 1 quantum 1500 rate 17326Kbit overhead 40 ceil 17326Kbit linklayer atm burst 1596b/8 mpu 0b overhead 0b cburst 1596b/8 mpu 0b overhead 0b level 0
class htb 2:1 root rate 17326Kbit overhead 40 ceil 17326Kbit linklayer atm burst 1596b/8 mpu 0b overhead 0b cburst 1596b/8 mpu 0b overhead 0b level 7
class htb 2:2 root rate 10240Mbit ceil 10240Mbit linklayer ethernet burst 7680b/8 mpu 0b overhead 0b cburst 7680b/8 mpu 0b overhead 0b level 7
class htb 2:20 parent 2:1 leaf 20: prio 2 quantum 1500 rate 17326Kbit overhead 40 ceil 17326Kbit linklayer atm burst 1596b/8 mpu 0b overhead 0b cburst 1596b/8 mpu 0b overhead 0b level 0
class htb 2:30 parent 2:1 leaf 30: prio 3 quantum 1500 rate 17326Kbit overhead 40 ceil 17326Kbit linklayer atm burst 1596b/8 mpu 0b overhead 0b cburst 1596b/8 mpu 0b overhead 0b level 0
class htb 2:40 parent 2:1 leaf 40: prio 4 quantum 1500 rate 17326Kbit overhead 40 ceil 17326Kbit linklayer atm burst 1596b/8 mpu 0b overhead 0b cburst 1596b/8 mpu 0b overhead 0b level 0
class htb 2:50 parent 2:1 leaf 50: prio 5 quantum 1500 rate 17326Kbit overhead 40 ceil 17326Kbit linklayer atm burst 1596b/8 mpu 0b overhead 0b cburst 1596b/8 mpu 0b overhead 0b level 0
class htb 2:60 parent 2:2 leaf 60: prio 6 quantum 200000 rate 10240Mbit ceil 10240Mbit linklayer ethernet burst 7680b/8 mpu 0b overhead 0b cburst 7680b/8 mpu 0b overhead 0b level 0

-----------------------------------------------------------------------------
class htb 1:1 root prio 0 quantum 10612 rate 849Kbit overhead 40 ceil 849Kbit linklayer atm burst 1599b/8 mpu 0b overhead 0b cburst 1599b/8 mpu 0b overhead 0b level 0
class htb 1:60 parent 1:2 leaf 60: prio 6 quantum 200000 rate 1Gbit ceil 1Gbit linklayer ethernet burst 10000b/8 mpu 0b overhead 0b cburst 10000b/8 mpu 0b overhead 0b level 0
class htb 1:2 root rate 1Gbit ceil 1Gbit linklayer ethernet burst 10000b/8 mpu 0b overhead 0b cburst 10000b/8 mpu 0b overhead 0b level 7

Thanks
I just pushed an update to the develop branch to try to limit bursting and quantum on lower bandwidths. Give it a try and see if it gives better bloat testing.
Code:
flexqos develop
 
I just pushed an update to the develop branch to try to limit bursting and quantum on lower bandwidths. Give it a try and see if it gives better bloat testing.
Code:
flexqos develop
Much appreciated @ dave14305, What speeds would fall in the lower bandwidth category?

I might benefit as well with setup as well.

I'm currently testing out the 300/10 mbps with Comcast, but I might go back to my usual 100/5.


Thanks again.
 
Much appreciated @ dave14305, What speeds would fall in the lower bandwidth category?

I might benefit as well with setup as well.

I'm currently testing out the 300/10 mbps with Comcast, but I might go back to my usual 100/5.


Thanks again.
I stole from Merlin's traditional QoS implementation and if Upload or Download bandwidth is less than 50 Mbits (most of us), then the fq_codel quantum is capped at 300. Also if fq_codel is enabled in FlexQoS, then the minimum burst/cburst drops from 3200 to 1600.
 
dave14305 said:
Also disable ECN on upload and LAN traffic
Thanks Dave. I assume the above also applies to < 50Mbps, not all bandwidth ie. >50?
 
Last edited:
Noob question... so what could go wrong if I leave the router bandwidth setting on automatic rather than manual as in the notes? I have tried it on automatic and I dont seem to be getting any complaints from any users on the network? what is that I dont appreciate about the design of this add-on? Thank you for any input. using 1.2.1
 
Noob question... so what could go wrong if I leave the router bandwidth setting on automatic rather than manual as in the notes? I have tried it on automatic and I dont seem to be getting any complaints from any users on the network? what is that I dont appreciate about the design of this add-on? Thank you for any input. using 1.2.1
As I remember it, you won’t really see any bandwidth limiting because QoS will assume your bandwidth is close to 2 Gbit. If it works for you, that’s cool. I haven’t tried it for any length of time, so not sure how it will behave.
 
So this Plex traffic is going out via the Internet as upload traffic? How does it appear in the Tracked connections when it’s happening? How well is it identified? Is it hardwired to the router?

Also keep an eye on how your Zoom traffic is showing up. Classification has gotten better as ASUS/Trend signatures update, but you can always use the well-known Zoom rule if it’s not tracked 100% of the time.

OK, so I tested Plex traffic being accessed by someone outside of my home network. By default/vanilla, QoS is classifying it as Others, and I see it spike up in the "Others" on your new Graph Scale (). I'm using the standard Plex port: 32000.

So here's a two-part guess/idea:

#1: my Customization order should be:

Highest
Work-From-Home
Gaming
Video and Audio Streaming
Others
Web Surfing
File Transferring
Learn-From-Home
Lowest

#2: for my Plex uploading (people accessing remotely), I would actually want Plex to be labeled as File Transferring (not Video and Audio Streaming). The benefit there being: if anyone is using my Plex while I'm at home doing anything on the internet at all, I won't notice a hit. Which is what I would want. Sure they can enjoy my Plex if it doesn't affect me, but not at my expense.

I think I got it. Right? Is my logic correct here?
 
Last edited:
I think I got it. Right? Is my logic correct here?
I don’t think your point #1 is relevant if you’re successful in achieving point #2. Others won’t matter. I assume it’s showing up as Untracked under Others?
 
I don’t think your point #1 is relevant if you’re successful in achieving point #2. Others won’t matter. I assume it’s showing up as Untracked under Others?

Yes, all Others > Untracked. All on the same port (32400). I can easily label all of that as File Transferring.

#1 would be relevant if I put "File Transferring" higher. That would come anything it's higher than, no?

Also, separate stand-alone question: "Others" higher than "Web Surfing", yeah?
 
#1 would be relevant if I put "File Transferring" higher. That would come anything it's higher than, no?
I think you’re missing a word somewhere, but no one should be prioritizing bulk download traffic over interactive traffic.
Also, separate stand-alone question: "Others" higher than "Web Surfing", yeah?
Sure.
 
I just pushed an update to the develop branch to try to limit bursting and quantum on lower bandwidths. Give it a try and see if it gives better bloat testing.
Code:
flexqos develop
Upload, there is an improvement, but there is still a long way to go.
Thank you
 
As I remember it, you won’t really see any bandwidth limiting because QoS will assume your bandwidth is close to 2 Gbit. If it works for you, that’s cool. I haven’t tried it for any length of time, so not sure how it will behave.
by and large I see the traffic getting sorted ok. that function is not negatively impacted. Getting service for the highest priority traffic is my main concern and this works good.

2Gbps? interesting. so if the qos software works on that fixed assumption in automatic bandwidth mode.... lowering the number to my actual declared bandwidth in manual cant hurt too too much ....other than hold the traffic to my declared amounts.

My isp throttles sustained downloading speeds at busy hours yet allows limited amounts of bursty up/down traffic at higher than the declared/purchased speed as a compensation. I have discovered this through experimentation at the busy hours. So declaring my sustained speeds is of limited value in my case.

Thank you . Now I better understand my choices.
 
2Gbps? interesting. so if the qos software works on that fixed assumption in automatic bandwidth mode.... lowering the number to my actual declared bandwidth in manual cant hurt too too much ....other than hold the traffic to my declared amounts.
Essentially, QoS isn't doing any bandwidth throttling in Automatic mode, so you are at the mercy of the bottlenecks within your ISP. It defeats the purpose of trying to address bufferbloat, to the best of my understanding. I don't see any upside to Automatic mode if your ISP speeds are known.
 
I only see Net Control Packets in Graph.
Code:
FlexQoS v1.2.1 released 2021-02-12

Debug date    : 2021-02-26 10:17:20+1300
Router Model  : RT-AC68U
Firmware Ver  : 386.1_2
DPI/Sig Ver   : 2.0.1 / 2.218
WAN iface     : vlan10
tc WAN iface  : eth0
IPv6          : disabled
Undf Prio     : -1
Down Band     : 19456
Up Band       : 97280
***********
Net Control   : 1:10
Work-From-Home:
Gaming        :
Others        :
Web Surfing   :
Streaming     :
File Downloads:
Game Downloads:
***********
Downrates     :     972,       0,       0,       0,       0,       0,       0,       0
Downceils     :   19456,       0,       0,       0,       0,       0,       0,       0
Uprates       :    4864,       0,       0,       0,       0,       0,       0,       0
Upceils       :   97280,       0,       0,       0,       0,       0,       0,       0
***********
iptables settings: <>>udp>>500,4500>>3<>>udp>16384:16415>>>3<>>tcp>>119,563>>5<>>tcp>>80,443>08****>7
-o br0 -p udp -m multiport --sports 500,4500 -j MARK --set-mark 0x8006ffff/0xc03fffff
-o vlan10 -p udp -m multiport --dports 500,4500 -j MARK --set-mark 0x4006ffff/0xc03fffff
-o br0 -p udp -m multiport --dports 16384:16415 -j MARK --set-mark 0x8006ffff/0xc03fffff
-o vlan10 -p udp -m multiport --sports 16384:16415 -j MARK --set-mark 0x4006ffff/0xc03fffff
-o br0 -p tcp -m multiport --sports 119,563 -j MARK --set-mark 0x8003ffff/0xc03fffff
-o vlan10 -p tcp -m multiport --dports 119,563 -j MARK --set-mark 0x4003ffff/0xc03fffff
-o br0 -p tcp -m multiport --sports 80,443 -m mark --mark 0x80080000/0xc03f0000 -j MARK --set-mark 0x803fffff/0xc03fffff
-o vlan10 -p tcp -m multiport --dports 80,443 -m mark --mark 0x40080000/0xc03f0000 -j MARK --set-mark 0x403fffff/0xc03fffff
***********
appdb rules: <000000>6<00006B>6<0D0007>5<0D0086>5<0D00A0>5<12003F>4<13****>4<14****>4
filter add dev br0 protocol all prio -1 u32 match mark 0x80000000 0xc000ffff flowid
filter add dev eth0 protocol all prio -1 u32 match mark 0x40000000 0xc000ffff flowid
filter add dev br0 protocol all prio -1 u32 match mark 0x8000006B 0xc03fffff flowid
filter add dev eth0 protocol all prio -1 u32 match mark 0x4000006B 0xc03fffff flowid
filter add dev br0 protocol all prio -1 u32 match mark 0x800D0007 0xc03fffff flowid
filter add dev eth0 protocol all prio -1 u32 match mark 0x400D0007 0xc03fffff flowid
filter add dev br0 protocol all prio -1 u32 match mark 0x800D0086 0xc03fffff flowid
filter add dev eth0 protocol all prio -1 u32 match mark 0x400D0086 0xc03fffff flowid
filter add dev br0 protocol all prio -1 u32 match mark 0x800D00A0 0xc03fffff flowid
filter add dev eth0 protocol all prio -1 u32 match mark 0x400D00A0 0xc03fffff flowid
filter add dev br0 protocol all prio 20 u32 match mark 0x8012003F 0xc03fffff flowid
filter add dev eth0 protocol all prio 20 u32 match mark 0x4012003F 0xc03fffff flowid
filter change dev br0 prio 22 protocol all handle 802::800 u32 flowid
filter change dev eth0 prio 22 protocol all handle 802::800 u32 flowid
filter change dev br0 prio 23 protocol all handle 804::800 u32 flowid
filter change dev eth0 prio 23 protocol all handle 804::800 u32 flowid
class change dev br0 parent 1:1 classid 1:10 htb  prio 0 rate 972Kbit ceil 19456Kbit burst 3200b cburst 24000b quantum 12150
class change dev eth0 parent 1:1 classid 1:10 htb  prio 0 rate 4864Kbit ceil 97280Kbit burst 12160b cburst 121600b quantum 60800
class change dev br0 parent 1:1 classid 1:11 htb  prio 1 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev eth0 parent 1:1 classid 1:11 htb  prio 1 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev br0 parent 1:1 classid 1:12 htb  prio 2 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev eth0 parent 1:1 classid 1:12 htb  prio 2 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev br0 parent 1:1 classid 1:13 htb  prio 3 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev eth0 parent 1:1 classid 1:13 htb  prio 3 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev br0 parent 1:1 classid 1:14 htb  prio 4 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev eth0 parent 1:1 classid 1:14 htb  prio 4 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev br0 parent 1:1 classid 1:15 htb  prio 5 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev eth0 parent 1:1 classid 1:15 htb  prio 5 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev br0 parent 1:1 classid 1:16 htb  prio 6 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev eth0 parent 1:1 classid 1:16 htb  prio 6 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev br0 parent 1:1 classid 1:17 htb  prio 7 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev eth0 parent 1:1 classid 1:17 htb  prio 7 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
 

Attachments

  • Capture.JPG
    Capture.JPG
    40.7 KB · Views: 82
I only see Net Control Packets in Graph.
Code:
FlexQoS v1.2.1 released 2021-02-12

Debug date    : 2021-02-26 10:17:20+1300
Router Model  : RT-AC68U
Firmware Ver  : 386.1_2
DPI/Sig Ver   : 2.0.1 / 2.218
WAN iface     : vlan10
tc WAN iface  : eth0
IPv6          : disabled
Undf Prio     : -1
Down Band     : 19456
Up Band       : 97280
***********
Net Control   : 1:10
Work-From-Home:
Gaming        :
Others        :
Web Surfing   :
Streaming     :
File Downloads:
Game Downloads:
***********
Downrates     :     972,       0,       0,       0,       0,       0,       0,       0
Downceils     :   19456,       0,       0,       0,       0,       0,       0,       0
Uprates       :    4864,       0,       0,       0,       0,       0,       0,       0
Upceils       :   97280,       0,       0,       0,       0,       0,       0,       0
***********
iptables settings: <>>udp>>500,4500>>3<>>udp>16384:16415>>>3<>>tcp>>119,563>>5<>>tcp>>80,443>08****>7
-o br0 -p udp -m multiport --sports 500,4500 -j MARK --set-mark 0x8006ffff/0xc03fffff
-o vlan10 -p udp -m multiport --dports 500,4500 -j MARK --set-mark 0x4006ffff/0xc03fffff
-o br0 -p udp -m multiport --dports 16384:16415 -j MARK --set-mark 0x8006ffff/0xc03fffff
-o vlan10 -p udp -m multiport --sports 16384:16415 -j MARK --set-mark 0x4006ffff/0xc03fffff
-o br0 -p tcp -m multiport --sports 119,563 -j MARK --set-mark 0x8003ffff/0xc03fffff
-o vlan10 -p tcp -m multiport --dports 119,563 -j MARK --set-mark 0x4003ffff/0xc03fffff
-o br0 -p tcp -m multiport --sports 80,443 -m mark --mark 0x80080000/0xc03f0000 -j MARK --set-mark 0x803fffff/0xc03fffff
-o vlan10 -p tcp -m multiport --dports 80,443 -m mark --mark 0x40080000/0xc03f0000 -j MARK --set-mark 0x403fffff/0xc03fffff
***********
appdb rules: <000000>6<00006B>6<0D0007>5<0D0086>5<0D00A0>5<12003F>4<13****>4<14****>4
filter add dev br0 protocol all prio -1 u32 match mark 0x80000000 0xc000ffff flowid
filter add dev eth0 protocol all prio -1 u32 match mark 0x40000000 0xc000ffff flowid
filter add dev br0 protocol all prio -1 u32 match mark 0x8000006B 0xc03fffff flowid
filter add dev eth0 protocol all prio -1 u32 match mark 0x4000006B 0xc03fffff flowid
filter add dev br0 protocol all prio -1 u32 match mark 0x800D0007 0xc03fffff flowid
filter add dev eth0 protocol all prio -1 u32 match mark 0x400D0007 0xc03fffff flowid
filter add dev br0 protocol all prio -1 u32 match mark 0x800D0086 0xc03fffff flowid
filter add dev eth0 protocol all prio -1 u32 match mark 0x400D0086 0xc03fffff flowid
filter add dev br0 protocol all prio -1 u32 match mark 0x800D00A0 0xc03fffff flowid
filter add dev eth0 protocol all prio -1 u32 match mark 0x400D00A0 0xc03fffff flowid
filter add dev br0 protocol all prio 20 u32 match mark 0x8012003F 0xc03fffff flowid
filter add dev eth0 protocol all prio 20 u32 match mark 0x4012003F 0xc03fffff flowid
filter change dev br0 prio 22 protocol all handle 802::800 u32 flowid
filter change dev eth0 prio 22 protocol all handle 802::800 u32 flowid
filter change dev br0 prio 23 protocol all handle 804::800 u32 flowid
filter change dev eth0 prio 23 protocol all handle 804::800 u32 flowid
class change dev br0 parent 1:1 classid 1:10 htb  prio 0 rate 972Kbit ceil 19456Kbit burst 3200b cburst 24000b quantum 12150
class change dev eth0 parent 1:1 classid 1:10 htb  prio 0 rate 4864Kbit ceil 97280Kbit burst 12160b cburst 121600b quantum 60800
class change dev br0 parent 1:1 classid 1:11 htb  prio 1 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev eth0 parent 1:1 classid 1:11 htb  prio 1 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev br0 parent 1:1 classid 1:12 htb  prio 2 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev eth0 parent 1:1 classid 1:12 htb  prio 2 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev br0 parent 1:1 classid 1:13 htb  prio 3 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev eth0 parent 1:1 classid 1:13 htb  prio 3 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev br0 parent 1:1 classid 1:14 htb  prio 4 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev eth0 parent 1:1 classid 1:14 htb  prio 4 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev br0 parent 1:1 classid 1:15 htb  prio 5 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev eth0 parent 1:1 classid 1:15 htb  prio 5 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev br0 parent 1:1 classid 1:16 htb  prio 6 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev eth0 parent 1:1 classid 1:16 htb  prio 6 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev br0 parent 1:1 classid 1:17 htb  prio 7 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
class change dev eth0 parent 1:1 classid 1:17 htb  prio 7 rate 0Kbit ceil 0Kbit burst 3200b cburst 3200b quantum 1514
Yes, it looks like QoS is broken on your router. What is your WAN setup that your WAN interface shows as vlan10?
 
Yes, it looks like QoS is broken on your router. What is your WAN setup that your WAN interface shows as vlan10?
WAN Connection type-Automatic IP and I have to put VID 10 under IPTV Internet box for internet to work with my ISP. Asus connected to Fiber modem
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top