Is this possible? ![]()
Seems to me like these two concepts conflict each other.
Fasttrack - Expedite ALL traffic. CPU load is reduced significantly as a result.
QOS - Inspect every connection based on mangle rules and prioritize accordingly.
So I created some QOS rules which basically take this approach:
Step 1 - Mangle Packets using Prerouting chain, src-port and WAN interface. Action is to create a connection mark then subsequently a packet mark (i.e. http download on port 80).
Step 2 - Create a Queue Tree using packet mark and set priority/queue limits.
What I found is that my queues hardly have any packets flowing through them unless I disable my frasttrack rule. The second I disable fasttrack, the utilization of the queue almost matches that of my WAN interface.
Seem Fasttrack and QOS cannot co-exist. Thoughts?