From owner-freebsd-questions Wed Jul 31 20:24:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6962A37B407 for ; Wed, 31 Jul 2002 20:24:30 -0700 (PDT) Received: from notus.primus.ca (mail.tor.primus.ca [216.254.136.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7019443A0 for ; Wed, 31 Jul 2002 20:13:07 -0700 (PDT) (envelope-from leth@primus.ca) Received: from dialin-130-233.hamilton.primus.ca ([209.90.130.233]) by notus.primus.ca with esmtp (Exim 3.33 #16) id 17a6Oe-0005vK-0A; Wed, 31 Jul 2002 23:13:04 -0400 Date: Wed, 31 Jul 2002 23:13:00 -0400 (EDT) From: Jason Hunt X-X-Sender: leth@lethargic.dyndns.org To: freebsd-questions@freebsd.org Cc: Kyle Butt Subject: Re: ping6 ::1, No Route to host In-Reply-To: <20020731201922.A1803@kylebutt.dorms.usu.edu> Message-ID: <20020731230514.W17601-100000@lethargic.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 31 Jul 2002, Kyle Butt wrote: > Here those are: > > > bash-2.04$ ping6 ::1%lo0 > ping6: No address associated with hostname > bash-2.04$ ping6 -Ilo0 ::1 > PING6(56=40+8+8 bytes) ::1 --> ::1 > ping6: sendmsg: No route to host > ping6: wrote ::1 16 chars, ret=-1 > Strange, here's some stuff from my machine: $ ping6 ::1 PING6(56=40+8+8 bytes) ::1 --> ::1 16 bytes from ::1, icmp_seq=0 hlim=64 time=0.229 ms $ ping6 ::1%lo0 ping6: No address associated with hostname $ ping6 fe80::250:daff:fe6d:3530 ping6: UDP connect: No route to host $ ping6 fe80::250:daff:fe6d:3530%xl0 PING6(56=40+8+8 bytes) fe80::210:4bff:fed3:badc%xl0 --> fe80::250:daff:fe6d:3530%xl0 16 bytes from fe80::250:daff:fe6d:3530%xl0, icmp_seq=0 hlim=64 time=0.567 ms $ ping6 -I xl0 fe80::250:daff:fe6d:3530 PING6(56=40+8+8 bytes) fe80::210:4bff:fed3:badc%xl0 --> fe80::250:daff:fe6d:3530 16 bytes from fe80::250:daff:fe6d:3530%xl0, icmp_seq=0 hlim=64 time=0.588 ms Basically, "::1" should have worked. I guess you only need to specify the interface when using local-link addresses. That may or may not apply to "global" addresses, but I'm not sure because I havn't had a chance to setup 6bone yet. Do you have IPFW enabled in your kernel? (options IPV6FIREWALL) However, I don't think so, because you would get a different error. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message