From owner-freebsd-stable@FreeBSD.ORG Tue Feb 11 18:05:23 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C90EC357 for ; Tue, 11 Feb 2014 18:05:23 +0000 (UTC) Received: from mail-pb0-f43.google.com (mail-pb0-f43.google.com [209.85.160.43]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9AF9E1DC8 for ; Tue, 11 Feb 2014 18:05:23 +0000 (UTC) Received: by mail-pb0-f43.google.com with SMTP id md12so8057164pbc.2 for ; Tue, 11 Feb 2014 10:05:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-type; bh=Ha4MD2gbG9wJozkpC9ytqmo5XzdaUdJPhvhE1Pt+OOI=; b=UOolyvnwNlKECt3ngoBI9/Q+TfeXZE49mBg3JzCwkT5MUOM7k1GPeDTwziWExuFVWX QYKFoOKwjoldsgayWcwAsRuVXPk3Yvzc2ulonE5q1iOZz5S7APwh/yYEILb3M77TZoj7 o/qrK0RpDR+A8NxdzNjhz+TvX/9ElNfVOVN4m9bTlrRf+ab6ESQu4hX5HxYfcbydNkAl 4iqnTDdyhcLXVvbDklCBVVEDCXgmFxV6ZrTH2Q3I7FtNzLJJ/NIB8PXdIju1mBZYpfx4 vwJl6ycql43rnW9n3K/NT00AfVbKdriLKzRrH+KDkmOxvY2Sv8A+4uGrXgvGuWgYn2+k Iqow== X-Gm-Message-State: ALoCoQkmJ8S4xyaSnUfA8p2m8zstpavXp5iixtA2VaUZV0gN8CpF7WBCLbRj3YpBX9M3gWuW70fO X-Received: by 10.67.2.106 with SMTP id bn10mr33923187pad.38.1392141917575; Tue, 11 Feb 2014 10:05:17 -0800 (PST) Received: from [192.168.10.2] ([187.210.81.114]) by mx.google.com with ESMTPSA id lh13sm140848684pab.4.2014.02.11.10.05.16 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 11 Feb 2014 10:05:17 -0800 (PST) Message-ID: <52FA665B.8050802@motumweb.com> Date: Tue, 11 Feb 2014 12:05:15 -0600 From: =?ISO-8859-1?Q?Efra=EDn_D=E9ctor?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: CARP in FreeBSD10 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2014 18:05:23 -0000 Hello. I am triying to enable CARP on FreeBSD 10.0-RELEASE, I have read the documentation (http://www.freebsd.org/doc/en/books/handbook/carp.html) I tried to enable the module of carp, putting if_carp_load="YES" on /boot/loader.conf, rebooted and after that I tried to enable it using the command/ifconfig carp0 create/. However after that I get the following message: "ifconfig: SIOCIFCREATE2: Invalid argument". Then after that I rebuilded the kernel putting the option: device carp But afther rebuilding and installing I still get the message "ifconfig: SIOCIFCREATE2: Invalid argument". Can you guys point me in the right direction?. What am I doing wrong?. Thank you very much