From mboxrd@z Thu Jan 1 00:00:00 1970 From: urgrue Subject: traffic shaping with tc Date: Wed, 23 Feb 2005 10:58:59 +0200 Message-ID: <20050223085859.GA24948@fede2.dev.ascom.fi> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Disposition: inline Sender: linux-admin-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: admin is there some neat way to restrict each user to a certain amount of bandwidth? instead of the usual setup of restricting them all to a certain _shared_ bandwidth? for example, i have 200 users on my network and i want _each_ to get only 512kbps. in my limited understanding of tc this would normally mean creating 200 queues of 512kbps and piping each individual IP to its own queue. isnt there some saner way to do this?