From owner-freebsd-net@FreeBSD.ORG Thu Feb 3 12:34:28 2011 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 E0EC2106566B for ; Thu, 3 Feb 2011 12:34:28 +0000 (UTC) (envelope-from plaine@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 713428FC12 for ; Thu, 3 Feb 2011 12:34:28 +0000 (UTC) Received: by wwf26 with SMTP id 26so1064227wwf.31 for ; Thu, 03 Feb 2011 04:34:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=YinSCil0FVFnVspfmg+Sn9sMBNYoN6rZHG7tE4xwrlM=; b=Q/hXFYdaTRKkusHPlIGOyFR/DN9j6eMAtxpHP/bWQJkZl8SoD+IUKtdSMorPLFfq9b 71sWhBr6P8iA8IVpltAfAUrvRhFNQDsrTt0rDm09qRrUMbyGGEf0qh8Zgo3Or13A6iIu z8LHqyQede+5EvJtDyAmAviQLXoBumLqbiGT0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=e43tei9M1jE9ZyqfZr3MzbCt1qPm44m1hbXZ+yj1DwWg9jS/IhjOf0G8hdzEuecOTY bu/kEmzx2omtrTqhHo97NfpGXBmgK5D3K8bPFMZauydtTgqQg6jRnqp/m0miS18Agv9m Ji0bK4n6HjY/qDbiZ3bln9y9FFNmZv2AO14g0= Received: by 10.227.136.81 with SMTP id q17mr10695956wbt.129.1296736467327; Thu, 03 Feb 2011 04:34:27 -0800 (PST) Received: from [192.168.0.30] (78-27-68-136.bb.dnainternet.fi [78.27.68.136]) by mx.google.com with ESMTPS id x1sm83551wbh.20.2011.02.03.04.34.24 (version=SSLv3 cipher=RC4-MD5); Thu, 03 Feb 2011 04:34:25 -0800 (PST) Message-ID: <4D4AA0D0.8020703@gmail.com> Date: Thu, 03 Feb 2011 14:34:24 +0200 From: pepe User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-net@freebsd.org References: <20110203112145.W80258@maildrop.int.zabbadoz.net> <4D4A945D.8@gmail.com> <20110203121008.D80258@maildrop.int.zabbadoz.net> In-Reply-To: <20110203121008.D80258@maildrop.int.zabbadoz.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ipv6 problem 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, 03 Feb 2011 12:34:29 -0000 On 3.2.2011 14:13, Bjoern A. Zeeb wrote: > On Thu, 3 Feb 2011, pepe wrote: > >> On 3.2.2011 13:23, Bjoern A. Zeeb wrote: >>> On Thu, 3 Feb 2011, pepe wrote: >>> >>>> I have 2001:14b8:10:402::/64 ipv6 from my isp and I cant get it >>>> working. >>>> Ifconfig should be ok: >>>> backup# ifconfig rl0 inet6 >>>> >>>> rl0: flags=8843 metric 0 mtu >>>> 1500 >>>> options=8 >>>> inet6 2001:14b8:10:402:2::1 prefixlen 64 >>>> >>>> default gateway is set to 2001:14b8:10:402::1. When I try to >>>> traceroute irc >>>> server for example >>>> I get this: >>>> >>>> traceroute6: Warning: irc.cc.tut.fi has multiple addresses; using >>>> 2001:708:310:4952:4320:5365:7276:6572 >>>> traceroute6 to irc.cc.tut.fi (2001:708:310:4952:4320:5365:7276:6572) >>>> from >>>> 2001:14b8:10:402:2::1, 64 hops max, 12 byte packets >>>> 1 2001:14b8:10:402:2::1 2026.908 ms !A 2999.587 ms !A 3000.423 ms !A >>>> >>>> So. Could this be problem in my configs or is this because of something >>>> wrong at the isp side? >>> >>> Not sure as you didn't show us your rc.conf configs and didn't give a >>> release. >>> >>> Try what happens if you do .. manually (rc.conf would do it for you >>> normally) -- if you are on FreeBSD 8.x: >>> >>> ifconfig rl0 -ifdisabled >>> >> >> IPv6 configs in rc.conf: >> >> ipv6_enable="YES" >> ipv6_defaultrouter="2001:14b8:0010:0402::1" >> ipv6_network_interfaces="rl0" >> ifconfig_rl0_alias52="inet6 2001:14b8:0010:0402:2::1 prefixlen 64" > > That might work; try > > ipv6_ifconfig_rl0="2001:14b8:0010:0402:2::1 prefixlen 64" > > instead. > > Another thing you can do is: > > ping6 ff02::1%rl0 > > All hosts on the segment should reply with their link local address. > > /bz > I changed rc.conf to what you suggest, but it didn't help. I seems to be same with either one of those lines. output of that ping: backup% ping6 ff02::1%rl0 PING6(56=40+8+8 bytes) fe80::208:54ff:fe36:f25b%rl0 --> ff02::1%rl0 16 bytes from fe80::208:54ff:fe36:f25b%rl0, icmp_seq=0 hlim=64 time=0.141 ms 16 bytes from fe80::240:f4ff:fe76:d441%rl0, icmp_seq=0 hlim=64 time=0.294 ms(DUP!) 16 bytes from fe80::208:54ff:fe36:f25b%rl0, icmp_seq=1 hlim=64 time=0.054 ms 16 bytes from fe80::240:f4ff:fe76:d441%rl0, icmp_seq=1 hlim=64 time=0.179 ms(DUP!) 16 bytes from fe80::208:54ff:fe36:f25b%rl0, icmp_seq=2 hlim=64 time=0.053 ms 16 bytes from fe80::240:f4ff:fe76:d441%rl0, icmp_seq=2 hlim=64 time=0.169 ms(DUP!) 16 bytes from fe80::208:54ff:fe36:f25b%rl0, icmp_seq=3 hlim=64 time=0.041 ms 16 bytes from fe80::240:f4ff:fe76:d441%rl0, icmp_seq=3 hlim=64 time=0.158 ms(DUP!) ^C --- ff02::1%rl0 ping6 statistics --- 4 packets transmitted, 4 packets received, +4 duplicates, 0.0% packet loss round-trip min/avg/max/std-dev = 0.041/0.136/0.294/0.080 ms