From owner-freebsd-current@FreeBSD.ORG Fri Apr 15 13:30:33 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 37319106564A for ; Fri, 15 Apr 2011 13:30:33 +0000 (UTC) (envelope-from mrossi@swin.edu.au) Received: from gpo1.cc.swin.edu.au (gpo1.cc.swin.edu.au [136.186.1.30]) by mx1.freebsd.org (Postfix) with ESMTP id C58678FC14 for ; Fri, 15 Apr 2011 13:30:32 +0000 (UTC) Received: from mrossi.caia.swin.edu.au (mrossi.caia.swin.edu.au [136.186.229.109]) by gpo1.cc.swin.edu.au (8.14.3/8.14.3) with ESMTP id p3FDUUxG015656; Fri, 15 Apr 2011 23:30:31 +1000 Message-ID: <4DA84876.9020402@swin.edu.au> Date: Fri, 15 Apr 2011 23:30:30 +1000 From: Mattia Rossi User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110406 Thunderbird/3.1.9 MIME-Version: 1.0 To: Marcin Cieslak References: <4DA7EAB5.9090204@swin.edu.au> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org 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 13:30:33 -0000 I have accept_rtadv enabled if it's not a router. See my post. ifconfig with tunnel up is: ifconfig bge0: flags=8843 metric 0 mtu 1500 options=8009b ether 00:0d:9d:51:d4:7e inet 136.186.229.112 netmask 0xffffff00 broadcast xxx.xxx.xxx.xxx inet6 fe80::xxxx:xxxx:xxxx:xxxx%bge0 prefixlen 64 scopeid 0x5 inet6 xxxx:xxxx:xxxx:xxxx::xxxx prefixlen 64 duplicated nd6 options=23 media: Ethernet autoselect (1000baseT ) status: active fxp0: flags=8802 metric 0 mtu 1500 options=4219b ether 00:02:b3:eb:28:b0 media: Ethernet autoselect (none) status: no carrier plip0: flags=8810 metric 0 mtu 1500 lo0: flags=8049 metric 0 mtu 16384 options=3 inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x8 nd6 options=21 tun0: flags=8051 metric 0 mtu 1280 options=80000 inet6 fe80::xxxx:xxxx:xxxx:xxxx%tun0 prefixlen 64 scopeid 0x9 inet6 xxxx:xxxx:xxxx::xxxx --> xxxx:xxxx:xxxx::xxxx prefixlen 128 nd6 options=29 Opened by PID 17726 I canceled the address in case you wonder. Mat On 15/04/2011 17:54, Marcin Cieslak wrote: >>> 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 > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"