Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jul 2002 10:21:50 +0200
From:      "James Vella" <JamesV@myrealbox.com>
To:        hausen@punkt.de
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Re: adding persistent routes
Message-ID:  <1025684510.56b82ff9JamesV@myrealbox.com>

next in thread | raw e-mail | index | archive | help
cheers buddy

-----Original Message-----
From: "Patrick M. Hausen" <hausen@punkt.de>
To: James Vella <JamesV@myrealbox.com>
Date: Wed, 3 Jul 2002 10:20:24 +0200 (CEST)
Subject: Re: adding persistent routes

Hi!

James Vella wrote:

> i have spent many an hour tring to find a way to add another static route=
 (apart from the default gateway)within freebsd v4.5.
> 
> please shed some light

man rc.conf ;-)

Short example:

static_routes=3D"foo bar baz"
route_foo=3D"-net 192.168.0.0 -netmask 255.255.255.0 10.0.0.1"
route_bar=3D"-net ..."
route_baz=3D"-host ..."

You get the idea.

HTH,
Patrick




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




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