All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] What type of machine to do routing ?
@ 2001-07-06  9:32 Franck BALAZOT
  2001-07-06  9:48 ` Juri Haberland
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Franck BALAZOT @ 2001-07-06  9:32 UTC (permalink / raw)
  To: lartc

Hi all,

I need to do traffic control on a 2 Mbit/s link with 100 users on the
LAN.

What machine do I need (CPU, RAM, HDD) ?

thanks
------------------------------------------------
Franck BALAZOT (fbalazot@aeta.fr)
AETA.COM
361, Avenue du Général De Gaulle
92140 CLAMART
FRANCE
Tél:01.41.36.12.93
------------------------------------------------



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

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

* Re: [LARTC] What type of machine to do routing ?
  2001-07-06  9:32 [LARTC] What type of machine to do routing ? Franck BALAZOT
@ 2001-07-06  9:48 ` Juri Haberland
  2001-07-09  5:02 ` Franck BALAZOT
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Juri Haberland @ 2001-07-06  9:48 UTC (permalink / raw)
  To: lartc

Franck BALAZOT wrote:
> 
> Hi all,
> 
> I need to do traffic control on a 2 Mbit/s link with 100 users on the
> LAN.
> 
> What machine do I need (CPU, RAM, HDD) ?

If you only want to do (static) routing without firewalling/NAT then an
old Pentium 100MHz with 64MB should do it. Concerning the HDD: get the
smallest you can buy nowadays.

Juri

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

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

* Re: [LARTC] What type of machine to do routing ?
  2001-07-06  9:32 [LARTC] What type of machine to do routing ? Franck BALAZOT
  2001-07-06  9:48 ` Juri Haberland
@ 2001-07-09  5:02 ` Franck BALAZOT
  2001-07-09  5:51 ` Steve Bush
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Franck BALAZOT @ 2001-07-09  5:02 UTC (permalink / raw)
  To: lartc

In fact I want to manage the bandwitdth with Class Based Queueing with iproute2.
Perharps a 100Mhz CPU isn't powerfull enough ?

Juri Haberland wrote:

> Franck BALAZOT wrote:
> >
> > Hi all,
> >
> > I need to do traffic control on a 2 Mbit/s link with 100 users on the
> > LAN.
> >
> > What machine do I need (CPU, RAM, HDD) ?
>
> If you only want to do (static) routing without firewalling/NAT then an
> old Pentium 100MHz with 64MB should do it. Concerning the HDD: get the
> smallest you can buy nowadays.
>
> Juri
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

--
------------------------------------------------
Franck BALAZOT (fbalazot@aeta.fr)
AETA.COM
361, Avenue du Général De Gaulle
92140 CLAMART
FRANCE
Tél:01.41.36.12.93
------------------------------------------------



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

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

* Re: [LARTC] What type of machine to do routing ?
  2001-07-06  9:32 [LARTC] What type of machine to do routing ? Franck BALAZOT
  2001-07-06  9:48 ` Juri Haberland
  2001-07-09  5:02 ` Franck BALAZOT
@ 2001-07-09  5:51 ` Steve Bush
  2001-07-09  9:30 ` Juri Haberland
  2001-07-12 22:43 ` Wingtung.Leung
  4 siblings, 0 replies; 6+ messages in thread
From: Steve Bush @ 2001-07-09  5:51 UTC (permalink / raw)
  To: lartc

At 07:02 AM 7/9/01 +0200, Franck BALAZOT wrote:
>In fact I want to manage the bandwitdth with Class Based Queueing with 
>iproute2.
>Perharps a 100Mhz CPU isn't powerfull enough ?
>
>Juri Haberland wrote:
>
> >
> > If you only want to do (static) routing without firewalling/NAT then an
> > old Pentium 100MHz with 64MB should do it. Concerning the HDD: get the
> > smallest you can buy nowadays.
> >
> > Juri
> >
> > _______________________________________________

I haven't had any difficulties running NAT/Firewalling with a Pentium 90 
MHz with 48 Megs of RAM.  Currently, I am not running iproute2 or doing any 
shaping (just lurking to pick up information until I have a chance to 
recompile my kernel and give it a go)

I'm using ipchains and ipmasqadm

The machine is also running bind (to provide a local caching name server 
for my DNS requests) and xntp (to provide time 
synchronization).  Approximately 10 computers/workstations are connected on 
my local network and I have no services open to external connection other 
than incoming mail (port 25 which is forwarded to an internal mail server).

Steve

------------------------------------------------------------------
Steve Bush (srbush@charybdis.com), Charybdis Technologies, Inc.
"There was a point to this narrative, but it has presently escaped
  the chronicler's mind."  --Douglas Adams (1952-2001)


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

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

* Re: [LARTC] What type of machine to do routing ?
  2001-07-06  9:32 [LARTC] What type of machine to do routing ? Franck BALAZOT
                   ` (2 preceding siblings ...)
  2001-07-09  5:51 ` Steve Bush
@ 2001-07-09  9:30 ` Juri Haberland
  2001-07-12 22:43 ` Wingtung.Leung
  4 siblings, 0 replies; 6+ messages in thread
From: Juri Haberland @ 2001-07-09  9:30 UTC (permalink / raw)
  To: lartc

Franck BALAZOT wrote:
> 
> In fact I want to manage the bandwitdth with Class Based Queueing with iproute2.
> Perharps a 100Mhz CPU isn't powerfull enough ?

I'm not quite sure but it could work. If you intend to by a new computer
than any will do (assuming that you cannot by anything less than a
PI-233)...

> Juri Haberland wrote:
> 
> > Franck BALAZOT wrote:
> > >
> > > Hi all,
> > >
> > > I need to do traffic control on a 2 Mbit/s link with 100 users on the
> > > LAN.
> > >
> > > What machine do I need (CPU, RAM, HDD) ?
> >
> > If you only want to do (static) routing without firewalling/NAT then an
> > old Pentium 100MHz with 64MB should do it. Concerning the HDD: get the
> > smallest you can buy nowadays.

Cheers,
Juri

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

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

* Re: [LARTC] What type of machine to do routing ?
  2001-07-06  9:32 [LARTC] What type of machine to do routing ? Franck BALAZOT
                   ` (3 preceding siblings ...)
  2001-07-09  9:30 ` Juri Haberland
@ 2001-07-12 22:43 ` Wingtung.Leung
  4 siblings, 0 replies; 6+ messages in thread
From: Wingtung.Leung @ 2001-07-12 22:43 UTC (permalink / raw)
  To: lartc

On Mon, 9 Jul 2001, Franck BALAZOT wrote:

> In fact I want to manage the bandwitdth with Class Based Queueing with iproute2.
> Perharps a 100Mhz CPU isn't powerfull enough ?

(Please answer below the quote and cut the irrelevant parts.)

We had set up a bandwidth managing router with a 3-level class tree, and
as far as we've seen, it works fine with a Pentium-90.

I recommend you should try it first.



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

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

end of thread, other threads:[~2001-07-12 22:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-06  9:32 [LARTC] What type of machine to do routing ? Franck BALAZOT
2001-07-06  9:48 ` Juri Haberland
2001-07-09  5:02 ` Franck BALAZOT
2001-07-09  5:51 ` Steve Bush
2001-07-09  9:30 ` Juri Haberland
2001-07-12 22:43 ` Wingtung.Leung

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.