> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
