This script will not work for upload unles used on my imq interface.
or umless used on separate computer which works as bridge.
or if you DO NOT use nat.

only download shaping will work in other case.
or you must mark upload packets in prerouting chain.
because else tc will see only your server's  ip



----- Original Message ----- 
From: "andybr" <[EMAIL PROTECTED]>
To: "Lartc List" <[EMAIL PROTECTED]>
Sent: Thursday, April 01, 2004 6:00 PM
Subject: [LARTC] Control Bandwidth


Hi all,

I need a little help, i am studing htb to control user
bandwidth (download/upload) and I made a script as
below to test. I am testing using ttcp tool from by
linux box to other linux (192.168.200.51).
my box <---- Linux =ore than 128kbit
mybot -----> Linux =et 128kbit

But I want to control both ways, what am I missing?


script:
EXTIF=h0
INTIF=h1
TC=bin/tc
DOWN8
UPd
IP2.168.200.201
##################
#
$TC qdisc del $EXTIF root 2> /dev/null > /dev/null
#
$TC qdisc add dev $EXTIF root handle 0: htb default 1
$TC class add dev $EXTIF parent 0: classid 1 htb rate
128Kbit ceil 128Kbit
#
$TC filter add dev $EXTIF protocol ip parent 0:0 prio 1
u32 match ip src $IP flowid 1
$TC filter add dev $EXTIF protocol ip parent 0:0 prio 1
u32 match ip dst $IP flowid 1

Thanks,
Anderson


__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - � gr�tis!
http://antipopup.uol.com.br/


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

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

Reply via email to