From owner-freebsd-net@FreeBSD.ORG Thu Nov 17 19:13:18 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75D7616A41F for ; Thu, 17 Nov 2005 19:13:18 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from orb.pobox.com (orb.pobox.com [207.8.226.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1739E43D5D for ; Thu, 17 Nov 2005 19:13:17 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from orb (localhost [127.0.0.1]) by orb.pobox.com (Postfix) with ESMTP id 4DB1B6AC; Thu, 17 Nov 2005 14:14:05 -0500 (EST) Received: from mappit.local.linnet.org (212-74-113-67.static.dsl.as9105.com [212.74.113.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by orb.sasl.smtp.pobox.com (Postfix) with ESMTP id C640E89; Thu, 17 Nov 2005 14:14:01 -0500 (EST) Received: from brian by mappit.local.linnet.org with local (Exim 4.54 (FreeBSD)) id 1EcpC1-0002JT-Fu; Thu, 17 Nov 2005 19:13:09 +0000 Date: Thu, 17 Nov 2005 19:13:09 +0000 From: Brian Candler To: Baldur Gislason Message-ID: <20051117191309.GA8867@uk.tiscali.com> References: <1131541588.996.13.camel@localhost.localdomain> <20051110124903.GB67086@uk.tiscali.com> <1131629107.878.22.camel@localhost.localdomain> <20051117135738.GH5197@obiwan.tataz.chchile.org> <1132239963.819.18.camel@localhost.localdomain> <20051117152357.GA8209@uk.tiscali.com> <1132242723.819.45.camel@localhost.localdomain> <20051117162748.GA8417@uk.tiscali.com> <20051117173535.GF97528@gremlin.foo.is> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051117173535.GF97528@gremlin.foo.is> User-Agent: Mutt/1.4.2.1i Cc: freebsd-net@freebsd.org, Jon Otterholm , Jeremie Le Hen Subject: Re: arp-proxy X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2005 19:13:18 -0000 On Thu, Nov 17, 2005 at 05:35:35PM +0000, Baldur Gislason wrote: > I've also wanted to have multiple interfaces on the same physical network with > different addresses on the same subnet. That's a reasonable thing to want to do, and I remember seeing a statement saying that FreeBSD plans to allow that, by separating the ARP table from the forwarding table (which should never have been merged in the first place, really) Regards, Brian.