On Tue, 13 Aug 2002, Alexey Sheshka wrote:
> Hello!
> Sorry for ugly english.
> /sbin/iptables -A OUTPUT -t mangle  -s x.x.x.x --sport 80 -j MARK --set-mark 199

And where is your tc filter statement? You must set some filters to catch
the traffic into corresponding class.

> But it doesn't work ! Users download files via HTTP at full 100Mb, but if replase
>  last line with 
> /sbin/iptables -A OUTPUT -t mangle  -s x.x.x.x  -j MARK --set-mark 199
> they got 51Mbit.

Consider setting some TOS values, it could speed up some traffic if the
routers on the route are configured correctly. You could then attach the
traffic with each TOS to any of your HTB classes with tc filter statement.

-- 

##########################################
#           |       p0wer        |       #
#   __      |    GG#1877248      |       #
#  (oo)     | [EMAIL PROTECTED] |       #
# / \/ \ Go away or I will replace you   #
# `V__V' with a very small shell script. #
##########################################



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

Reply via email to