Hi folks,

Can anyone help me on this issue?

I need to mark packets in an incremental order, for later have them 
treated in tc.

what I have:

local traffic --set-mark 1
internet ytraffic --set-mark 2

then, according to my subnet destination, I would like to:
iptables -A OUTPUT -t mangle -d 192.168.2.8/29 -j MARK --set-mark +200

iptables -L -n -v -t mangle shows all the packets incrementing 
according to traffic, but I am not sure if a packet coming from 
localnet, dest 192.168.2.8/29 will be marked as 201.

Actually tc is getting these marked packets. I am not sure if I am 
doing the right thing (very probably) or the incremental mode isn't 
available in my iptables.

ps: I have krnl 2.4.17 and iptables 1.2.3

Thank you,

-- 
Luiz Felipe Ceglia      -  Staff TereNet
[EMAIL PROTECTED]  -  +55-21-9135-3679




Reply via email to