All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stef Coene <stef.coene@docum.org>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Traffic shaping an apartment building
Date: Fri, 28 Dec 2001 09:01:59 +0000	[thread overview]
Message-ID: <marc-lartc-100953033412952@msgid-missing> (raw)
In-Reply-To: <marc-lartc-100944590905204@msgid-missing>

> > >I have a better idea. ;-)
> > >You can give erveyone the full bandwith.  But if you your friend is
> > >downloading (or you), he gets more bandwith.  I think that's more fair
> then
> > >limiting everyone to 64k.
>
> I thought of that but the people at this apartment are cheap. :( I was
> going to charge them 10$ a month X 20 to cover the cost of the access and
> to recover the cost of the wireless equipment.  If they pay more I will up
> their rate.  Our eventual goal is get them on their own dsl modem.
You still can use the same setup as I described.  They can share the 
bandwidth between each other, but there is a maximum.  If they pay more, you 
increase the maximum:
root qdisc
bounded class with rate = 3meg
  class for the 'manager' : rate = 384K
  class for the other appartments : rate = 3meg - 348k
    class 1 for appartment 1 : rate = 64k
    class 2 for appartment 2 : rate = 64k
    ...

>
> > >And I suggest you use HTB and CBQ.  But you will have to patch the
> > > kernel
>
> and
>
> > >iproute to do so.
> > >You can do it with CBQ, but it's much more complicated.
>
> I hear a lot about the buzzword CBQ.  What do I if I wish to follow the CBQ
> route?  Do I have to re-compile my stock Redhat 7.2 kernel?  Everything
> looks like it is a module when it comes to QOS in this kernel.  QOS is all
> new to me but Linux and routing isn't. :)  Tomorrow I am going to re-read
> the sections on both sites again.
I suppose you mean "What do I if I wish to follow the HTB".
Indeed, you will have to download the kernel source and iproute and patch it 
for HTB.  But that's not so difficult.  Maybe that 
redhat allready prepatched his kernel for htb, I don't know.

Stef

>
> > >What kind of upload/download do you have on the ADSL link and the
> wireless
> > >radio?
>
> When we first did the link we didn't get that good transfer rates 64-128 k,
> he slapped another 2000$ for some Amps now we are getting about 6 meg link
> reliably.  The ADSL I am getting 3 megs down 512 k up.

-- 

stef.coene@docum.org
 More QOS info : http://www.docum.org/
 Title : "Using Linux as bandwidth manager"
     

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/lartc/

      parent reply	other threads:[~2001-12-28  9:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-27  9:25 [LARTC] Traffic shaping an apartment building Allen Armstrong
2001-12-27 10:19 ` Stef Coene
2001-12-28  6:41 ` Allen Armstrong
2001-12-28  7:09 ` Anton Tinchev
2001-12-28  9:01 ` Stef Coene [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=marc-lartc-100953033412952@msgid-missing \
    --to=stef.coene@docum.org \
    --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.