Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Apr 2002 01:03:15 +0900
From:      JINMEI Tatuya / =?ISO-2022-JP?B?GyRCP0BMQEMjOkgbKEI=?= <jinmei@isl.rdc.toshiba.co.jp>
To:        "Merlin" <robert@quantum-radio.net.au>
Cc:        "freebsd-net" <freebsd-net@FreeBSD.ORG>
Subject:   Re: to JINMEI, Tatuya. Rephrased last question
Message-ID:  <y7velhup1z0.wl@ocean.jinmei.org>
In-Reply-To: <021301c1dc79$7d236630$1a6001cb@chalmers.com.au>
References:  <01fe01c1dc6d$55248fd0$1a6001cb@chalmers.com.au> <y7vhemqpoxx.wl@ocean.jinmei.org> <021301c1dc79$7d236630$1a6001cb@chalmers.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> On Fri, 5 Apr 2002 18:11:28 +1000, 
>>>>> "Merlin" <robert@quantum-radio.net.au> said:

>> > Which one of these IPv6 addresses is it's equivelant.
>> > 2002:cb01:6005::1                 link#4                        UHL         lo0
>> > 2002:cb01:6005:1::1               link#4                        UHL         lo0
>> 
>> That depends on your local configuration.  Please show us the result
>> of
>> % ifconfig -a
>> and the contents of /etc/rc.conf (if you don't mind).

> My pleasure. I'd like to get this working if I can. (properly)

> ifconfig -a:
> $ ifconfig -a

> stf0: flags=1<UP> mtu 1280
>         inet6 2002:cb01:6005:1::1 prefixlen 16 
>         inet6 2002:cb01:6005::1 prefixlen 16 

Then, both of the 2002 addresses are "equivalent".  Actually,

> ifconfig_stf0="inet6 2002:cb01:6005:0001::1 prefixlen 16 alias"

you should be able to omit this.  Then you'll only see
2002:cb01:6005::1

or, if you prefer 2002:cb01:6005:1::1, add the following line to
/etc/rc.conf: 
stf_interface_ipv6_slaid="0001"
as well as removing the line "ifconfig_stf0...".

					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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?y7velhup1z0.wl>