1219chicho
Occasional Visitor
What do you mean Vex?You need the bandwidth division rules
What do you mean Vex?You need the bandwidth division rules
Wanna do it for me on TeamViewer because I tried it don't workThe 90% rules for bandwidth thast what fixed it for me
Actually isn't it just the script you sent me replace with that
Fresh i am getting this log here if you can look at it
tdts_core_rule_parsing_trf_load()
Ok I'll wait for pm Fresh and will also try out what you said with signature check when I get home tonight and keep you updated thanks for the prompt responseDoes this appear everytime restart QOS? If it is repeatable we can generate a debug log and see if it's the script sending malformed commands to TC.
I will send you steps to generate a debug log in PM if you can get this message to be repeatable upon qos start. It's quick and simple 3 commands to generate the log.
As for the other messages, I see a pretty big issue with this one. I had the same message before with QOS not working.
Code:tdts_core_rule_parsing_trf_load()
That error means it is not reading the TrendMicro's adaptive QOS definition file. The QOS script did not cause this, but rather some filesystem change from 380 -> 382.
I think the following steps fixed the rule database when I had the same issue.
Router restart
Administration -> Firmware Upgrade -> Signature Version -> Check
Try these steps, and see your error system log. If not, I saw some post by RMerlin how to delete old database, but hopefully this will not be necessary to look up.
@Vex, I did not have time to test those rules, so it's not ready yet. I am able to post what they should look like and you can test it, but I perfer not to have non-working commands floating around
You mean on the beta tc you just released?For the gaming rules, I need an outgoing source of unidentified upload traffic to test if the rule I created is functioning.
Honestly, the recent definitions are kick butt. Many things are NOT misclassified, and it even picks up obscure games I am testing against.
If you find a source let me know. If not, then we can currently move unidentified download traffic on designating gaming devices into "Gaming".
First page is outdated. All links say OLD and they are not compatible with current firmware.
By 'current firmware' you mean 382.x and up, I assume? Or is the beta also suitable for 380.x?
Unfortunately, I'm still unable, for unknown reasons, to use QoS on my RT-AC68U. It simply doesn't start and we can't find the cause. So I hope you will leave a link to FreshJR_QoS v1.92 for those who are unable to upgrade, like a 'legacy' version. I reverted to 380.69_2 to be able to use QoS and your script, and it still works like a charm.
realtc filter add dev br0 protocol all prio 2 u32 match mark 0x80000000 0x8000ffff match ip dst 192.168.1.100/30 flowid ${Gaming}
iptables -D POSTROUTING -t mangle -o eth0 -s 192.168.1.100/30 -m mark --mark 0x40000000/0x4000ffff -j MARK --set-mark ${Gaming_mark}
iptables -A POSTROUTING -t mangle -o eth0 -s 192.168.1.100/30 -m mark --mark 0x40000000/0x4000ffff -j MARK --set-mark ${Gaming_mark}
realtc filter add dev br0 protocol all prio 2 u32 match ip dst 192.168.100/30 flowid ${Gaming}
iptables -D POSTROUTING -t mangle -o eth0 -s 192.168.1.100/30 -j MARK --set-mark ${Gaming_mark}
iptables -A POSTROUTING -t mangle -o eth0 -s 192.168.1.100/30 -j MARK --set-mark ${Gaming_mark}
could that concept be appkied to video streaming and an ip tv box or chome cast?Wow, whoever is in charge of the database post v382 needs a raise. Even obscure F2P games in BETA are recognized.
Here are the gaming rules. I'm pretty sure they work, but the upload rule hasn't been extensively tested.
Download:
Code:realtc filter add dev br0 protocol all prio 2 u32 match mark 0x80000000 0x8000ffff match ip dst 192.168.1.100/30 flowid ${Gaming}
Upload:
Code:iptables -D POSTROUTING -t mangle -o eth0 -s 192.168.1.100/30 -m mark --mark 0x40000000/0x4000ffff -j MARK --set-mark ${Gaming_mark} iptables -A POSTROUTING -t mangle -o eth0 -s 192.168.1.100/30 -m mark --mark 0x40000000/0x4000ffff -j MARK --set-mark ${Gaming_mark}
So clarify. What this does, is that it routes "unidentified/default" traffic from clients 192.168.1.100/30, and routes that "unidentified/default" traffic into the "gaming" category instead of the "others" category as per script defaults.
---
I currently see that the community is also split on running firmware v380 (and the old script) and firmware v382 (and the new script). There are QOS differences between the two.
If you are on the old script, make sure the rule is prio 1.
If you are on the new script, make sure the rule is prio 2 (as shown in the example).
192.168.1.100/30 translates to clients (192.168.1.100 - 192.168.1.103).
Use the cidr calculator to generate your own ranges. http://www.subnet-calculator.com/cidr.php
---
If you want to use ultra aggressive rules, you can do this (I dont recommend this, but it might be ok for consoles)
Download:
Code:realtc filter add dev br0 protocol all prio 2 u32 match ip dst 192.168.100/30 flowid ${Gaming}
Upload:
Code:iptables -D POSTROUTING -t mangle -o eth0 -s 192.168.1.100/30 -j MARK --set-mark ${Gaming_mark} iptables -A POSTROUTING -t mangle -o eth0 -s 192.168.1.100/30 -j MARK --set-mark ${Gaming_mark}
What this ultra aggressive rule will do is that it will take all traffic from the defined clients (192.168.1.100 - 192.168.1.103) and stick ALL traffic from those clients into gaming. No classification of traffic will be at all within that range. It will evaluate all traffic from those LAN devices as 100% gaming.
If the standard QOS definitions correctly separate "Game Downloads" into File Transfers and "Game Traffic" into Gaming, then using this ultra aggressive version, even on gaming only device, is going to produce a lot worse gaming QOS performance then using the recommend version, since game updates/downloads would then compete against actual game traffic.
---
Obviously to use these rules your gaming devices need to have static IP or the router has to be set to assign them a defined IP upon their dhcp request. The IP of your gaming devices has to be within the rules defined range. Non gaming devices should not have IP's within this range.
The rules go into the script corresponding to the download/upload section with the script. Do not reverse it.
---
From my latest experience, I do not think this is necessary, but it can't hurt. Virtually 100% of traffic is identified correctly lately.
could that concept be appkied to video streaming and an ip tv box or chome cast?
Wow, whoever is in charge of the database post v382 needs a raise. Even obscure F2P games in BETA are recognized.
AFAIK, these are built for Asus by Trend Micro themselves.
So i could use that rule slightly changed to do the streaming, without a port number on a single ip adress.The second ultra aggressive rule? Of course...
But you know... the "ultra aggressive" rule has been in the template for years now......
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!