From owner-freebsd-questions@FreeBSD.ORG Tue Jun 13 14:24:21 2006 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 0655016A418 for ; Tue, 13 Jun 2006 14:24:21 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8941243D48 for ; Tue, 13 Jun 2006 14:24:20 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [192.168.7.193] (68.Red-80-34-55.staticIP.rima-tde.net [80.34.55.68]) by strange.daemonsecurity.com (Postfix) with ESMTP id 299CB2E063; Tue, 13 Jun 2006 16:24:19 +0200 (CEST) Message-ID: <448ECA91.4000801@locolomo.org> Date: Tue, 13 Jun 2006 16:24:17 +0200 From: Erik Norgaard User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Ashley Moran References: <200606131518.27688.work@ashleymoran.me.uk> In-Reply-To: <200606131518.27688.work@ashleymoran.me.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Where is CARP? 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: Tue, 13 Jun 2006 14:24:21 -0000 Ashley Moran wrote: > Hi > > Am I missing something here? I'm running FreeBSD 6.1/amd64 and I can't see > any sign of CARP. The man page is there but very little else: > > $ sudo ifconfig carp0 create > ifconfig: SIOCIFCREATE: Invalid argument > > $ sysctl -a | grep carp > net.inet.ip.same_prefix_carp_only: 0 > > I thought maybe it was a kernel option, but I can't see that either: > $ cd /usr/src/sys/amd64/conf && grep -i carp * > > > And I thought it might be a KLD: > $ cd /boot/kernel && ls *carp* > ls: *carp*: No such file or directory > > Where is it hiding and how do I enable it? See the NOTES filefor extra kernel options, /usr/src/sys/conf/NOTES: device pf #PF OpenBSD packet-filter firewall device pflog #logging support interface for PF device pfsync #synchronization interface for PF device carp #Common Address Redundancy Protocol Cheers, Erik