From owner-freebsd-current Tue Mar 7 5: 5:34 2000 Delivered-To: freebsd-current@freebsd.org Received: from fgwmail6.fujitsu.co.jp (fgwmail6.fujitsu.co.jp [192.51.44.36]) by hub.freebsd.org (Postfix) with ESMTP id 7061037BAAD for ; Tue, 7 Mar 2000 05:05:31 -0800 (PST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from m3.gw.fujitsu.co.jp by fgwmail6.fujitsu.co.jp (8.9.3/3.7W-MX0002-Fujitsu Gateway) id WAA11705; Tue, 7 Mar 2000 22:05:30 +0900 (JST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from chisato.nd.net.fujitsu.co.jp by m3.gw.fujitsu.co.jp (8.9.3/3.7W-0002-Fujitsu Domain Master) id WAA09500; Tue, 7 Mar 2000 22:05:29 +0900 (JST) Received: from localhost (dhcp7173.nd.net.fujitsu.co.jp [10.18.7.173]) by chisato.nd.net.fujitsu.co.jp (8.8.5+2.7Wbeta5/3.3W8chisato-970826) with ESMTP id WAA25780; Tue, 7 Mar 2000 22:05:28 +0900 (JST) To: jose@we.lc.ehu.es Cc: freebsd-current@FreeBSD.ORG Subject: Re: IPv6: can a link-site (or global) address be configured inrc.conf? In-Reply-To: <38C4F649.501C98CA@we.lc.ehu.es> References: <38C3C9A6.28E3A38@we.lc.ehu.es> <20000307102149S.shin@nd.net.fujitsu.co.jp> <38C4F649.501C98CA@we.lc.ehu.es> X-Mailer: Mew version 1.94 on Emacs 20.4 / Mule 4.0 (HANANOEN) X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000307220623I.shin@nd.net.fujitsu.co.jp> Date: Tue, 07 Mar 2000 22:06:23 +0900 From: Yoshinobu Inoue X-Dispatcher: imput version 990905(IM130) Lines: 32 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > (By the way, this is local addr here, and please not use > > exactly same prefix at another place. :-) > > Yes, I am using site-local addresses like "fec0::9ee3:6b4", where I > am coding the IPv4 address in the lower 32 bits, and I am using > a prefixlen=120. I think there have been not much experiences in using non 64 prefixlen for IPv6 on LAN, so there might be some problem hidden behind the usage, or maybe not. > Just wondering: is the "alias" necessary? I can add a site-local IPv6 > address to the same interface without the "alias" ifconfig keyword. Yes, alias is not necessary for IPv6. > If this > is valid, then something as > ifconfig_fxp0="inet 158.227.6.180 netmask 255.255.255.0 inet6 fec0::9ee3:6b4 prefixlen 120" > should be OK. But above config does not seems work here. I think ifconfig_ifname_aliasnum is just necessary for configuring multiple addrs for one interface purpose. Cheers, Yoshinobu Inoue To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message