From owner-freebsd-pf@FreeBSD.ORG Wed Jan 5 16:35:27 2005 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 594C716A4CF for ; Wed, 5 Jan 2005 16:35:27 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id E193043D39 for ; Wed, 5 Jan 2005 16:35:07 +0000 (GMT) (envelope-from josh.kayse@gmail.com) Received: by wproxy.gmail.com with SMTP id 57so267866wri for ; Wed, 05 Jan 2005 08:35:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=P/eB9uAubpV3YijHlAPHIREHAYuKU89s004V5Ge2goQk4lGJ35m7TYRpyHJG+CJjpM4+IMi5+rIvJSG3UzAjIXZNRNHxoaGdxxhgmBGRwlvkBw4A9tk8xZIRiqbiTdFfFsjIUXFaYcc7VTeQCYajuYrpXhxU4AKEdQhoYQ+HU/U= Received: by 10.54.31.71 with SMTP id e71mr470605wre; Wed, 05 Jan 2005 08:35:07 -0800 (PST) Received: by 10.54.23.78 with HTTP; Wed, 5 Jan 2005 08:35:07 -0800 (PST) Message-ID: <7c8f279205010508352b98da57@mail.gmail.com> Date: Wed, 5 Jan 2005 11:35:07 -0500 From: Josh Kayse To: freebsd-pf@freebsd.org, Max Laier Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [CARP] bringing up interface X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gtg062h@mail.gatech.edu List-Id: Technical discussion and general questions about packet filter (pf) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2005 16:35:27 -0000 Maybe I'm missing something very simple but I cannot get the carp interface to come up on system boot. This is the line in my rc.conf ifconfig_carp0="create 192.168.1.13/24 vhid 1 advskew 100 pass vhid" I have also tried: ifconfig_carp0="create inet 192.168.1.13/24 vhid 1 advskew 100 pass vhid" and ifconfig_carp0="inet 192.168.1.13/24 vhid 1 advskew 100 pass vhid" If I manually type in any of those, there interface comes right up and works. Any help is appreciated. -- Joshua Kayse Computer Engineering