From owner-freebsd-questions@FreeBSD.ORG Tue Jun 13 14:19:14 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 A7C1116A477 for ; Tue, 13 Jun 2006 14:19:14 +0000 (UTC) (envelope-from work@ashleymoran.me.uk) Received: from mercureh.reacthosting.com (reacthosting.com [195.177.245.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4363543D48 for ; Tue, 13 Jun 2006 14:19:13 +0000 (GMT) (envelope-from work@ashleymoran.me.uk) Received: from hosta.jigsawfinance.com ([213.106.224.113] helo=alfie.jigsawhq.com) by mercureh.reacthosting.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.62 (FreeBSD)) (envelope-from ) id 1Fq9ja-000Hj5-1e for freebsd-questions@freebsd.org; Tue, 13 Jun 2006 15:19:10 +0100 From: Ashley Moran Organization: Codeweavers Ltd To: freebsd-questions@freebsd.org Date: Tue, 13 Jun 2006 15:18:27 +0100 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606131518.27688.work@ashleymoran.me.uk> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - mercureh.reacthosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - ashleymoran.me.uk X-Source: X-Source-Args: X-Source-Dir: Subject: 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:19:14 -0000 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? Thanks Ashley -- "If you do it the stupid way, you will have to do it again" - Gregory Chudnovsky