From owner-freebsd-questions Wed Jul 7 11:52:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from emerson.gelemna.ft-wayne.in.us (fw-line-175.fwi.com [209.84.172.180]) by hub.freebsd.org (Postfix) with ESMTP id 968CC15444 for ; Wed, 7 Jul 1999 11:52:31 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.9.3/8.9.3) id NAA07062; Wed, 7 Jul 1999 13:46:19 -0500 (EST) (envelope-from croyle) To: "Joe \"Marcus\" Clarke" Cc: questions@freebsd.org Subject: Re: Format of static_routes References: Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Don Croyle Date: 07 Jul 1999 13:46:19 -0500 Organization: Minimal at best In-Reply-To: "Joe \"Marcus\" Clarke"'s message of "Wed, 07 Jul 1999 09:40:14 -0400 (EDT)" Message-ID: <86aet8l2mc.fsf@emerson.gelemna.ft-wayne.in.us> Lines: 14 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Joe \"Marcus\" Clarke" writes: > What is the format rc.conf is expecting for the static_routes field? I > tried simply adding the parameters I would give to route add (-net > 10.0.0.0/8 10.29.2.1), but that didn't work. Thanks. The static_routes variable enumerates the static routes, then you put the actual parameters in separate variables. For example: static_routes="inside" route_inside="-net 10.0.0.0/8 10.29.2.1" -- I've always wanted to be a dilettante, but I've never quite been ready to make the commitment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message