Hello,
I’m new here and I’m trying to work with ZS and QoS, for this I create some CLASS and some CLASSIFIER, but I have the next rule list
Chain FORWARD (policy ACCEPT 12370 packets, 999K bytes)
pkts bytes target prot opt in out source destination
283 73979 MARK all -- ETH01 ETH00 0.0.0.0/0 XXX.XXX.1.90 MARK set 0xd
620 141K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 MARK match !0x0
0 0 MARK all -- ETH01 ETH00 0.0.0.0/0 xXX.XXX.2.0/24 MARK set 0x11
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 MARK match !0x0
0 0 MARK all -- ETH01 ETH00 0.0.0.0/0 XXX.XXX.16.0/24 MARK set 0x13
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 MARK match !0x0
you can see for every classfier I have other rule for default, this means if the IP don’t mach with the first rule, the conextion will use the DEFAULT CLASS. This only work for one classifier
I’m using Zeroshel 1.0 beta 13, I am wrong????????? or is a ZS issue
best regards
Marcelo