From owner-freebsd-net@FreeBSD.ORG Fri Dec 14 10:31:30 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94E4716A418 for ; Fri, 14 Dec 2007 10:31:30 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.freebsd.org (Postfix) with ESMTP id 759F313C447 for ; Fri, 14 Dec 2007 10:31:30 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 110A978256; Fri, 14 Dec 2007 05:31:30 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 14 Dec 2007 05:31:30 -0500 X-Sasl-enc: Ol15oGQ4I64kqSimyzX3NYGmjoenDsgvaXLa/K0FZ04f 1197628289 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id A578CD640; Fri, 14 Dec 2007 05:31:29 -0500 (EST) Message-ID: <47625B80.3090904@FreeBSD.org> Date: Fri, 14 Dec 2007 10:31:28 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.6 (X11/20070928) MIME-Version: 1.0 To: Niki Denev References: <2e77fc10712132129o810a608v4ec6a742f9860a63@mail.gmail.com> In-Reply-To: <2e77fc10712132129o810a608v4ec6a742f9860a63@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: is carp on if_bridge possible? 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: Fri, 14 Dec 2007 10:31:30 -0000 Niki Denev wrote: > Hello, > > Is this possible? > I've tried adding IFT_BRIDGE next to IFT_ETHER and IFT_L2VLAN in ip_carp.c > but this probably is not enough. Any ideas? > CARP is 'special' in that it needs to add its own MAC addresses to your interface, needs a bit of special cooperation between the IP layer and the MAC layer, and it's more than likely that this doesn't work with if_bridge. Like Max says, this is an unusual configuration.... what are you trying to do? BMS