Date: Wed, 15 Feb 1995 14:52:20 -0600 From: rkw@dataplex.net (Richard Wackerbarth) To: Tom Samplonius <tom@haven.uniserve.com> Cc: hackers@FreeBSD.org Subject: Re: Splitting bandwidth Message-ID: <v02110101ab6817b64ba4@[199.183.109.242]>
next in thread | raw e-mail | index | archive | help
>> In response to Jon's previous message, I concur that a multi-link PPP >> implementation would be preferable. However, given that I am not much of a >> kernel hack, and that there is code that already works (and just needs to be >> ported/hacked) for SLIP, I think I would prefer to tackle the job that looks >> mildly intimidating, rather than the job that looks hopelessly impossible. > > I really don't like the idea of multi-link PPP for load-balancing. >Load-balancing shouldn't be that difficult. It also would nice if it >could be so general to load balance over any number of packet interfaces >(load balance multiple ethernet interfaces?) The problem is that you need to define a MP protocol within the transport protocol. IF you can install the e-net drivers so that all the machines accept the protocol, that would work just fine. One alternate solution is to "tunnel" a MP protocol in IP, just as we already have IP in IP, we could have IP in MP in IP. In any case, you need the protocol layer to negotiate the MP connections. Read RFP 1717. It addresses some of the problems that you might encounter. ---- Richard Wackerbarth rkw@dataplex.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?v02110101ab6817b64ba4>