> ebtables -A FORWARD -p ipv4 --ip-dst yy.yy.yy.yy -i eth0 -j mark
                                                   ^^^^^^^
> --set-mark 2 --mark-target CONTINUE --log-ip 
 
> tc qdisc del dev eth0 root
                   ^^^^

You mark packets that ENTER eth0, but your qdisc is applied when packets
exit eth0. You should apply the qdisc on the other interface (eth1 I
presume).

-- 
Damjan Georgievski
jabberID: [EMAIL PROTECTED]

_______________________________________________
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

Reply via email to