From owner-freebsd-net@FreeBSD.ORG Thu Feb 3 11:53:15 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 D787F106566B for ; Thu, 3 Feb 2011 11:53:15 +0000 (UTC) (envelope-from plaine@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 68EB08FC29 for ; Thu, 3 Feb 2011 11:53:15 +0000 (UTC) Received: by wyf19 with SMTP id 19so1049406wyf.13 for ; Thu, 03 Feb 2011 03:53:14 -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=SOp555JhxrDLl+kAcMvvRxIM8KqQ6YTFsWnliXpRYmc=; b=CA0/jVvGwixnRgKOe3J6wcOU4O3wsnJ5o0+17Dmb9dZ0JuEwR4xAFGjWpDIAlh8b7u 4SGwqgkqTQ4on7v0GJQKpiYQq1+OoDdNh1ldG/xJf+m9rhX8XCgNs1BXgpVHVTUTod/o MfhKDPFFoT5CU+YY+82UW6p0mkhmNXuAoZY+Q= 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=qGyp8x+e8UdqbBJ6b2thg3V68sNPEQPsI+gEOHg/1NrH4eOWHers3cMWBlAS9D6Xi/ hLVXxmSAXpkjbY9zS3QLWQjgvd2h7K0eq2FEtClhpRc1ZFDhJcDB7xrV6VAL3/MsaM6I qltdOkLCgs35xTOM9LDGaqI4HVawlQTIGL1Jc= Received: by 10.227.142.68 with SMTP id p4mr10622425wbu.140.1296733992908; Thu, 03 Feb 2011 03:53:12 -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 x1sm57147wbh.14.2011.02.03.03.53.11 (version=SSLv3 cipher=RC4-MD5); Thu, 03 Feb 2011 03:53:12 -0800 (PST) Message-ID: <4D4A9728.20103@gmail.com> Date: Thu, 03 Feb 2011 13:53:12 +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> In-Reply-To: <20110203112145.W80258@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 11:53:15 -0000 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 > Now I added ipv6 config to another server on same network. It's 8.1-RELEASE amd64. Exactly same problem, but ping6 between these server works fine: backup% ping6 2001:14b8:10:402:1::1 PING6(56=40+8+8 bytes) 2001:14b8:10:402:2::1 --> 2001:14b8:10:402:1::1 16 bytes from 2001:14b8:10:402:1::1, icmp_seq=0 hlim=64 time=0.356 ms 16 bytes from 2001:14b8:10:402:1::1, icmp_seq=1 hlim=64 time=0.163 ms traceroute6 doesn't: backup% traceroute6 2001:14b8:10:402:1::1 traceroute6 to 2001:14b8:10:402:1::1 (2001:14b8:10:402:1::1) from 2001:14b8:10:402:2::1, 64 hops max, 12 byte packets 1 * * *