From owner-freebsd-questions@FreeBSD.ORG Tue Jun 14 18:00:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9977816A41C for ; Tue, 14 Jun 2005 18:00:33 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71FBA43D49 for ; Tue, 14 Jun 2005 18:00:33 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 28604 invoked from network); 14 Jun 2005 18:00:32 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail21.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 14 Jun 2005 18:00:32 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id A8C252C; Tue, 14 Jun 2005 14:00:31 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Ted Wisniewski References: <200506141143.23368.ted@wiz.plymouth.edu> From: Lowell Gilbert Date: 14 Jun 2005 14:00:31 -0400 In-Reply-To: <200506141143.23368.ted@wiz.plymouth.edu> Message-ID: <44fyvkbyyo.fsf@be-well.ilk.org> Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Creating a mirror port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2005 18:00:33 -0000 Ted Wisniewski writes: > I have a FreeBSD box with three Nic's; what I would like to do is mimic the > functionality of a "mirror-port" commonly found on switches. > > On a routing firewall I would like traffic from say sk0 destined to sk1 and > vice versa to be mirrored on xl0 for purposes of network management. > > I am pretty sure this can be done, but what is the easiest/best way do > implement? How would this be done for a bridging firewall? Sounds like exactly what ng_tee(4) was created for...