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 [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to