From owner-freebsd-stable@FreeBSD.ORG Mon Dec 3 16:34:54 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E88239A3 for ; Mon, 3 Dec 2012 16:34:54 +0000 (UTC) (envelope-from chris#@1command.com) Received: from udns.ultimateDNS.NET (24-113-70-254.wavecable.com [24.113.70.254]) by mx1.freebsd.org (Postfix) with ESMTP id B5A3D8FC08 for ; Mon, 3 Dec 2012 16:34:53 +0000 (UTC) Received: from udns.ultimateDNS.NET (localhost [127.0.0.1]) by udns.ultimateDNS.NET (8.14.5/8.14.5) with ESMTP id qB3G64Hx002852 for ; Mon, 3 Dec 2012 08:06:10 -0800 (PST) (envelope-from chris#@1command.com) Received: (from www@localhost) by udns.ultimateDNS.NET (8.14.5/8.14.5/Submit) id qB3G5x2D002851; Mon, 3 Dec 2012 08:05:59 -0800 (PST) (envelope-from chris#@1command.com) Received: from udns.ultimatedns.net ([24.113.70.254]) (UDNSMS authenticated user chrish) by ultimatedns.net with HTTP; Mon, 3 Dec 2012 08:05:58 -0800 (PST) Message-ID: <05c3f8ca28401a255bd3b5150d0f7ad7.authenticated@ultimatedns.net> Date: Mon, 3 Dec 2012 08:05:58 -0800 (PST) Subject: What's the most effective way to restart net && children? From: "Chris H" To: "freebsd-stable" User-Agent: UDNSMS/2.0.3 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2012 16:34:55 -0000 Greetings, I've always maintained at least a /24 since the early 80's. I'm now evaluating a new ISP, and am not ready to commit. Until then I'll be forced to use DHCP. My problem is that they are really mercenary about their lease(s) -- ~24hrs! So, given that I am treating the assigned IP(s) as pseudo-static, I would prefer not to bounce the box(es). I currently bounce them alternating rc & hosts, etc. I can easily switch configs "on the fly" by restarting network & related services, but am looking for a _graceful_ way to re-start the network. I see /etc/netstart, but it looks a little more /brutal/ than I was hoping for. Any and all suggestions _greatly_ appreciated. Thank you for all your time, and consideration. --Chris