From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Smith Date: Thu, 15 Mar 2001 23:47:26 +0000 Subject: [LARTC] limiting across singular ip's Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Hi list, I'm trying to limit the bandwidth for individual ip's on a network and I can't seem to get it to work... I thought that maybe doing this as the final line may make it work: tc filter add dev eth1 parent 10:0 protocol ip prio 100 u32 match ip dst 192.168.1.2/32 flowid 10:100 tc filter add dev eth1 parent 10:0 protocol ip prio 100 u32 match ip dst 192.168.1.3/32 flowid 10:100 ... etc but its not, what it is doing is limiting the entire 192.168.1.x subnet with the rate that I set... Is there anything that specifically needs to be added for it to limit to the individual IP's I set? - Scott -- ------------------------------------------------------------ Scott Smith Systems Support SE Network Access Pty Ltd 222 Grote Street Adelaide SA 5000 Tel:08 8221 5221 Fax:08 8221 5220 Support:08 8221 5792 scott.smith@senet.com.au http://www.senet.com.au _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/