Subject: Re: sharing a cable connection
To: Sam Carleton <scarleton@miltonstreet.com>
From: cpctc <cpctc@vt.edu>
List: netbsd-help
Date: 07/26/2001 09:46:23
To change your default route without rebooting, try:
    route add default a.b.c.d

If you already have a default route, you might have to remove it first with:
    route delete default w.x.y.z

To see the routing table:
    netstat -r
or
    netstat -r -n
if your DNS doesn't work.

----- Original Message ----- 
From: "Sam Carleton" <scarleton@miltonstreet.com>
Sent: Thursday, July 26, 2001 9:26 AM
Subject: Re: sharing a cable connection
...
| Next for your route information.  You need to have a router setup.  On my
| next work, I have configured my NetBSD box as my router/firewall.  The way
| you configure NetBSD is by putting defaultrouter="a.b.c.d" into the
| /etc/rc.conf, where a.b.c.d is your router.  I am sure there is a way to
| have this change take effect without booting, but I am ignorent of how to do
| that, so reboot:)