Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Nov 2002 01:54:18 +0900
From:      Hajimu UMEMOTO <ume@mahoroba.org>
To:        Maxime Henrion <mux@freebsd.org>
Cc:        net@FreeBSD.org
Subject:   Re: problems with stf(4) and ipv6_gateway_enable
Message-ID:  <ygevg3azlj9.wl%ume@mahoroba.org>
In-Reply-To: <20021106010040.GJ26605@elvis.mu.org>
References:  <20021106010040.GJ26605@elvis.mu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

>>>>> On Tue, 5 Nov 2002 17:00:40 -0800
>>>>> Maxime Henrion <mux@freebsd.org> said:

mux> 	ipv6_enable="YES"
mux> 	ipv6_defaultrouter="2002:c058:6301::"  # Use this for 6to4 (RFC 3068)
mux> 	ipv6_prefix_xl1="2002:5143:8351:"
mux> 	stf_interface_ipv4addr="81.67.131.81"

It seems you do configure your box as follows:

	 (6to4 router)
	      | 2002:c058:6301::
	      |
              |
	      | stf0
              | 2002:5143:8351:0::1
           (your box)
	      | xl1
	      | 2002:5143:8351:0:EUI-64
	      |
	------+------------------------------------
	                      2002:5143:8351:0::/64

You cannot share 2002:5143:8351:0::/64 between xl1 and stf0.  Please
don't use same SLA-ID for xl1 and stf0.  If you want to use 0 for stf0
(default of stf_interface_ipv6_slaid), please use non-zero SLA-ID for
xl1 like:

	ipv6_prefix_xl1="2002:5143:8351:1"

Or, if you want to use 0 for xl1, please set stf_interface_ipv6_slaid.

Sincerely,

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
ume@mahoroba.org  ume@bisd.hitachi.co.jp  ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/

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?ygevg3azlj9.wl%ume>