From owner-freebsd-questions Tue Apr 2 3:41:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id 30F7837B429 for ; Tue, 2 Apr 2002 03:41:14 -0800 (PST) Received: from mindspring.net ([66.56.82.228]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020402114113.YFUU2974.rwcrmhc54.attbi.com@mindspring.net> for ; Tue, 2 Apr 2002 11:41:13 +0000 Message-ID: <3CA998D8.1000706@mindspring.net> Date: Tue, 02 Apr 2002 06:41:12 -0500 From: Mike Flanagan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.7) Gecko/20020117 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: adding multiple static routes Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I am attempting to add multiple static routes permanantly, "even after reboot". It works fine for one route but, If I try multiple routes in rc.conf like route_0"x.x.x.x" and route_0"y.y.y.y" it will only add one of the routes. static_routes="0" route_0="10.0.1.1 192.168.8.1" I have also tried adding mutiple routes by making by the following ... static_routes="0" route_0="10.0.1.1 192.168.8.1" static_routes="1" route_1="192.168.0.4 192.168.8.1" And it is still adding just one of the route's. How would I go about adding multiple static routes ?? Thanks in advance, Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message