From owner-freebsd-questions@FreeBSD.ORG Thu Nov 24 23:53:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3695B16A41F for ; Thu, 24 Nov 2005 23:53:28 +0000 (GMT) (envelope-from me@hexren.net) Received: from helium.webpack.hosteurope.de (helium.webpack.hosteurope.de [217.115.142.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A95C43DEC for ; Thu, 24 Nov 2005 23:52:55 +0000 (GMT) (envelope-from me@hexren.net) Received: by helium.webpack.hosteurope.de running Exim 4.51 using esmtpa from p548ce423.dip.t-dialin.net ([84.140.228.35] helo=hexren.steenbuck.net) id 1EfQtL-00033x-9z; Fri, 25 Nov 2005 00:52:39 +0100 Date: Fri, 25 Nov 2005 00:52:38 +0100 From: Hexren X-Mailer: The Bat! (v1.62i) Business X-Priority: 3 (Normal) Message-ID: <1634298318.20051125005238@hexren.net> To: Efren Bravo In-Reply-To: <20051124153538.9357.qmail@web25512.mail.ukl.yahoo.com> References: <20051124153538.9357.qmail@web25512.mail.ukl.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freeBSD Subject: Re: defaultroute X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hexren List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2005 23:53:28 -0000 > Hi, > Is there a way after changing the value > defaultroute in /etc/rc.conf that freebsd accepts > the change without restarting? > Thanks... > Efren Bravo. --------------------------------------------- I would guess that /etc/rc.d/routing ist he script oused to set the defaultroute during startup. So a restart to that could result in loading the new defaultroute. Ofcourse you could always delete the defaultroute with the "route" command and the insert the new one also with the route command. (remember to be extra sensitive when doing this on a remote machine) Regards Hexren