Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 May 1998 11:58:19 +0200 (CEST)
From:      Malte Lance <malte@webmore.com>
To:        George Vagner <vagner@spdc.ti.com>
Cc:        questions@FreeBSD.ORG
Subject:   RE: Cron <root@mutsgo>    /etc/daily 2>&1 | sendmail root
Message-ID:  <XFMail.980507115819.malte@webmore.com>
In-Reply-To: <199805070838.DAA23169@epcot.spdc.ti.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On 07-May-98 George Vagner wrote:
> I have added the default gateway in rc.conf to 192.168.0.1 and see a message 
> on startup saying adding default route 192.168.0.1  

That should do the trick.

> would this be the correct command to make the 192.168.0.2 box point to
> the router as the default route???

Setting 192.168.0.1 as the default-gateway in /etc/rc.conf enables a route
(default-route) to 192.168.0.1
To enable a default-route by hand, just do

route add default 192.168.0.1

as root.

> route add -inet 192.168.0.2 192.168.0.1 -device fxp0 -default    ??????

Malte.

> Laszlo Vagner
> Texas Instruments
> Email:kf7nn@ti.com
> FreeBSD The OS of choice.
> http://mutsgo.dyn.ml.org
> telnet://mutsgo.dyn.ml.org
> Pg. 598-5217
> Wk. 995-4297
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

----------------------------------
E-Mail: Malte Lance <malte@webmore.com>
Date: 07-May-98
Time: 11:48:08
----------------------------------

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.980507115819.malte>