From owner-freebsd-net Mon Jan 8 4:26:53 2001 Delivered-To: freebsd-net@freebsd.org Received: from vista.athms.com (athms.bayarea.net [204.71.213.154]) by hub.freebsd.org (Postfix) with ESMTP id 19E2937B402 for ; Mon, 8 Jan 2001 04:26:36 -0800 (PST) Received: from goofy.int.athms.com ([192.168.100.12] helo=athms.com) by vista.athms.com with esmtp (Exim 3.16) id 14FbUs-000D6v-00 ; Mon, 08 Jan 2001 04:33:58 -0800 Message-ID: <3A59B297.9D82212F@athms.com> Date: Mon, 08 Jan 2001 04:29:11 -0800 From: Tom Czarnik X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Frank Bonnet Cc: freebsd-net@FreeBSD.ORG Subject: Re: rc.network clarification in adding routes (4.2) References: <200101081155.f08Btfc09312@bart.esiee.fr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Frank Bonnet wrote: > I need some clarification on variables setup to add > statics routes in the followin part on rc.network. > > I've put the following in rc.conf to add internals routes > > static_routes="res40" > res40=" -net 147.215.40 147.215.20.1 255.255.255.0" > static_routes="res80" > res80=" -net 147.215.80 147.215.20.1 255.255.255.0" > > but the route command give an invalid argument error message. static_routes="res40 res80" route_res40="-net 147.215.40 147.215.20.1 255.255.255.0" route_res80="-net 147.215.80 147.215.20.1 255.255.255.0" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message