From owner-freebsd-current@FreeBSD.ORG Fri Apr 15 07:54:20 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44A161065675 for ; Fri, 15 Apr 2011 07:54:20 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id F38178FC16 for ; Fri, 15 Apr 2011 07:54:19 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QAdr8-00072L-4D for freebsd-current@freebsd.org; Fri, 15 Apr 2011 09:54:18 +0200 Received: from l.saper.info ([91.121.203.103]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Apr 2011 09:54:18 +0200 Received: from saper by l.saper.info with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Apr 2011 09:54:18 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Marcin Cieslak Date: Fri, 15 Apr 2011 07:54:05 +0000 (UTC) Organization: http://saper.info Lines: 18 Message-ID: References: <4DA7EAB5.9090204@swin.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: l.saper.info User-Agent: slrn/0.9.9p1 (FreeBSD) Subject: Re: IPv6 tunnel problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2011 07:54:20 -0000 >> Mattia Rossi wrote: > fxp0 and em0 Can you show us what does "ifconfig" say on your interfaces? There are few parameters for the ICMPv6 Neighbor Discovery Protocol that might be needed: "ifconfig em0 inet6 accept_rtadv" Those are nicely documented in ifconfig(8). This is usually handled by the /etc/rc.d/* stuff IF you have a current version of /etc/rc.conf settings. (They changed a bit in the meantime). //Marcin