From owner-freebsd-net@FreeBSD.ORG Wed Nov 9 13:06:31 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 6014D16A41F for ; Wed, 9 Nov 2005 13:06:31 +0000 (GMT) (envelope-from jon.otterholm@ide.resurscentrum.se) Received: from mail1.cil.se (mail1.cil.se [217.197.56.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF6E343D48 for ; Wed, 9 Nov 2005 13:06:29 +0000 (GMT) (envelope-from jon.otterholm@ide.resurscentrum.se) Received: from 192.168.2.10 ([192.168.2.10]) by edusrv05.edu.irc.local ([192.168.44.14]) with Microsoft Exchange Server HTTP-DAV ; Wed, 9 Nov 2005 13:06:28 +0000 Received: from by mail1.cil.se; 09 Nov 2005 14:06:28 +0100 From: Jon Otterholm To: freebsd-net@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 09 Nov 2005 14:06:28 +0100 Message-Id: <1131541588.996.13.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Subject: 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: Wed, 09 Nov 2005 13:06:31 -0000 Hi! I wonder if anyone have a soloution to my problem... I want to create a bridge-interface (if_bridge) with a bunch (500+) of sub-interfaces (vlan) as members. All members of the bridge should be able to "talk" to each other but MAC-addresses must be isolated to their "own" vlan. My thought is to set up a arp-proxy that handles this but i cant find any info on how to do this on a FreeBSD-box (preferably 6.0-RELEASE). Is there anyone with a working soloution in real or theory? Any general thoughts or feedback on this is are appreciated? /Jon