All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Three ethernet cards?
@ 2001-05-21 13:22 Jaco van der Schyff
  2001-05-21 16:25 ` Wingtung.Leung
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jaco van der Schyff @ 2001-05-21 13:22 UTC (permalink / raw)
  To: lartc

Hi,

I have a slight problem, is it possible to shape
bandwidth over more than one interface.

I have a linux box with eth0 going to a cisco router,
I want to shape bandwith to eth1 and eth2
eth1 goes to the lan, and eth2 to a DMZ.

How can I accomplish this, so that I can shape
the same bandwith to the DMZ and the lan?
(their bandwith should be shared) ?


                            /eth1 (to local LAN)
                           /
                          /
                         /
          |-------------|
eth0      |             |
-----------             |
to        |             |
internet  |-------------| 
                        \
                         \
                          \
                           \ eth2 (to DMZ)






btw. Thanks for all the help on my previous posts

- Jaco van der Schyff
  jvds@netgroup.co.za

_______________________________________________
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] 5+ messages in thread

* Re: [LARTC] Three ethernet cards?
  2001-05-21 13:22 [LARTC] Three ethernet cards? Jaco van der Schyff
@ 2001-05-21 16:25 ` Wingtung.Leung
  2001-05-22  4:37 ` Deepak singhal
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Wingtung.Leung @ 2001-05-21 16:25 UTC (permalink / raw)
  To: lartc

On Mon, 21 May 2001, Jaco van der Schyff wrote:

> I have a slight problem, is it possible to shape
> bandwidth over more than one interface.

Yes.

> I have a linux box with eth0 going to a cisco router,
> I want to shape bandwith to eth1 and eth2
> eth1 goes to the lan, and eth2 to a DMZ.
>
> How can I accomplish this, so that I can shape
> the same bandwith to the DMZ and the lan?
> (their bandwith should be shared) ?
>
>
>                             /eth1 (to local LAN)
>                            /
>                           /
>                          /
>           |-------------|
> eth0      |             |
> -----------             |
> to        |             |
> internet  |-------------|
>                         \
>                          \
>                           \
>                            \ eth2 (to DMZ)
>

Just create seperate classes and queueing disciplines for each interface.
And please read the example in the HOWTO, and try to ask more specific
questions.



_______________________________________________
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] 5+ messages in thread

* Re: [LARTC] Three ethernet cards?
  2001-05-21 13:22 [LARTC] Three ethernet cards? Jaco van der Schyff
  2001-05-21 16:25 ` Wingtung.Leung
@ 2001-05-22  4:37 ` Deepak singhal
  2001-05-22  5:54 ` Deepak singhal
  2001-05-22  6:37 ` Jaco van der Schyff
  3 siblings, 0 replies; 5+ messages in thread
From: Deepak singhal @ 2001-05-22  4:37 UTC (permalink / raw)
  To: lartc

Ya !! sure it is possible to shape bandwidth on more than one interface. For
e.g. in CBQ whenever u shape bandwidth i.e. when we apply the rules we also
specify to what interface these rules are applied . So for each interface u
have , u specify the bandwidth policy to be applied.

Deepak

----- Original Message -----
From: "Jaco van der Schyff" <jvds@netgroup.co.za>
To: <lartc@mailman.ds9a.nl>
Sent: Monday, May 21, 2001 6:52 PM
Subject: [LARTC] Three ethernet cards?


> Hi,
>
> I have a slight problem, is it possible to shape
> bandwidth over more than one interface.
>
> I have a linux box with eth0 going to a cisco router,
> I want to shape bandwith to eth1 and eth2
> eth1 goes to the lan, and eth2 to a DMZ.
>
> How can I accomplish this, so that I can shape
> the same bandwith to the DMZ and the lan?
> (their bandwith should be shared) ?
>
>
>                             /eth1 (to local LAN)
>                            /
>                           /
>                          /
>           |-------------|
> eth0      |             |
> -----------             |
> to        |             |
> internet  |-------------|
>                         \
>                          \
>                           \
>                            \ eth2 (to DMZ)
>
>
>
>
>
>
> btw. Thanks for all the help on my previous posts
>
> - Jaco van der Schyff
>   jvds@netgroup.co.za
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO:
http://ds9a.nl/2.4Routing/
>


_______________________________________________
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] 5+ messages in thread

* Re: [LARTC] Three ethernet cards?
  2001-05-21 13:22 [LARTC] Three ethernet cards? Jaco van der Schyff
  2001-05-21 16:25 ` Wingtung.Leung
  2001-05-22  4:37 ` Deepak singhal
@ 2001-05-22  5:54 ` Deepak singhal
  2001-05-22  6:37 ` Jaco van der Schyff
  3 siblings, 0 replies; 5+ messages in thread
From: Deepak singhal @ 2001-05-22  5:54 UTC (permalink / raw)
  To: lartc

----- Original Message -----
From: "Vladimir Smelhaus" <smelhaus@bpt.cz>
To: "Deepak singhal" <dsinghal@spacewayindia.com>
Sent: Tuesday, May 22, 2001 10:58 AM
Subject: Re: [LARTC] Three ethernet cards?


> Dne 22 May 2001, v 10:18, Deepak singhal napsal(a):
>
> > Ya !! sure it is possible to shape bandwidth on more than one
> > interface. For e.g. in CBQ whenever u shape bandwidth i.e. when we
> > apply the rules we also specify to what interface these rules are
> > applied . So for each interface u have , u specify the bandwidth
> > policy to be applied.
>
> And what about to borrow bandwidth between three cards ?

As per my knowledge borrowing bandwidth between cards is not possible as a
seperate Hierarchy would exist for each interface. Within a hierarchy
borrowing/sharing  bandwidth between classes is possible.

Deepak
>
> Zdravim/Regards
>
>      Vladimir Smelhaus
>


_______________________________________________
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] 5+ messages in thread

* Re: [LARTC] Three ethernet cards?
  2001-05-21 13:22 [LARTC] Three ethernet cards? Jaco van der Schyff
                   ` (2 preceding siblings ...)
  2001-05-22  5:54 ` Deepak singhal
@ 2001-05-22  6:37 ` Jaco van der Schyff
  3 siblings, 0 replies; 5+ messages in thread
From: Jaco van der Schyff @ 2001-05-22  6:37 UTC (permalink / raw)
  To: lartc


> As per my knowledge borrowing bandwidth between cards is not possible as a
> seperate Hierarchy would exist for each interface. Within a hierarchy
> borrowing/sharing  bandwidth between classes is possible.

iow, It is not possible, to shape the incoming bandwith out to two
networks on sperate NICs?


- Jaco

Deepak singhal wrote:
> 
> ----- Original Message -----
> From: "Vladimir Smelhaus" <smelhaus@bpt.cz>
> To: "Deepak singhal" <dsinghal@spacewayindia.com>
> Sent: Tuesday, May 22, 2001 10:58 AM
> Subject: Re: [LARTC] Three ethernet cards?
> 
> > Dne 22 May 2001, v 10:18, Deepak singhal napsal(a):
> >
> > > Ya !! sure it is possible to shape bandwidth on more than one
> > > interface. For e.g. in CBQ whenever u shape bandwidth i.e. when we
> > > apply the rules we also specify to what interface these rules are
> > > applied . So for each interface u have , u specify the bandwidth
> > > policy to be applied.
> >
> > And what about to borrow bandwidth between three cards ?
> 
> As per my knowledge borrowing bandwidth between cards is not possible as a
> seperate Hierarchy would exist for each interface. Within a hierarchy
> borrowing/sharing  bandwidth between classes is possible.
> 
> Deepak
> >
> > Zdravim/Regards
> >
> >      Vladimir Smelhaus
> >
>

_______________________________________________
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] 5+ messages in thread

end of thread, other threads:[~2001-05-22  6:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-21 13:22 [LARTC] Three ethernet cards? Jaco van der Schyff
2001-05-21 16:25 ` Wingtung.Leung
2001-05-22  4:37 ` Deepak singhal
2001-05-22  5:54 ` Deepak singhal
2001-05-22  6:37 ` Jaco van der Schyff

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.