From owner-freebsd-questions@FreeBSD.ORG Thu Apr 9 15:27:24 2009 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 89C401065705 for ; Thu, 9 Apr 2009 15:27:24 +0000 (UTC) (envelope-from mlfreebsd@streamingedge.com) Received: from mail.streamingedge.com (mail.streamingedge.com [66.151.192.165]) by mx1.freebsd.org (Postfix) with ESMTP id 060F98FC1D for ; Thu, 9 Apr 2009 15:27:23 +0000 (UTC) (envelope-from mlfreebsd@streamingedge.com) Received: from mail.streamingedge.com (localhost.streamingedge.com [127.0.0.1]) by mail.streamingedge.com (Postfix) with ESMTP id 27126119EF7; Thu, 9 Apr 2009 11:27:21 -0400 (EDT) Received: from [172.17.0.115] (unknown [172.17.0.115]) by mail.streamingedge.com (Postfix) with ESMTPA id 07860119EF5; Thu, 9 Apr 2009 11:27:21 -0400 (EDT) Message-ID: <49DE13D9.2070601@streamingedge.com> Date: Thu, 09 Apr 2009 11:27:21 -0400 From: Jacques Manukyan Organization: StreamingEdge User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Frederique Rijsdijk References: <49DE11C2.90503@isafeelin.org> In-Reply-To: <49DE11C2.90503@isafeelin.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-questions@freebsd.org Subject: Re: combining network interfaces X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jacques.manukyan@streamingedge.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2009 15:27:25 -0000 Frederique Rijsdijk wrote: > Hello, > > Is there a way in FreeBSD to combine a number of network interfaces to > one virtual interface on which I can tcpdump all the traffic of those > interfaces at once? > You're talking about bridging. Look at http://www.freebsd.org/doc/en/books/handbook/network-bridging.html Section 31.5.7.1 is what you're asking for. -- Jacques Manukyan