From owner-freebsd-hackers Tue Aug 22 12:27:09 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id MAA12215 for hackers-outgoing; Tue, 22 Aug 1995 12:27:09 -0700 Received: from brasil.moneng.mei.com (brasil.moneng.mei.com [151.186.20.4]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id MAA12209 for ; Tue, 22 Aug 1995 12:27:08 -0700 Received: (from jgreco@localhost) by brasil.moneng.mei.com (8.7.Beta.1/8.7.Beta.1) id OAA17415; Tue, 22 Aug 1995 14:25:52 -0500 From: Joe Greco Message-Id: <199508221925.OAA17415@brasil.moneng.mei.com> Subject: Re: equal cost ip forwarding To: smace@crash.ops.neosoft.com (Scott Mace) Date: Tue, 22 Aug 1995 14:25:52 -0500 (CDT) Cc: ache@astral.msk.su, hackers@freebsd.org In-Reply-To: <199508221912.OAA03700@crash.ops.neosoft.com> from "Scott Mace" at Aug 22, 95 02:12:57 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: hackers-owner@freebsd.org Precedence: bulk > What I'm talking about is something like this: > > you have two "interfaces ethernet, fddi or whatever" and they both go to > the same place, and you want to load balanced over the 2. This is supported > by cornell's gated (RT_N_MULTIPATH) depending on what routing protocol you > use. Yes, this has been hashed through before, although usually in the guise of a serial connection of some sort (i.e. references to PPP or BSDI's mslip, which I started to port about half a year ago and didn't get finished). My understanding is that the routing code isn't designed for it, the interface code (which tends to use IP addresses and interface names somewhat interchangably at some points) isn't up to it, and so the solutions proposed have always been lower level stuff so as to avoid higher level issues. I for one would love to see this capability in FreeBSD... ... JG