From owner-freebsd-net@FreeBSD.ORG Thu Nov 10 14:31:26 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 BA39816A41F for ; Thu, 10 Nov 2005 14:31:26 +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 5F75A43D46 for ; Thu, 10 Nov 2005 14:31:26 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from orb (localhost [127.0.0.1]) by orb.pobox.com (Postfix) with ESMTP id D0D5840F; Thu, 10 Nov 2005 09:32:10 -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 9BCBD87; Thu, 10 Nov 2005 09:32:09 -0500 (EST) Received: from brian by mappit.local.linnet.org with local (Exim 4.54 (FreeBSD)) id 1EaDSV-000HXj-1z; Thu, 10 Nov 2005 14:31:23 +0000 Date: Thu, 10 Nov 2005 14:31:23 +0000 From: Brian Candler To: Jon Otterholm Message-ID: <20051110143123.GA67414@uk.tiscali.com> References: <1131541588.996.13.camel@localhost.localdomain> <20051110124903.GB67086@uk.tiscali.com> <1131629107.878.22.camel@localhost.localdomain> <20051110133907.GA67265@uk.tiscali.com> <1131631714.878.34.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1131631714.878.34.camel@localhost.localdomain> User-Agent: Mutt/1.4.2.1i Cc: freebsd-net@freebsd.org 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, 10 Nov 2005 14:31:26 -0000 On Thu, Nov 10, 2005 at 03:08:34PM +0100, Jon Otterholm wrote: > The point in all this is to reduce administration on my hand and in some > cases to offer a service to customers with the feeling that they reside > "on the same layer". That is, customer A *wants* to see all the Netbios broadcasts from customers B, C and D, and vice versa? Oh well. I can't help you really, except perhaps to point you to the Netgraph module API :-) > Alcatels soloution to this is to put an ARP-proxy in a Cisco-router. Proxy-ARP is easy enough in FreeBSD: there are net-mgmt/choparp and net/arpd in ports (I have used the former, not the latter) and `arp pub`. However that's a long way removed from a bridge which rewrites packets - a sort of layer 2 NAT... Regards, Brian.