From owner-freebsd-questions@FreeBSD.ORG Thu May 14 03:05:22 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22A28430 for ; Thu, 14 May 2015 03:05:22 +0000 (UTC) Received: from mail-ob0-x232.google.com (mail-ob0-x232.google.com [IPv6:2607:f8b0:4003:c01::232]) (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 D82331EED for ; Thu, 14 May 2015 03:05:21 +0000 (UTC) Received: by obbkp3 with SMTP id kp3so44269509obb.3 for ; Wed, 13 May 2015 20:05:21 -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:references :in-reply-to:content-type:content-transfer-encoding; bh=VyaMfqXzQ1aE7Ca1gJi3mHVZGDtJzYSgMZMO1eORl9M=; b=ITwLlwqASu4nYWAWxFfteXlwaMC9m6Yt22DQBtaVHudOUryTApfEVU70tJ2CjhSq3k xnVoaTBJ/Dj0prF6GdXhtWaBDd1d5uP26mG72Ay7OexydF6dA08BVUNDaDlWq3rOA/Eh GNVvf4RBLmJBmKtpc2d86S1PAtZ7dELp02giWKfVVGN3DoPiYIv52P2KnRQP235+4gMD h6dDT//xGpHYqdKyZw+ZfKl4/bYEb/MgledMhWL74A7S9OLF41e3c5XP0Vd27lsH54Bh X3Y9bT2eAiQDSctBI17lYr4ouwB8C9JX4Hm/gjElV84kMbuOh8ACD5YaQgHjyhNTIj00 idhA== X-Received: by 10.202.206.144 with SMTP id e138mr1605569oig.132.1431572721102; Wed, 13 May 2015 20:05:21 -0700 (PDT) Received: from localhost.localdomain ([209.181.150.218]) by mx.google.com with ESMTPSA id oy11sm13919185oeb.3.2015.05.13.20.05.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 May 2015 20:05:20 -0700 (PDT) Message-ID: <555410EF.9040204@gmail.com> Date: Wed, 13 May 2015 21:05:19 -0600 From: jd1008 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: Re: Help! carp slave take over as master at boot! References: <55511AF3.3030408@gmail.com> <55531870.9060607@rambler-co.ru> <5553C041.7050903@rambler-co.ru> <5553CA79.60104@gmail.com> In-Reply-To: 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: Thu, 14 May 2015 03:05:22 -0000 On 05/13/2015 08:44 PM, motty cruz wrote: > it is possible to pause network connection on boot for 60 seconds? what I > meant, when a system boots up, allow no network connections for 60 seconds > after reboot. > > is this possible? > > Thanks, Yes it is. Find the script that starts the network. That's where you add a line like: sleep 60 before the command to start the network.