On Thu, Aug 05, 1999 at 10:21:50AM -0500, Martin H. Hoz Salvador wrote:
> Ok, I know this thread has been in the list a lot of time
> ago, but...
>
> Is there a GNU way to make bandwidth managament?
Differentiated Services / QoS queueing.
> I hope something that permits to assign more bandwidth to
> certain services (say SMTP) to the IP addresses I want,
> or the networks I want to...
>
> I know the solution of ETINC, but I want something that
> I can modify and see how it works. :-)
It depends per what direction you want to control.
If you want, e.g. limit outbound traffic, then
running DS/QoS tools at your Linux box is just fine.
If you want your INBOUND traffic controlled, then the
box at the other end of your link must do the DS/QoS.
>From Linux kernel Configure.help:
QoS and/or fair queueing
CONFIG_NET_SCHED
When the kernel has several packets to send out over the network
devices, it has to make a decision which one to send first. This is
especially important if some of the network devices are real time
devices that need a certain minimum data flow rate. There are
several different algorithms for how to do this "fairly"; they are
called packet schedulers. If you want to stick to the default
scheduling algorithm, say N here. If you want to experiment with a
couple of different algorithms, say Y. You can then attach different
schedulers to different network devices. Currently, this is only
recommended for experts.
To administer these schedulers, you'll need the user-level utilities
from the package iproute2+tc at ftp://ftp.inr.ac.ru/ip-routing/
If you say Y here and to "/proc filesystem" below, you will be able
to read status information about priority schedulers from the file
/proc/net/psched.
The available schedulers are listed in the following questions; you
can say Y to as many as you like. If unsure, say N now.
Instead of that site in Russian, do go to:
ftp://ftp.src.uchicago.edu/pub/linux/ip-routing/
ftp://ftp.funet.fi/pub/mirrors/ftp.inr.ac.ru/ip-routing/ (STM1 to EUR/USA)
> The other thing I know can do this is FLOWNET
> http://www.flownet.com/fnlj.html
> But I don't want to modify my infraestructure.
I believe you are interested about QoS at the limited
EXTERNAL connection bandwidth, not your local LAN ?
> Comments? URL's? Suggestions?
> Thanks in advance. :-)
> --
> Martin Humberto Hoz Salvador
> CITI S.A. de C.V. Technical Support Engineer
> E-mail: [EMAIL PROTECTED] WWW: http://www.citi.com.mx
/Matti Aarnio <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]