Date: Wed, 24 Apr 1996 10:19:17 -0600 From: Sean Kelly <kelly@fsl.noaa.gov> To: /G=David/S=Sandel/DD.ALISA=SANDELD@mhs-emerson.attmail.com Cc: questions@freebsd.org Message-ID: <9604241619.AA16506@fslg8.fsl.noaa.gov> In-Reply-To: <Wed_Apr_24_08:41:52_1996;/DD.ALISA=SANDELD/G=David/S=Sandel/P=EMOTORCO/A=ATTMAIL/C=US> (/G=David/S=Sandel/DD.ALISA=SANDELD@mhs-emerson.attmail.com)
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "Dave" == SANDELD <G> writes:
Dave> Hi FreeBSD --- How do I manually tell freebsd what my
Dave> gateway address is WITHOUT using stand/sysinstall ???
Type:
% su
Password: <enter root password>
% route add default <address>
To make it permanent, edit /etc/sysconfig as root, look for the lines
that say
# Set to the host you'd like set as your default router, or NO for none.
defaultrouter=NO
and change it to
# Set to the host you'd like set as your default router, or NO for none.
defaultrouter=<address>
where <address> is the gateway address.
--
Sean Kelly
NOAA Forecast Systems Laboratory kelly@fsl.noaa.gov
Boulder Colorado USA http://www-sdd.fsl.noaa.gov/~kelly/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9604241619.AA16506>
