From owner-freebsd-questions@FreeBSD.ORG Mon Apr 7 10:34:30 2014 Return-Path: Delivered-To: freebsd-questions@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 74BF623C for ; Mon, 7 Apr 2014 10:34:30 +0000 (UTC) Received: from mail-qa0-x235.google.com (mail-qa0-x235.google.com [IPv6:2607:f8b0:400d:c00::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36E6F946 for ; Mon, 7 Apr 2014 10:34:30 +0000 (UTC) Received: by mail-qa0-f53.google.com with SMTP id w8so5739363qac.12 for ; Mon, 07 Apr 2014 03:34:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=tK+03s6mOYVyCi68f/H9dmifToHMRJ7+bvSFiNjhFc8=; b=WPKv68UZV6mFj1+x25SI7weXtNWiuc5UknsVImJuXre2C0JEuXuaSUbzRydFLsg7PB A/KVyWKmXUCtUXveePqIv/NV2Dsjegl8px38/kzflhi8OWIILvEDMAGrW2bcpMA4nVsZ 61gDeZ/14nWUCOvfzct4zHOOAz7bYeRIzjxQ32WxiyUUzg8PGm1ueUyeOmDSwqYh7AnN KOcTD5J+RoSczAUJEud2g+Q9yzsTBIcsmqaWQpVrTNutZn7DSG5dB5XfLnI2Go3YdHrL dJmA0A1gKxZSg6T87L0QukN9t3OtI98gBR9wka6roFcqaSx09AfYmm6cY+O5Z6Fysh2D jmNA== MIME-Version: 1.0 X-Received: by 10.229.216.72 with SMTP id hh8mr32470421qcb.9.1396866869372; Mon, 07 Apr 2014 03:34:29 -0700 (PDT) Received: by 10.224.212.138 with HTTP; Mon, 7 Apr 2014 03:34:29 -0700 (PDT) In-Reply-To: References: Date: Mon, 7 Apr 2014 16:34:29 +0600 Message-ID: Subject: Re: multiple CARP interfaces at one server From: =?KOI8-R?B?6czY0SD7ydDJw8nO?= To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2014 10:34:30 -0000 i.e. I'm looking for freebsd's equivalent of "ifconfig -g carp carpdemote 100" command 2014-04-07 16:27 GMT+06:00 =E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE : > Hello! > > we used to run CARP on OpenBSD and the feature we like very much is > simultaneous MASTER->BACKUP change. I mean, all CARP interfaces > together go to MASTER or BACKUP. > > how can I achive that on FreeBSD 10 ? > > when I do "ifconfig vlanX vhidX state backup". I see single interface > goes to BACKUP state. > > Cheers, > Ilya Shipitsin