All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] dynamic  bandwidth
@ 2003-10-24 15:31 ThE PhP_KiD
  2003-10-24 15:51 ` Ivo Vachkov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ThE PhP_KiD @ 2003-10-24 15:31 UTC (permalink / raw)
  To: lartc

Hi,

I have a linux router with eth0 (ADSL ISP connection), and
eth1 (LAN, 10 hosts).

I want to all hosts get equal bandwidth, but the problem
is that ADSL connection bandwidth is very variable.

How can I do to get a fairness bandwidth policy to upload
and download from LAN hosts ?

I think that I can't use HTB because it works with a 
fixed bandwidth.

I must use ESFQ ?

Also, how must I do if I want to privilege a particular
host over others LAN hosts ?

Thank you very much !

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LARTC] dynamic  bandwidth
  2003-10-24 15:31 [LARTC] dynamic bandwidth ThE PhP_KiD
@ 2003-10-24 15:51 ` Ivo Vachkov
  2003-10-24 17:57 ` ThE PhP_KiD
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Ivo Vachkov @ 2003-10-24 15:51 UTC (permalink / raw)
  To: lartc

ThE PhP_KiD wrote:
> Hi,
> 
> I have a linux router with eth0 (ADSL ISP connection), and
> eth1 (LAN, 10 hosts).
> 
> I want to all hosts get equal bandwidth, but the problem
> is that ADSL connection bandwidth is very variable.
> 
> How can I do to get a fairness bandwidth policy to upload
> and download from LAN hosts ?
> 
> I think that I can't use HTB because it works with a 
> fixed bandwidth.
> 
> I must use ESFQ ?

I think SFQ is the rght solution if want to share bandwidth between host

> 
> Also, how must I do if I want to privilege a particular
> host over others LAN hosts ?

CBQ or priority queueing

> Thank you very much !
> 
> Andres.
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
> 
> 


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [LARTC] dynamic  bandwidth
  2003-10-24 15:31 [LARTC] dynamic bandwidth ThE PhP_KiD
  2003-10-24 15:51 ` Ivo Vachkov
@ 2003-10-24 17:57 ` ThE PhP_KiD
  2003-10-27  2:30 ` Rio Martin
  2003-10-27 16:21 ` ThE PhP_KiD
  3 siblings, 0 replies; 5+ messages in thread
From: ThE PhP_KiD @ 2003-10-24 17:57 UTC (permalink / raw)
  To: lartc

Hi,

-> > I must use ESFQ ?
-> 
-> I think SFQ is the rght solution if want to share bandwidth between host

Why not eSFQ (SFQ enhanced) ? 
eSFQ haves filter traffic Fairness by host (src / dst), or 
by classic SFQ behaviour


-> > Also, how must I do if I want to privilege a particular
-> > host over others LAN hosts ?
-> 
-> CBQ or priority queueing

Can I use HTB instead CBQ ?  How?

Thank you very much.

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LARTC] dynamic  bandwidth
  2003-10-24 15:31 [LARTC] dynamic bandwidth ThE PhP_KiD
  2003-10-24 15:51 ` Ivo Vachkov
  2003-10-24 17:57 ` ThE PhP_KiD
@ 2003-10-27  2:30 ` Rio Martin
  2003-10-27 16:21 ` ThE PhP_KiD
  3 siblings, 0 replies; 5+ messages in thread
From: Rio Martin @ 2003-10-27  2:30 UTC (permalink / raw)
  To: lartc

On Friday 24 October 2003 22:51, Ivo Vachkov wrote:
> ThE PhP_KiD wrote:
> > I have a linux router with eth0 (ADSL ISP connection), and
> > eth1 (LAN, 10 hosts).
> > I want to all hosts get equal bandwidth, but the problem
> > is that ADSL connection bandwidth is very variable.
> > How can I do to get a fairness bandwidth policy to upload
> > and download from LAN hosts ?
> > I think that I can't use HTB because it works with a
> > fixed bandwidth.
> > I must use ESFQ ?
> I think SFQ is the rght solution if want to share bandwidth between host
> > Also, how must I do if I want to privilege a particular
> > host over others LAN hosts ?
> CBQ or priority queueing
> > Thank you very much !
> > Andres.

The main problem for situation like this, is in the bandwidth alocated to 
parent class which is unpredictable because ADSL burstable.
According to previous post to this list, there were no solutions for this.
I am also looking somekind of trick to solve this one.

Regards,
Rio Martin.


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [LARTC] dynamic  bandwidth
  2003-10-24 15:31 [LARTC] dynamic bandwidth ThE PhP_KiD
                   ` (2 preceding siblings ...)
  2003-10-27  2:30 ` Rio Martin
@ 2003-10-27 16:21 ` ThE PhP_KiD
  3 siblings, 0 replies; 5+ messages in thread
From: ThE PhP_KiD @ 2003-10-27 16:21 UTC (permalink / raw)
  To: lartc


Ok, Martin...

Thank you, and see my post
I have done some ESFQ testings...
but results are not satisfactory...

eSFQ seems work like SFQ... :-(

regards
andres


-> -----Mensaje original-----
-> De: lartc-admin@mailman.ds9a.nl [mailto:lartc-admin@mailman.ds9a.nl]En
-> nombre de Rio Martin
-> Enviado el: Domingo, 26 de Octubre de 2003 11:30 p.m.
-> Para: lartc@mailman.ds9a.nl
-> Asunto: Re: [LARTC] dynamic bandwidth
-> 
-> 
-> On Friday 24 October 2003 22:51, Ivo Vachkov wrote:
-> > ThE PhP_KiD wrote:
-> > > I have a linux router with eth0 (ADSL ISP connection), and
-> > > eth1 (LAN, 10 hosts).
-> > > I want to all hosts get equal bandwidth, but the problem
-> > > is that ADSL connection bandwidth is very variable.
-> > > How can I do to get a fairness bandwidth policy to upload
-> > > and download from LAN hosts ?
-> > > I think that I can't use HTB because it works with a
-> > > fixed bandwidth.
-> > > I must use ESFQ ?
-> > I think SFQ is the rght solution if want to share bandwidth 
-> between host
-> > > Also, how must I do if I want to privilege a particular
-> > > host over others LAN hosts ?
-> > CBQ or priority queueing
-> > > Thank you very much !
-> > > Andres.
-> 
-> The main problem for situation like this, is in the bandwidth 
-> alocated to 
-> parent class which is unpredictable because ADSL burstable.
-> According to previous post to this list, there were no solutions 
-> for this.
-> I am also looking somekind of trick to solve this one.
-> 
-> Regards,
-> Rio Martin.
-> 
-> 
-> _______________________________________________
-> LARTC mailing list / LARTC@mailman.ds9a.nl
-> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
-> 
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-10-27 16:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-24 15:31 [LARTC] dynamic bandwidth ThE PhP_KiD
2003-10-24 15:51 ` Ivo Vachkov
2003-10-24 17:57 ` ThE PhP_KiD
2003-10-27  2:30 ` Rio Martin
2003-10-27 16:21 ` ThE PhP_KiD

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.