* 4 NIC cards
@ 2004-11-17 10:02 ads nat
2004-11-17 10:49 ` Frank Gruellich
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: ads nat @ 2004-11-17 10:02 UTC (permalink / raw)
To: netfilter
Hi,
I have setup a Redhat 9.0 Linux server with 5 NIC
(Intel Motherboard) router.
I will be getting bandwidth (256 kbps) from 4 dialup
supplies all are through dialer installed by ISP. Each
dialer is assigened to each NIC.
I would like to get bandwidth from all 4
simulteneously so that totally it will make
(256x4=1024 kbps) and want to distribute it to my LAN
through Ethernet card no. 5.
Is it possible to achieve this? and if so please guide
me to URL OR howto to achieve this.
Thanks for support.
__________________________________
Do you Yahoo!?
Meet the all-new My Yahoo! - Try it today!
http://my.yahoo.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 4 NIC cards
2004-11-17 10:02 4 NIC cards ads nat
@ 2004-11-17 10:49 ` Frank Gruellich
2004-11-17 13:35 ` Jason Opperisano
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Frank Gruellich @ 2004-11-17 10:49 UTC (permalink / raw)
To: netfilter
* ads nat <adsnat@yahoo.com> 17. Nov 04:
> Hi,
Hello,
> I would like to get bandwidth from all 4
> simulteneously so that totally it will make
> (256x4=1024 kbps) [snip]
>
> Is it possible to achieve this?
Simple answer: no. More complex answer: look at the LARTC-howto.
Regards, Frank.
--
Sigmentation fault
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 4 NIC cards
2004-11-17 10:02 4 NIC cards ads nat
2004-11-17 10:49 ` Frank Gruellich
@ 2004-11-17 13:35 ` Jason Opperisano
2004-11-18 5:20 ` ads nat
2004-11-17 16:48 ` Sven Strickroth
2004-11-17 19:14 ` Jose Maria Lopez
3 siblings, 1 reply; 6+ messages in thread
From: Jason Opperisano @ 2004-11-17 13:35 UTC (permalink / raw)
To: netfilter
On Wed, 2004-11-17 at 05:02, ads nat wrote:
> Hi,
> I have setup a Redhat 9.0 Linux server with 5 NIC
> (Intel Motherboard) router.
>
> I will be getting bandwidth (256 kbps) from 4 dialup
> supplies all are through dialer installed by ISP. Each
> dialer is assigened to each NIC.
>
> I would like to get bandwidth from all 4
> simulteneously so that totally it will make
> (256x4=1024 kbps) and want to distribute it to my LAN
> through Ethernet card no. 5.
>
> Is it possible to achieve this? and if so please guide
> me to URL OR howto to achieve this.
have a look at:
http://lartc.org/howto/lartc.rpdb.multiple-links.html
and also the page linked at the very bottom of that page:
http://www.ssi.bg/~ja/#routes
also--keep in mind that since your outbound traffic will need to be
balanced on a per-connection basis, no single connection will ever get
more than 256 kb/s of bandwidth.
-j
--
"You heard me, I won't be in for the rest of the week... I told you,
my baby beat me up... oh it is not the worst excuse I ever thought up."
--The Simpsons
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 4 NIC cards
2004-11-17 10:02 4 NIC cards ads nat
2004-11-17 10:49 ` Frank Gruellich
2004-11-17 13:35 ` Jason Opperisano
@ 2004-11-17 16:48 ` Sven Strickroth
2004-11-17 19:14 ` Jose Maria Lopez
3 siblings, 0 replies; 6+ messages in thread
From: Sven Strickroth @ 2004-11-17 16:48 UTC (permalink / raw)
To: netfilter
Hi all.
Where or better how can I set a/the connection-timeout?
Connections seems to be terminated after approx. 10 minutes.
Sven
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 4 NIC cards
2004-11-17 10:02 4 NIC cards ads nat
` (2 preceding siblings ...)
2004-11-17 16:48 ` Sven Strickroth
@ 2004-11-17 19:14 ` Jose Maria Lopez
3 siblings, 0 replies; 6+ messages in thread
From: Jose Maria Lopez @ 2004-11-17 19:14 UTC (permalink / raw)
To: netfilter@lists.netfilter.org
El mié, 17 de 11 de 2004 a las 11:02, ads nat escribió:
> Hi,
> I have setup a Redhat 9.0 Linux server with 5 NIC
> (Intel Motherboard) router.
>
> I will be getting bandwidth (256 kbps) from 4 dialup
> supplies all are through dialer installed by ISP. Each
> dialer is assigened to each NIC.
>
> I would like to get bandwidth from all 4
> simulteneously so that totally it will make
> (256x4=1024 kbps) and want to distribute it to my LAN
> through Ethernet card no. 5.
>
> Is it possible to achieve this? and if so please guide
> me to URL OR howto to achieve this.
>
> Thanks for support.
Yes, it's possible. Just look at the nexthop option of
the iproute2 "ip" command. It's explained in the lartc
howto (lartc.org).
--
Jose Maria Lopez Hernandez
Director Tecnico de bgSEC
jkerouac@bgsec.com
bgSEC Seguridad y Consultoria de Sistemas Informaticos
http://www.bgsec.com
ESPAÑA
The only people for me are the mad ones -- the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn, burn
like fabulous yellow Roman candles.
-- Jack Kerouac, "On the Road"
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 4 NIC cards
2004-11-17 13:35 ` Jason Opperisano
@ 2004-11-18 5:20 ` ads nat
0 siblings, 0 replies; 6+ messages in thread
From: ads nat @ 2004-11-18 5:20 UTC (permalink / raw)
To: Jason Opperisano, netfilter
I think out bound trafic can be balanced with squid on
per user basis.
Please correct me if I am wrong.
Thanks for support.
--- Jason Opperisano <opie@817west.com> wrote:
> On Wed, 2004-11-17 at 05:02, ads nat wrote:
> > Hi,
> > I have setup a Redhat 9.0 Linux server with 5 NIC
> > (Intel Motherboard) router.
> >
> > I will be getting bandwidth (256 kbps) from 4
> dialup
> > supplies all are through dialer installed by ISP.
> Each
> > dialer is assigened to each NIC.
> >
> > I would like to get bandwidth from all 4
> > simulteneously so that totally it will make
> > (256x4=1024 kbps) and want to distribute it to my
> LAN
> > through Ethernet card no. 5.
> >
> > Is it possible to achieve this? and if so please
> guide
> > me to URL OR howto to achieve this.
>
> have a look at:
>
>
>
http://lartc.org/howto/lartc.rpdb.multiple-links.html
>
> and also the page linked at the very bottom of that
> page:
>
> http://www.ssi.bg/~ja/#routes
>
> also--keep in mind that since your outbound traffic
> will need to be
> balanced on a per-connection basis, no single
> connection will ever get
> more than 256 kb/s of bandwidth.
>
> -j
>
> --
> "You heard me, I won't be in for the rest of the
> week... I told you,
> my baby beat me up... oh it is not the worst excuse
> I ever thought up."
> --The Simpsons
>
>
>
__________________________________
Do you Yahoo!?
Meet the all-new My Yahoo! - Try it today!
http://my.yahoo.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-11-18 5:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-17 10:02 4 NIC cards ads nat
2004-11-17 10:49 ` Frank Gruellich
2004-11-17 13:35 ` Jason Opperisano
2004-11-18 5:20 ` ads nat
2004-11-17 16:48 ` Sven Strickroth
2004-11-17 19:14 ` Jose Maria Lopez
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.