From owner-freebsd-net Fri Jun 22 0:46:49 2001 Delivered-To: freebsd-net@freebsd.org Received: from shuttle.wide.toshiba.co.jp (shuttle.wide.toshiba.co.jp [202.249.10.124]) by hub.freebsd.org (Postfix) with ESMTP id DFA9137B401 for ; Fri, 22 Jun 2001 00:46:41 -0700 (PDT) (envelope-from jinmei@isl.rdc.toshiba.co.jp) Received: from localhost ([3ffe:501:100f:10c1:200:39ff:fe7b:352b]) by shuttle.wide.toshiba.co.jp (8.9.1+3.1W/8.9.1) with ESMTP id QAA24826; Fri, 22 Jun 2001 16:47:24 +0900 (JST) Date: Fri, 22 Jun 2001 16:46:24 +0900 Message-ID: From: JINMEI Tatuya / =?ISO-2022-JP?B?GyRCP0BMQEMjOkgbKEI=?= To: David Delibasic Cc: Subject: Re: IPv6 In-Reply-To: <20010621224342.M21094-100000@spider.suxx.eu.org> References: <15703.993148166@itojun.org> <20010621224342.M21094-100000@spider.suxx.eu.org> User-Agent: Wanderlust/2.5.8 (Smooth) Emacs/21.0 Mule/5.0 (SAKAKI) Organization: Research & Development Center, Toshiba Corp., Kawasaki, Japan. MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII X-Dispatcher: imput version 980905(IM100) Lines: 45 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 >>>>> On Thu, 21 Jun 2001 22:48:04 +0200 (CEST), >>>>> David Delibasic said: >> ifconfig -a > ep0: flags=8843 mtu 1500 > inet 213.161.8.158 netmask 0xffffff00 broadcast 213.161.8.255 > inet6 fe80::2a0:24ff:fe8e:c462%ep0 prefixlen 64 scopeid 0x4 > ether 00:a0:24:8e:c4:62 > media: 10baseT/UTP > supported media: 10base2/BNC 10baseT/UTP 10base5/AUI > gif0: flags=8011 mtu 1280 > inet6 fe80::280:c8ff:fe33:5c5d%gif0 --> :: prefixlen 64 scopeid 0x5 > inet 192.168.254.5 --> 192.168.254.6 netmask 0xfffffffc > inet6 3ffe:1200:3028:8377:: --> 3ffe:1200:3028:8377::1 prefixlen 127 > gif2: flags=8011 mtu 1280 > inet6 fe80::280:c8ff:fe33:5c5d%gif2 --> :: prefixlen 64 scopeid 0x7 > inet6 3ffe:1200:3028:ff01::6ef --> 3ffe:1200:3028:ff01::6ee prefixlen 127 > Did i misconfigured anything ? We basically recommend users to configure a non-link-local address on a point-to-point interface in one of the following manners: 1. use a prefix length smaller than 128 without the destination address. 2. use a prefix length 128 with the destination address. You configured a global address with a prefix length smaller than 128 (i.e. 127), and specified the destination address of the tunnel link, the configuration which meets none of above. Thus, the kernel warns when sending packets. The easiest way to avoid the warnings would be to specify the prefix length 128. Since this problem has been asked so many times, the next release of FreeBSD will reject this type of configuration, and will force users to use one of the expected manners only. JINMEI, Tatuya Communication Platform Lab. Corporate R&D Center, Toshiba Corp. jinmei@isl.rdc.toshiba.co.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message