› Forums › Network Management › ZeroShell › Debugging traffic on the default QOS rule › Reply To: Debugging traffic on the default QOS rule
February 28, 2008 at 8:27 am
#46191
Participant
It would appear after further testing that the QOS rules are processed in reverse order eg.
1 * * MARK all opt — in * out * 0.0.0.0/0 -> 0.0.0.0/0 MARK set 0xc LOCAL
does not take precidence over:
26 * * MARK tcp opt — in * out * 86.17.6.20 -> 0.0.0.0/0 PHYSDEV match –physdev-is-bridged tcp spt:110 MARK set 0x21 PW_POP
27 * * MARK tcp opt — in * out * 0.0.0.0/0 -> 86.17.6.20 PHYSDEV match –physdev-is-bridged tcp dpt:110 MARK set 0x21 PW_POP