From owner-freebsd-net Thu Aug 23 7:32:44 2001 Delivered-To: freebsd-net@freebsd.org Received: from coconut.itojun.org (coconut.itojun.org [210.160.95.97]) by hub.freebsd.org (Postfix) with ESMTP id 73E0037B40C for ; Thu, 23 Aug 2001 07:32:41 -0700 (PDT) (envelope-from itojun@itojun.org) Received: from itojun.org (localhost [127.0.0.1]) by coconut.itojun.org (Postfix) with ESMTP id 710CA4B20; Thu, 23 Aug 2001 23:32:39 +0900 (JST) To: Anastasia Leventi-Peetz Cc: net@FreeBSD.ORG In-reply-to: leventi's message of Thu, 23 Aug 2001 15:41:09 +0200. <200108231341.f7NDf9A02077@melle.fkie.fgan.de> X-Template-Reply-To: itojun@itojun.org X-Template-Return-Receipt-To: itojun@itojun.org X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 From: itojun@iijlab.net Date: Thu, 23 Aug 2001 23:32:39 +0900 Message-ID: <24028.998577159@itojun.org> Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > I hope this time (the second attempt) somebody can help me, because I know >other users have the solution. >What do I need to do with my kernel or configuration files or whatsoever >in order to be able to see a Link Address > >fe80::8007:544%gif0 link#... > >8007:544 is derived from the IPv4 address 128.7.5.68. > >It belongs to the so named IPv6 compatible addresses important for tunnels. - it is not an IPv4 compatible address, as mentioned in RFC2373. (it is like ::8007:544, or ::128.7.5.68) - freebsd (KAME) does not support automatic tunnels as mentioned in RFC1933 (which uses IPv4 compatible address). to configure tunnel endpoint for configured IPv6-over-IPv4 tunnels, use gifconfig(8). itojun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message