From owner-freebsd-questions Fri Sep 18 12:53:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18161 for freebsd-questions-outgoing; Fri, 18 Sep 1998 12:53:46 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18111 for ; Fri, 18 Sep 1998 12:53:36 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id MAA12785; Fri, 18 Sep 1998 12:53:06 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 18 Sep 1998 12:53:05 -0700 (PDT) From: Doug White To: "Cambria, Mike" cc: "'freebsd-questions@freebsd.org'" Subject: Re: Sample rc.conf static route entry? In-Reply-To: <75ADD7496F0BD211ADC000104B8846CF056968@RERUN> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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