From owner-freebsd-stable Thu May 16 17:34:39 2002 Delivered-To: freebsd-stable@freebsd.org Received: from ns.itga.com.au (ns.itga.com.au [202.53.40.210]) by hub.freebsd.org (Postfix) with ESMTP id 2358137B405 for ; Thu, 16 May 2002 17:34:32 -0700 (PDT) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns.itga.com.au (8.9.3/8.9.3) with ESMTP id KAA65292; Fri, 17 May 2002 10:34:30 +1000 (EST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (localhost [127.0.0.1]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id KAA29281; Fri, 17 May 2002 10:34:29 +1000 (EST) Message-Id: <200205170034.KAA29281@lightning.itga.com.au> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 From: Gregory Bond To: FreeBSD Questions Cc: stable@FreeBSD.ORG Subject: Re: static routes broken in 4.6-PRE ? In-reply-to: Your message of Thu, 16 May 2002 19:04:06 -0500. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 17 May 2002 10:34:29 +1000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > This line in rc.conf used to work in 4.5-STABLE: > > static_routes="-net 192.168.1.0 10.1.1.1 -netmask 255.255.255.0" I can't imagine how. That is never how the static_routes rc.conf variable has worked. see man rc.conf, what you want is something like static_routes="mynet" route_mynet="-net blah blah blah" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message