From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Furniss Date: Tue, 08 Feb 2005 00:35:48 +0000 Subject: Re: [LARTC] multiple defaults Message-Id: <42080964.9090407@dsl.pipex.com> List-Id: References: <20050201154256.100e586c.mailinglists@lucassen.org> In-Reply-To: <20050201154256.100e586c.mailinglists@lucassen.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org richard lucassen wrote: > I have 1 100MB NIC with two 2MB-subnets trough a router behind it. I'd > like to create multiple default classes: > > 1: + > |\_ 1:10 default, ceiling 100000kbit, rate 96000kbit > | > |\_ 1:11 ceiling 2048kbit, rate 2048kbit > | | > | |\_1:110 ceiling 2048kbit, rate 1536kbit > | \_1:111 ceiling 2048kbit, rate 512kbit (default subnet1) > | > \_ 1:12 ceiling 2048kbit, rate 2048kbit > | > |\_1:120 ceiling 2048kbit, rate 1536kbit > \_1:121 ceiling 2048kbit, rate 512kbit (default subnet2) > > I want to use 1:110 for subnet1 sport 3389 > I want to use 1:111 for subnet1 (the rest) > I want to use 1:120 for subnet2 sport 3389 > I want to use 1:121 for subnet2 (the rest) > > When selecting > > u32 match ip dst 10.106.18.0/24 \ > match ip protocol 6 0xff \ > match ip sport 3389 0xffff \ > flowid 1:120 > > u32 match ip dst 10.106.18.0/24 \ > flowid 1:121 > > All traffic goes to 1:121. The first filter for port 3389 is ok and > works. What am I doing wrong? I'd rather do not use fw selectors. Or > should I solve this problem another way? > > Richard. > Does it work if you use the prio parameter on the tc filters with 1 for 1:120 rule and 2 for 1.121? Andy. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/