From owner-freebsd-net Wed Jun 13 7:46:33 2001 Delivered-To: freebsd-net@freebsd.org Received: from mailguard.fgan.de (mailguard.fgan.de [128.7.3.5]) by hub.freebsd.org (Postfix) with ESMTP id 0D0B637B405; Wed, 13 Jun 2001 07:46:27 -0700 (PDT) (envelope-from leventi@fgan.de) Received: from rufsun5.ffm.fgan.de ([128.7.2.5]) by mailguard.fgan.de (8.11.2/8.11.2) with ESMTP id f5DEkPV16386; Wed, 13 Jun 2001 16:46:25 +0200 Received: from melle.ffm.fgan.de (melle.ffm.fgan.de [128.7.5.11]) by rufsun5.ffm.fgan.de (8.8.6/8.8.8) with ESMTP id QAA12035; Wed, 13 Jun 2001 16:46:24 +0200 (MET DST) Received: (from lev@localhost) by melle.ffm.fgan.de (8.8.8+Sun/8.8.8) id QAA03976; Wed, 13 Jun 2001 16:46:24 +0200 (MET DST) Date: Wed, 13 Jun 2001 16:46:24 +0200 (MET DST) Message-Id: <200106131446.QAA03976@melle.ffm.fgan.de> From: Anastasia Leventi-Peetz To: ru@FreeBSD.ORG Cc: leventi@fgan.de, freebsd-net@FreeBSD.ORG In-reply-to: <20010613154906.A30602@sunbay.com> (message from Ruslan Ermilov on Wed, 13 Jun 2001 15:49:06 +0300) Subject: Re: add static route Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org if I may bother you with my experience (of the moment!) the most effective way was: route add -inet6 bla:bla:bla:: -prefixlen 48 gateway -ifp xl0 then I can reach the Gateway + the subnets which the gateway routes to. When I give only route add -inet6 bla:bla:bla:: gateway i can then reach only the gateway, although in both cases with netstat -r I get the same tables. I get in both cases to see that the net bla:bla:bla: through gateway through xl0 accesible is. !!!! Anastasia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message