From owner-freebsd-net@FreeBSD.ORG Thu Feb 3 11:16:11 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 426E21065675 for ; Thu, 3 Feb 2011 11:16:11 +0000 (UTC) (envelope-from plaine@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0C9C18FC0A for ; Thu, 3 Feb 2011 11:16:10 +0000 (UTC) Received: by iyb26 with SMTP id 26so948339iyb.13 for ; Thu, 03 Feb 2011 03:16:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=KDGuQwx4sVSLAOZf+NedPcBPLoQwGCpHpQE50EclUIo=; b=unJLVqm0Q7x9pB76Xt6FINCOqa3IZfNH2xqxDvi1zWhdLk8u2HttfCDaswxKNgXJ1r AX+kP/OuBBkYrBBKms4M/DiBq58mFUMhj7yR1R60f/mgwWuSdlp+ZwO049vDAxXUUc6A 1bt6Rox+PBpeXzq4SG/v7XbVXwHF2yKheNsD8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Nj4fH/sVLhyL07Q4Rbr9j8fOp0iscMtzAvQ27sF+jsMLQfKQYDe09NXVtj6QZgYRwl x+HkTBi0k2eQi1OAG+4cGBwe3bFw5NWE6o8Fbb0aWpSogQwlQACLuPSvQuipO5vWn5MT PUhU3PcWcXcO4n2oF8+JvlqjoEr31msnGGL10= MIME-Version: 1.0 Received: by 10.42.178.135 with SMTP id bm7mr12616097icb.101.1296730370304; Thu, 03 Feb 2011 02:52:50 -0800 (PST) Received: by 10.42.241.9 with HTTP; Thu, 3 Feb 2011 02:52:50 -0800 (PST) Date: Thu, 3 Feb 2011 12:52:50 +0200 Message-ID: From: pepe To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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:16:11 -0000 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? -- pepe