Re: [Fwd: Re: 3 connections as one]

2008-06-26 Thread Luiz Otavio O Souza
- Original Message - Subject: Re: [Fwd: Re: 3 connections as one] : Martes Wigglesworth wrote: : Forwarded Message : From: Martes Wigglesworth [EMAIL PROTECTED] : Reply-To: [EMAIL PROTECTED] : To: Andres Chavez [EMAIL PROTECTED] : Subject: Re: 3 connections as one

Re: [Fwd: Re: 3 connections as one]

2008-06-26 Thread Matthew Dillon
You can do it for outgoing connections fairly easily using the NAT trick (with PF), but you can't really load balance multiple links without support from some outside entity. If one of the tunnels goes down you can fail-over but any pre-existing connections will die and have

Re: [Fwd: Re: 3 connections as one]

2008-06-26 Thread Julian Elischer
Matthew Dillon wrote: You can do it for outgoing connections fairly easily using the NAT trick (with PF), but you can't really load balance multiple links without support from some outside entity. If one of the tunnels goes down you can fail-over but any pre-existing connections

Re: [Fwd: Re: 3 connections as one]

2008-06-26 Thread Matthew Dillon
:I've done that running mpd to split the load over the tunnels from the :colo. : :if either tunnel goes down mpd hickups nd hten everything keeps going.. :.. :mpd does this for me.. That looks almost perfect for the colo idea. I see how the links are set up and I see the bundle

Re: [Fwd: Re: 3 connections as one]

2008-06-26 Thread Julian Elischer
Matthew Dillon wrote: :I've done that running mpd to split the load over the tunnels from the :colo. : :if either tunnel goes down mpd hickups nd hten everything keeps going.. :.. :mpd does this for me.. That looks almost perfect for the colo idea. I see how the links are set up and I

Re: [Fwd: Re: 3 connections as one]

2008-06-26 Thread Matthew Dillon
:what can I say without degenerating into a dogfight? :The code is designed to copy with failure to allocate.. the error will :propogate up.. : :not much is allocated once you have it set up. Well, not really trying to start a fight but unless the initialization code that sets this

[Fwd: Re: 3 connections as one]

2008-06-25 Thread Martes Wigglesworth
Forwarded Message From: Martes Wigglesworth [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Andres Chavez [EMAIL PROTECTED] Subject: Re: 3 connections as one Date: Tue, 24 Jun 2008 16:34:04 -0400 I have been researching this issue for almost a month now, and what I have found

Re: [Fwd: Re: 3 connections as one]

2008-06-25 Thread Julian Elischer
Martes Wigglesworth wrote: Forwarded Message From: Martes Wigglesworth [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Andres Chavez [EMAIL PROTECTED] Subject: Re: 3 connections as one Date: Tue, 24 Jun 2008 16:34:04 -0400 I have been researching this issue for almost

Re: 3 connections as one

2008-06-24 Thread Julian Elischer
Andres Chavez wrote: Hi, a friend is challenge me to make use of 3 different connections (one adsl, one cable, and one Evdo) as one single connection to internet, i believe for make faster downloads or something such, its that can be possible ?, if so, can anybody help me with this?, this sounds

Re: 3 connections as one

2008-06-24 Thread Bert JW Regeer
On Jun 25, 2008, at 00:07 , Andres Chavez wrote: Hi, a friend is challenge me to make use of 3 different connections (one adsl, one cable, and one Evdo) as one single connection to internet, i believe for make faster downloads or something such, its that can be possible ?, if so, can anybody

3 connections as one

2008-06-23 Thread Andres Chavez
Hi, a friend is challenge me to make use of 3 different connections (one adsl, one cable, and one Evdo) as one single connection to internet, i believe for make faster downloads or something such, its that can be possible ?, if so, can anybody help me with this?, this sounds interesting for know