From owner-freebsd-questions@FreeBSD.ORG Mon Apr 7 10:27:55 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 085D6EFC for ; Mon, 7 Apr 2014 10:27:55 +0000 (UTC) Received: from mail-qa0-x229.google.com (mail-qa0-x229.google.com [IPv6:2607:f8b0:400d:c00::229]) (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 C298887D for ; Mon, 7 Apr 2014 10:27:54 +0000 (UTC) Received: by mail-qa0-f41.google.com with SMTP id j5so5756244qaq.0 for ; Mon, 07 Apr 2014 03:27:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=vuZqogUJVfU0stTB108sW9Q1iQuRzl4As4n3Cvd/UlE=; b=qpDiFlLKb5gZocviQ1WbWU8dCq6NmQR1uh/b9qqZNZOEwL/DmAMb7JaDI2Sghw66Eb Cz0RhmGQ1Fbj/c3rPLyuWy18mpys5VXRBKtiQCVG/Pogn8QIGumZlLbaYh7rGzamIRoB +f/S3Bexmkdi3gIeEqjsa6IDw0UufGnajxjJCUq/FbrkiwKidaB87YyRRoYIJr2gubpO sb/07EzgoB0XT+3wlwAGMkWrCPlkOLisxLRAXB3MSZNev3H8IpRPjLEFscVAPSIse1ZO IXVPHO9Bz1AsFpgcYYeASryJ5vM6G4n35UljtAa5fXQvVqnM/XY3tQFJXCuWo3ST5BYW gg0Q== MIME-Version: 1.0 X-Received: by 10.140.108.200 with SMTP id j66mr10691791qgf.7.1396866473940; Mon, 07 Apr 2014 03:27:53 -0700 (PDT) Received: by 10.224.212.138 with HTTP; Mon, 7 Apr 2014 03:27:53 -0700 (PDT) Date: Mon, 7 Apr 2014 16:27:53 +0600 Message-ID: Subject: multiple CARP interfaces at one server From: =?KOI8-R?B?6czY0SD7ydDJw8nO?= To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 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:27:55 -0000 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