hi,
i have added just these iptables command to handle in & out traffice 
thru the same imq0
markOut="$ipt -A FORWARD -t mangle -o eth0 -j MARK -s "
markIn="$ipt -A FORWARD -t mangle -o eth1 -j MARK -d "

$markOut 192.168.1.20 --set-mark 1
$markIn 192.168.1.20 --set-mark 1

$ipt -A POSTROUTING -t mangle -j IMQ

rest of the htb & imq rules are same like you  :)

A.H

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

Reply via email to