From owner-freebsd-questions@FreeBSD.ORG Thu Sep 13 16:29:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1FDE16A418 for ; Thu, 13 Sep 2007 16:29:31 +0000 (UTC) (envelope-from bjmccann@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id A80FE13C45E for ; Thu, 13 Sep 2007 16:29:31 +0000 (UTC) (envelope-from bjmccann@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so680926waf for ; Thu, 13 Sep 2007 09:29:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=oALHYLMGu9Lzqpk5BEfpayDyzEMpTsRl/pRwpCqL/50=; b=YONV9+mjTJFR/QIc3iUKedmpPFLqFnicpkmykaDKapsgrfadOkjhEEiZJX65+zk2C5IFGTWIag0VmVscMwdtsG5JAoxWY//hP1cuRqj4+LKbfhX7EQaxoKcxT896L0WPP8z/duxKe048FA/ldz7wa507LHLqmAOOaO6mNIylOmo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=U4uFoxUlNF4c6wdhtFeSlGt5dkWzCfFmDOgTrWHy/wskSOSmxBZkuRW/AeN3ROwOwTtR7k2biufiOLxtf1HZpKLT8MxGpCkhkUBHFEDox39MdSIeacBnuuWXBxxOAh7JiK+X4AePwnAzPU0hTkS0rgZqm+QXzvu0OMn4xArxlbI= Received: by 10.114.157.1 with SMTP id f1mr685540wae.1189700970459; Thu, 13 Sep 2007 09:29:30 -0700 (PDT) Received: by 10.114.113.12 with HTTP; Thu, 13 Sep 2007 09:29:30 -0700 (PDT) Message-ID: <2b5f066d0709130929w7c4aa02ax4bc25282ff7122c5@mail.gmail.com> Date: Thu, 13 Sep 2007 12:29:30 -0400 From: "Brian McCann" To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Bridging and port mirroring X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2007 16:29:32 -0000 I've poked around on the web, but come up empty. And I find it hard to believe there's not a simple way to do this, if it hasn't been done before. I've got a server with two nics configured for bridging and running bunches of ipfw rules. I'd like to add a 3rd NIC and have it mirror the 2nd NIC (so all traffic into and out of nic2 goes to nic3), so I can run an IDS on another server. Yes, I know that has the potential to overload nic3 if there is a lot of traffic going in and out of nic2, but that's not an issue for me. Has anyone done this before, or know how to do this? Thanks, --Brian