From owner-freebsd-questions@FreeBSD.ORG Mon May 11 21:11:18 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 777FDDBF for ; Mon, 11 May 2015 21:11:18 +0000 (UTC) Received: from mail-pd0-x236.google.com (mail-pd0-x236.google.com [IPv6:2607:f8b0:400e:c02::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49E951D34 for ; Mon, 11 May 2015 21:11:18 +0000 (UTC) Received: by pdbqa5 with SMTP id qa5so153390732pdb.1 for ; Mon, 11 May 2015 14:11:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=7tFoKXwDA8ljOIPF7IRLsXIiXPft5nw/Ctkr/Os6Fs8=; b=oOROylrpyTZIO1RBpOvFVOBCmfqtVE/FBSElDLStQq9D4Rb2L2+NzbxU+EAZrJ4r2z bGA2lB1RWGDoPfIkxG8A9CWim8J31plv+m72RDc74epN5tDKC9SqktBsoZJH895yquVA Y6wZW37XWSkl8vKo3xJ5S2SSySg3X04jhvHoJpb2c6SqOCfo6QSP9Ta7dKTY5bjyv4Pw vN5xUlMJ1vcqqoSAAPADyT3mN/CZZ9PTC57J5zLZcztymyYThkj4ETFJqTYojk+XFpUw 8G4PsOgtts6sw/GRlL1I/YoQhYBP9myIAZ9P93BMZ14HVZk+m3CGElZsqeFdI/PIskH6 EFqw== X-Received: by 10.70.129.172 with SMTP id nx12mr22218012pdb.157.1431378677914; Mon, 11 May 2015 14:11:17 -0700 (PDT) Received: from [192.168.125.221] (aswan.sscsinc.com. [199.96.38.41]) by mx.google.com with ESMTPSA id gs7sm13998056pbc.6.2015.05.11.14.11.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 May 2015 14:11:16 -0700 (PDT) Message-ID: <55511AF3.3030408@gmail.com> Date: Mon, 11 May 2015 14:11:15 -0700 From: Motty Cruz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Help! carp slave take over as master at boot! Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2015 21:11:18 -0000 Hello, I have two machines running FreeBSD 10.1 Release. Machine A is the master in Carp with advskew 20 and Machine B slave with advskew 200 both are set to advbase 10. however, slave machine becomes Master on boot; my questions is, how do I configure both machines so if reboot any of the machines whatever machine is Master stays master if secondary machine reboot. Thanks,