From owner-freebsd-current@FreeBSD.ORG Tue Mar 29 12:40:23 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 1CA6F1065670 for ; Tue, 29 Mar 2011 12:40:23 +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 CB3A28FC0C for ; Tue, 29 Mar 2011 12:40:22 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q4YDd-0005Z9-Rq for freebsd-current@freebsd.org; Tue, 29 Mar 2011 14:40:21 +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 ; Tue, 29 Mar 2011 14:40:21 +0200 Received: from saper by l.saper.info with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Mar 2011 14:40:21 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Marcin Cieslak Date: Tue, 29 Mar 2011 12:40:09 +0000 (UTC) Organization: http://saper.info Lines: 35 Message-ID: References: <451C39DA-76B9-4767-9FFC-24F2A182E301@dons.net.au> <0C27BDBF-1F22-4DFD-A1A5-48D0BD1618BC@gsoft.com.au> <71147117-D87B-4F36-9838-238E144BB51F@gsoft.com.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) X-Mailman-Approved-At: Tue, 29 Mar 2011 13:01:50 +0000 Subject: Re: ipv6 / rtadv 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: Tue, 29 Mar 2011 12:40:23 -0000 >> Daniel O'Connor wrote: > > On 29/03/2011, at 8:29, Daniel O'Connor wrote: >> On 29/03/2011, at 1:37, Sergey Kandaurov wrote: >>> 1) ipv6_enable is obsolete in HEAD, see UPDATING. >> >> Ahh UPDATING, of course, thanks :) >> >>> 2) Normally hosts ignore rtadv packets if ipv6_gateway_enable is also >>> set (as per rfc4861). >>> All you need is something like ifconfig_em0_ipv6="inet6 accept_rtadv" >> >> Great, it works! > > I spoke a little too soon, I could not connect to a remote host until I did some pings, eg.. > maarsy-acq:~>telnet -NK6 ipv6.google.com 80 > Trying 2404:6800:8004::68... > ^C > maarsy-acq:~>ping6 metatron > PING6(56=40+8+8 bytes) 2001:44b8:7c07:5581:225:90ff:fe32:91e --> 2001:44b8:7c07:5581:204:61ff:fe79:276f > 16 bytes from 2001:44b8:7c07:5581:204:61ff:fe79:276f, icmp_seq=0 hlim=64 time=0.507 ms > 16 bytes from 2001:44b8:7c07:5581:204:61ff:fe79:276f, icmp_seq=1 hlim=64 time=0.247 ms > ^C > --- metatron.gsoft.com.au ping6 statistics --- > 2 packets transmitted, 2 packets received, 0.0% packet loss > round-trip min/avg/max/std-dev = 0.247/0.377/0.507/0.130 ms Are you having this problem when talking to other v6 in the same LAN? How does your "netstat -rnf inet6" look like? Can you reach metatron.gsoft.com.au from your gateway? //Marcin