Date: Fri, 25 Nov 2005 00:52:38 +0100 From: Hexren <me@hexren.net> To: Efren Bravo <efrenba@yahoo.es> Cc: freeBSD <freebsd-questions@freebsd.org> Subject: Re: defaultroute Message-ID: <1634298318.20051125005238@hexren.net> In-Reply-To: <20051124153538.9357.qmail@web25512.mail.ukl.yahoo.com> References: <20051124153538.9357.qmail@web25512.mail.ukl.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1634298318.20051125005238>