All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Furniss <andy.furniss@dsl.pipex.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] multiple defaults
Date: Tue, 08 Feb 2005 00:35:48 +0000	[thread overview]
Message-ID: <42080964.9090407@dsl.pipex.com> (raw)
In-Reply-To: <20050201154256.100e586c.mailinglists@lucassen.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/

      reply	other threads:[~2005-02-08  0:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-01 14:42 [LARTC] multiple defaults richard lucassen
2005-02-08  0:35 ` Andy Furniss [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42080964.9090407@dsl.pipex.com \
    --to=andy.furniss@dsl.pipex.com \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.