From owner-freebsd-questions@FreeBSD.ORG Thu Mar 31 00:36:59 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 874A116A4CE for ; Thu, 31 Mar 2005 00:36:59 +0000 (GMT) Received: from smtpq2.home.nl (smtpq2.home.nl [213.51.128.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 900E643D1D for ; Thu, 31 Mar 2005 00:36:58 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.128.132] (port=59324 helo=smtp1.home.nl) by smtpq2.home.nl with esmtp (Exim 4.30) id 1DGng9-0007ft-GH for freebsd-questions@freebsd.org; Thu, 31 Mar 2005 02:36:57 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.215.228]:65278 helo=desktop.homenet) by smtp1.home.nl with esmtp (Exim 4.30) id 1DGng8-0000Yg-7z for freebsd-questions@freebsd.org; Thu, 31 Mar 2005 02:36:56 +0200 From: Danny Pansters To: freebsd-questions@freebsd.org Date: Thu, 31 Mar 2005 02:36:48 +0200 User-Agent: KMail/1.8 References: <001101c53588$5f4503b0$6401a8c0@GRANT> In-Reply-To: <001101c53588$5f4503b0$6401a8c0@GRANT> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503310236.49122.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Subject: Re: Restart Networks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2005 00:36:59 -0000 On Thursday 31 March 2005 02:27, Grant Peel wrote: > On linux variants, you can run a command like: > /etc/init.d/network restart > that will restart network serverices ie, reinitialize ifconfig setup, > reload IPs for a local NIC. > > Does anyone know if there is a similar command or command set in FreeBSD? Assuming you have 5.X: /etc/rc.d/netif HTH, Dan