It should be putting the values in the top edit row to be edited. Doesn't work the same way as the iptables section, unfortunately.I think you have a bug in the appDB section for editing entries. when you click the pencil.. rather then editing a field it just deletes the entire row. This is the same as the minus sign which I figure must be actually for deleting the row. Hope I helped.
For the AppDB rules, the sequence only affects the interpretation within the Tracked Connections table. Specific rules will always take precedence over wildcard rules at the tc filter layer. To support that in the webui, I force the wildcard rules to the bottom of the list so I can stop checking rules once I find the first match.Should this eventually be changed to work the same way as the iptables section? Because as you told us that the last match wins, it depends on the sequence and this gets changed because after editing it's appended at the bottom. Or am I getting it wrong with the sequence dependency?
Everything is working again thank youDon't use develop right now. I see there's a bug in the while loop. It's infinite. Kill the script or reboot the router.
Does regular Adaptive QoS work in Dual WAN Load Balance mode?Hello, I have a question
Can flexqos works with Dual WAN Load Balance mode?
Thank you
Does regular Adaptive QoS work in Dual WAN Load Balance mode?
ROFL yeh its true... Im on the old latest prior to the stats web gui. Cleaned it up and its nice n basic n jus works. I been watchin yur progress tho donchu worry, I'm just not up for beta testing this for life if that makes any senseIf not sooner, when 386.1 gets released I will remove support within FlexQoS to import and convert old FreshJR_QOS nvram settings to the new FlexQoS/Merlin API format. If FreshJR_QOS diehards haven't converted by now, they'll have to start from scratch (looking at you @Sinner ).
It's time to shed the legacy baggage that adds complexity to the code. And by baggage I only mean the code I wrote to convert the old rules, not the core gold of FreshJR's genius. I still marvel sometimes how he was able to write in javascript a function that interprets and applies iptables syntax to a list of connections. That code logic is still mostly untouched and remains the secret sauce of the webui.
I also need to rationalize (a popular IT buzzword these days) the multiple update-related functions that have made their way into the script lately and consolidate them.
Ty, I didnt think he was working on the new builds yet per a message he had in asuswrt.Forget stock firmware. Why don't you try the RMerlin Alpha 3 builds instead for your router? AiMesh 2.0 included.
Download | Asuswrt-Merlin
www.asuswrt-merlin.net
What happens on Merlin’s Classification page? Same thing or not? I haven’t tested 386.1 at all, so no idea yet how it will behave. AX58 has special handling in the firmware because it uses eth4 instead of eth0 for stats collection.Just updated my RT-AX58U to the just released 386.1 alpha3. Uninstalled Flex and reinstalled. I'm aware of the fq_codel no longer being supported but is it normal to now not see the pie graphs on the FlexQoS tab? Read back through the last few pages and have not seen anything mentioned on it.
On the FlexQoS page, switch the refresh back to 3 seconds and see if it draws.
Your QoS seems broken since it also affects Merlin. How is your QoS page setup? RunDoesn't draw.
See log:
Nov 14 23:19:00 FlexQoS: /jffs/addons/flexqos/flexqos.sh (pid=1794) called with 1 args: -check
Nov 14 23:19:01 FlexQoS: TC Modification Delayed Start
Nov 14 23:24:13 FlexQoS: TC Modification Delay reached maximum 300 seconds. Aborting startup!
Nov 14 23:24:13 FlexQoS: TC Modification delayed for 300 seconds
Nov 14 23:24:13 FlexQoS: Scheduled Persistence Check -> Reapplying Changes
Nov 14 23:24:14 FlexQoS: Applying AppDB rules and TC rates
Nov 14 23:24:14 FlexQoS: ERROR! Check /tmp/flexqos_tcrules.log
Nov 14 23:29:00 FlexQoS: /jffs/addons/flexqos/flexqos.sh (pid=3542) called with 1 args: -check
Nov 14 23:29:01 FlexQoS: TC Modification Delayed Start
I can pull the tcrules.log if you tell me what to put into putty to pull it.
cat /tmp/flexqos_tcrules.log
and then flexqos debug
in PuTTY.FlexQoS v1.0.5 released 2020-11-01
Debug:
Log date: 2020-11-14 23:48:27-0500
Router Model: RT-AX58U
Firmware Ver: 386.1_alpha3-g874b3ed69d
sed: /tmp/bwdpi/qosd.conf: No such file or directory
tc WAN iface: eth4
Undf Prio: -1
Undf FlowID:
Down Band: 371712
Up Band : 30976
***********
Net Control:
Work-From-Home:
Gaming:
Others:
Web Surfing:
Streaming:
File Downloads:
Game Downloads:
***********
Downrates: 0, 0, 0, 0, 0, 0, 0, 0
Downceils: 0, 0, 0, 0, 0, 0, 0, 0
Downbursts: 3200, 3200, 3200, 3200, 3200, 3200, 3200, 3200
DownCbursts: 3200, 3200, 3200, 3200, 3200, 3200, 3200, 3200
DownQuantums: 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514
***********
Uprates: 0, 0, 0, 0, 0, 0, 0, 0
Upceils: 0, 0, 0, 0, 0, 0, 0, 0
Upbursts: 3200, 3200, 3200, 3200, 3200, 3200, 3200, 3200
UpCbursts: 3200, 3200, 3200, 3200, 3200, 3200, 3200, 3200
UpQuantums: 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514
***********
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/0x3fffff
-o eth4 -p udp -m multiport --dports 500,4500 -j MARK --set-mark 0x4006ffff/0x3fffff
-o br0 -p udp --dport 16384:16415 -j MARK --set-mark 0x8006ffff/0x3fffff
-o eth4 -p udp --sport 16384:16415 -j MARK --set-mark 0x4006ffff/0x3fffff
-o br0 -p tcp -m multiport --sports 119,563 -j MARK --set-mark 0x8003ffff/0x3fffff
-o eth4 -p tcp -m multiport --dports 119,563 -j MARK --set-mark 0x4003ffff/0x3fffff
-o br0 -p tcp -m multiport --sports 80,443 -m mark --mark 0x80080000/0xc03f0000 -j MARK --set-mark 0x803fffff/0x3fffff
-o eth4 -p tcp -m multiport --dports 80,443 -m mark --mark 0x40080000/0xc03f0000 -j MARK --set-mark 0x403fffff/0x3fffff
***********
appdb rules: <000000>6<00006B>6<0D0007>5<0D0086>5<0D00A0>5<12003F>4<13****>4<14****>4<1A****>5
filter add dev br0 protocol all prio -1 u32 match mark 0x80000000 0xc000ffff flowid
filter add dev eth4 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 eth4 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 eth4 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 eth4 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 eth4 protocol all prio -1 u32 match mark 0x400D00A0 0xc03fffff flowid
filter add dev br0 protocol all prio -1 u32 match mark 0x8012003F 0xc03fffff flowid
filter add dev eth4 protocol all prio -1 u32 match mark 0x4012003F 0xc03fffff flowid
filter add dev br0 protocol all prio -1 u32 match mark 0x80130000 0xc03f0000 flowid
filter add dev eth4 protocol all prio -1 u32 match mark 0x40130000 0xc03f0000 flowid
filter add dev br0 protocol all prio -1 u32 match mark 0x80140000 0xc03f0000 flowid
filter add dev eth4 protocol all prio -1 u32 match mark 0x40140000 0xc03f0000 flowid
filter add dev br0 protocol all prio -1 u32 match mark 0x801A0000 0xc03f0000 flowid
filter add dev eth4 protocol all prio -1 u32 match mark 0x401A0000 0xc03f0000 flowid
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!