Well I´m quite confused about this. I had always shaped on the router (eth0 for outgoing and eth1 for incoming), everything was ok. Now the scenario is different since I want to use a bridge for limiting (not shaping and this is my mistake, I think :)) the 1Mbit connection to 512Kbit for the bridge and the other 512Kbit to go other way (not passing through the bridge). So I think I should do this in a different way, right? What should I do to acomplish this? Thanks for your help and patience. Cheers. -----Original Message----- From: Stef Coene <stef.coene@xxxxxxxxx> To: lartc@xxxxxxxxxxxxxxx Date: Sat, 6 Mar 2004 13:15:44 +0100 Subject: Re: Limiting bandwidth to entire LAN > On Friday 05 March 2004 01:07, Damion de Soto wrote: > > Hi Gastón, > > > > > tc filter add dev eth0 parent 1:0 protocol ip prio 100 u32 match ip > src > > > 1.2.3.0/24 classid 1:30 > > > > > > tc filter add dev eth1 parent 1:0 protocol ip prio 100 u32 match ip > dst > > > 1.2.3.0/24 classid 1:30 > > > > I'm pretty sure you want 'flowid 1:30' instead of classid on the > filters. > > > > To my knowledge, the classid is declaring the filter to have that > class, > > instead of directing the matching to the class with that id. > Fowid and classid are the same (from f_u32.c) : > } else if (matches(*argv, "classid") == 0 || > strcmp(*argv, "flowid") == 0) { > > Stef > > -- > stef.coene@xxxxxxxxx > "Using Linux as bandwidth manager" > http://www.docum.org/ > #lartc @ irc.openprojects.net > _______________________________________________ > LARTC mailing list / LARTC@xxxxxxxxxxxxxxx > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ _______________________________________________ LARTC mailing list / LARTC@xxxxxxxxxxxxxxx http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/