Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 1998 12:53:05 -0700 (PDT)
From:      Doug White <dwhite@resnet.uoregon.edu>
To:        "Cambria, Mike" <mcambria@lucent.com>
Cc:        "'freebsd-questions@freebsd.org'" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Sample rc.conf static route entry?
Message-ID:  <Pine.BSF.4.03.9809181251080.11967-100000@resnet.uoregon.edu>
In-Reply-To: <75ADD7496F0BD211ADC000104B8846CF056968@RERUN>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 17 Sep 1998, Cambria, Mike wrote:

> 
> I'm looking for a sample entry for adding a static route via the rc.conf
> file.  If anyone has a working entry could they send it to me?
> 
> I've tried static_routes="224.0.0.0 10.97.1.141" with no luck.  The dots
> seem to be taken as delimiters.

The static_routes item works just like the network_interface item; you
list the names of static routes.  You'd set it up like:

static_routes="multicast"
route_multicast="224.0.0.0 10.97.1.141"

> man rc.conf talks about a route_em, but I can't find any info on what
> that is.

em=element.

The man page entry is pretty wussy; network_interfaces does a better job
explaining it.

Doug White                               
Internet:  dwhite@resnet.uoregon.edu    | FreeBSD: The Power to Serve
http://gladstone.uoregon.edu/~dwhite    | www.freebsd.org


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?Pine.BSF.4.03.9809181251080.11967-100000>