From owner-freebsd-questions@FreeBSD.ORG Wed Feb 8 12:37:00 2006 Return-Path: X-Original-To: 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 9A93C16A420 for ; Wed, 8 Feb 2006 12:37:00 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D08043D49 for ; Wed, 8 Feb 2006 12:37:00 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 5582A5D90; Wed, 8 Feb 2006 07:36:57 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13774-09; Wed, 8 Feb 2006 07:36:54 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-67-226.ny325.east.verizon.net [68.161.67.226]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 8954E5D62; Wed, 8 Feb 2006 07:36:54 -0500 (EST) Message-ID: <43E9E5E5.2070709@mac.com> Date: Wed, 08 Feb 2006 07:36:53 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Andrew Pantyukhin References: In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: FreeBSD Questions Subject: Re: How to get 2 if's act like a switch? 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: Wed, 08 Feb 2006 12:37:00 -0000 Andrew Pantyukhin wrote: > Can I get 2 interfaces on a router switch ethernet frames > (between themselves and the box itself) and the other > interfaces act like normal ones? I need services like dhcpd > to not see any difference between the 2 switched if's, just > like it's a single ethernet segment. See: "man bridge". -- -Chuck