From owner-freebsd-net@FreeBSD.ORG Thu Dec 18 21:39:49 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B0C31065677 for ; Thu, 18 Dec 2008 21:39:49 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: from ibctech.ca (v6.ibctech.ca [IPv6:2607:f118::b6]) by mx1.freebsd.org (Postfix) with SMTP id EAE628FC23 for ; Thu, 18 Dec 2008 21:39:48 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: (qmail 10840 invoked by uid 89); 18 Dec 2008 21:49:57 -0000 Received: from unknown (HELO ?IPv6:2607:f118::5?) (steve@ibctech.ca@2607:f118::5) by 2607:f118::b6 with ESMTPA; 18 Dec 2008 21:49:57 -0000 Message-ID: <494AC323.9070007@ibctech.ca> Date: Thu, 18 Dec 2008 16:39:47 -0500 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Ivan Voras References: In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: IPv6 routing help? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2008 21:39:49 -0000 Ivan Voras wrote: > As far as I understand ipv6 (very little), this basically says the > router told the client it can't send packets to outside addresses with > source addresses that are link-local. Is this correct? I don't know much about 6to4. All of my IPv6 is native, but what you are saying appears correct. It is almost like a translation at the router should be happening, but it is not. > However, adding an ipv6 address to the client, in this case > 2002:xxyy:xxyy::10/64 doesn't help and breaks even pinging the router's > external address. It looks to me like I'm missing something important in > the relation between the link-local and the global addresses, but what? In this case, you are implementing the same IP prefix on both sides of the router, which won't work. Try to ping6 www.freebsd.org from the router itself. If that works, the issue is most certainly the router. If this is the case, hopefully someone with more 6to4 experience can explain why your router is not doing the expected thing. Steve