From owner-freebsd-questions@FreeBSD.ORG Tue Jan 6 10:49:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 286E116A4D0 for ; Tue, 6 Jan 2004 10:49:56 -0800 (PST) Received: from nalle.netsonic.fi (netsonic.fi [194.29.192.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEBAE43D41 for ; Tue, 6 Jan 2004 10:49:53 -0800 (PST) (envelope-from markus.kovero@grafikansi.fi) Received: from shaggy (pilosus.grafikansi.fi [81.17.198.68]) by nalle.netsonic.fi (8.11.6/8.11.6) with SMTP id i06IoIg04418 for ; Tue, 6 Jan 2004 20:50:18 +0200 Message-ID: <012301c3d485$e115ff80$4600a8c0@shaggy> From: "Markus Kovero" To: Date: Tue, 6 Jan 2004 20:49:55 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: hard time with routing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2004 18:49:56 -0000 Well, I have this problem again, I hope I get help at this time, not big problem, its just something I'm missing here. interface to net: ep0 interface to lan: xl0 ep0 has 2001:a68:2:10::2/64 with default gw 2001:a68:2:10:: and she works fine. xl0 should have 2001:a68:2:10:dead::/96 ifconfig ep0 inet6 2001:a68:2:10::2/64 route add -inet6 default 2001:a68:2:10:: fine. ipv6 works now, then: ifconfig xl0 inet6 2001:a68:2:10:dead::/96 and situation is like this(ping -S 2001:a68:2:10:dead::) : --- 2001:a68:2:10::2 ping6 statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max/std-dev = 0.317/0.367/0.462/0.067 ms --- 2001:a68:2:10:: ping6 statistics --- 2 packets transmitted, 0 packets received, 100% packet loss lan interface can ping to internet interface but no gw? ip and ip6 forward bits are 1. How I should route that 96-block so it would work? Greets Markus Kovero