From owner-freebsd-net@FreeBSD.ORG Thu Nov 1 00:31:42 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6810716A418 for ; Thu, 1 Nov 2007 00:31:42 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by mx1.freebsd.org (Postfix) with ESMTP id EF5F213C480 for ; Thu, 1 Nov 2007 00:31:41 +0000 (UTC) (envelope-from max@love2party.net) Received: from amd64.laiers.local (dslb-088-066-005-181.pools.arcor-ip.net [88.66.5.181]) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis) id 0ML21M-1InKzv3nMc-0001vb; Wed, 31 Oct 2007 22:21:17 +0100 From: Max Laier Organization: FreeBSD To: freebsd-net@freebsd.org Date: Wed, 31 Oct 2007 22:21:00 +0100 User-Agent: KMail/1.9.7 References: <20071031152942.N1222@chrishome.localnet> <1193849325.14557.31.camel@viola.izb.knu.ac.kr> <20071031181637.X2005@chrishome.localnet> In-Reply-To: <20071031181637.X2005@chrishome.localnet> X-Face: ,,8R(x[kmU]tKN@>gtH1yQE4aslGdu+2]; R]*pL,U>^H?)gW@49@wdJ`H<=?utf-8?q?=25=7D*=5FBD=0A=09U=5For=3D=5CmOZf764=26nYj=3DJYbR1PW0ud?=>|!~,,CPC.1-D$FG@0h3#'5"k{V]a~.<=?utf-8?q?mZ=7D44=23Se=7Em=0A=09Fe=7E=5C=5DX5B=5D=5Fxj?=(ykz9QKMw_l0C2AQ]}Ym8)fU MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1232430.d0okRz6q1f"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200710312221.09754.max@love2party.net> X-Provags-ID: V01U2FsdGVkX19FUdkp3ZBgWZ7mqs7Il3qX2XG3P0bew1Ehpq2 o8fEtMKVyktpoFOTD4viUIGipzvDylrp4wX9MLDwP05cISbdb7 7/qhlTXjl7+7M6/IOc1K/byXixyCzEwqY8oB6M8wz0= Cc: Christopher Arnold , Byung-Hee HWANG Subject: Re: Correct way to enable ipv6 and sixxs-aiccu? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2007 00:31:42 -0000 --nextPart1232430.d0okRz6q1f Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 31 October 2007, Christopher Arnold wrote: > On Thu, 1 Nov 2007, Byung-Hee HWANG wrote: > > On Wed, 2007-10-31 at 15:49 +0100, Christopher Arnold wrote: > >> While brushing up my ipv6 knowledge i ran into an issue with > >> sixxs-aiccu and configuring ipv6 in rc.conf: > >> > >> I have manually configured my gateway to route ipv6 to my internal > >> network, and this works without problems. > >> But as soon as i have ipv6_gateway_enable=3D"YES" in /etc/rc.conf > >> rtadvd doesn't set an ipv6 address on my vr0 interface. (Btw. the > >> only interface i have on the machine.) > > > > Well, we don't know how to you configure your IPv6 router in manual. > > So you'd better show us the information like your manual scripts if > > you want to give more correct advices ;; > > Ok to be totally clear: > # more /etc/rtadvd.conf > vr0:\ > > :addr=3D"2001:16d8:ff50::":prefixlen#64: > > Dosn't Work: > /etc/rc.conf: ipv6_gateway_enable=3D"YES" > After boot i execute "rtadvd vr0" as root. > > Works: > /etc/rc.conf: ipv6_gateway_enable=3D"NO" > /etc/syscontrol: net.inet6.ip6.forwarding=3D1 > > After boot i execute "rtadvd vr0" as root. > > The difference i belive is the setting of net.inet6.ip6.accept_rtadv=3D0 > in /etc/rc.d/network_ipv6 . So you are trying to get a rtadv from yourself? I don't think we support=20 that out of the box. What I do is (adapted to your network): ipv6_ifconfig_vr0=3D"2001:16d8:ff50:0001:: prefixlen 64" rtadvd_enable=3D"YES" rtadvd_interfaces=3D"vr0" without a rtadvd.conf. In addition I have ipv6_defaultrouter set to my=20 PoPs tunnel endpoint. That's what works for me. I'm not sure what the benefit of an=20 autoconfigured address on vr0 would be. I find it easier to refer to my=20 local router as ::/128. =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --nextPart1232430.d0okRz6q1f Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBHKPHFXyyEoT62BG0RArPfAJ9WH9Q+wnAW4gHfboad5Rkv723x0gCfbE4q XBQjRqk5H7GSXbICMMwzkUY= =8dvF -----END PGP SIGNATURE----- --nextPart1232430.d0okRz6q1f--