Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Oct 2001 21:48:50 -0700 (PDT)
From:      Archie Cobbs <archie@dellroad.org>
To:        Len Conrad <LConrad@Go2France.com>
Cc:        freebsd-net@FreeBSD.ORG
Subject:   Re: load-balancing to multiple T1's
Message-ID:  <200110170448.f9H4mof68845@arch20m.dellroad.org>
In-Reply-To: <5.1.0.14.0.20011014124637.05a7a828@mail.Go2France.com> "from Len Conrad at Oct 14, 2001 12:49:19 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Len Conrad writes:
> Is anybody using netgraph and multilink ppp (recommended by PHK) to 
> load-balance outgoing traffic over multiple (4 or more) T1's?  stable? 
> efficient enough to push the T1's towards practial limits?

Should work no problem.

If you have FreeBSD on both ends, you might also consider a leaner
approach using ng_one2many(4) and ng_iface(4)... e.g.

                      +--------+
                      |  ng0   |
                      +--------+
                          || inet
                          ||
                          || one
                     +----------+
                     | one2many |
                     +----------+
                 many0/ many1|  \many2
                     /       |   \
                  [T1a]    [T1b] [T1c]

-Archie

__________________________________________________________________________
Archie Cobbs     *     Packet Design     *     http://www.packetdesign.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110170448.f9H4mof68845>