From owner-freebsd-net@FreeBSD.ORG Wed Oct 31 16:49:30 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 A592D16A418 for ; Wed, 31 Oct 2007 16:49:30 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: from izb.knu.ac.kr (izb.knu.ac.kr [155.230.157.93]) by mx1.freebsd.org (Postfix) with ESMTP id 5C19B13C4A6 for ; Wed, 31 Oct 2007 16:49:30 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: by draba.izb.knu.ac.kr (Postfix, from userid 59) id 22A563EA7; Thu, 1 Nov 2007 01:48:52 +0900 (KST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on draba.izb.knu.ac.kr X-Spam-Level: X-Spam-Status: No, score=-16.5 required=15.1 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VERIFIED autolearn=disabled version=3.2.3 X-Spam-Comment: DKIM? See http://www.google.com/search?btnI&q=RFC+4871 Received: from izb.knu.ac.kr (localhost.izb.knu.ac.kr [127.0.0.1]) by draba.izb.knu.ac.kr (Postfix) with ESMTP id C0D2C3EA6; Thu, 1 Nov 2007 01:48:50 +0900 (KST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=izb.knu.ac.kr; h=subject: from:reply-to:to:cc:in-reply-to:references:content-type:date: message-id:mime-version:content-transfer-encoding; q=dns/txt; s= s1024; bh=C5zdCF3efU9LNDd75vKcZYmwVdQ=; b=GHn0t22fppC/FeoLrJBvBG AyRLaaAcOukvfOEp+SwPBnFcrPObjoUQ9VPfK+3t/qQq/oeLE5X8bJ2532M+aOYC aH7CYRFfr9y5OCMHZ9nJFOHQmfABI8Nw31AHYyyfDTDiSe+j3Zj9jt2wdqoy4LC0 C2brCtzILCaE4J85Ro1g8= Received: from viola.izb.knu.ac.kr (viola.izb.knu.ac.kr [IPv6:2002:9be6:9d5d:3::3]) by draba.izb.knu.ac.kr (Postfix) with ESMTP id AB3523EA4; Thu, 1 Nov 2007 01:48:50 +0900 (KST) Received: from [IPv6:2002:9be6:9d5d:3::3] (viola.izb.knu.ac.kr [IPv6:2002:9be6:9d5d:3::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Authenticated sender: bh.rfc4871@viola.izb.knu.ac.kr) by viola.izb.knu.ac.kr (Postfix) with ESMTP id 7A1315E13; Thu, 1 Nov 2007 01:48:51 +0900 (KST) From: Byung-Hee HWANG To: Christopher Arnold In-Reply-To: <20071031152942.N1222@chrishome.localnet> References: <20071031152942.N1222@chrishome.localnet> Content-Type: text/plain Organization: InZealBomb Date: Thu, 01 Nov 2007 01:48:45 +0900 Message-Id: <1193849325.14557.31.camel@viola.izb.knu.ac.kr> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: Correct way to enable ipv6 and sixxs-aiccu? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bh@izb.knu.ac.kr List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2007 16:49:30 -0000 Hi, i am from the last Stone Age. On Wed, 2007-10-31 at 15:49 +0100, Christopher Arnold wrote: > Hi all! > > 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="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 ;; > After digging around a bit i noticed that /etc/rc.d/network_ipv6 sets > net.inet6.ip6.accept_rtadv=0 and if i manually set > net.inet6.ip6.accept_rtadv=1 and then restart rtadvd things work and i get > an address on my interface. Actually i can understand the your crazy struggling. > Since i guess dissabling accept_rtadv is done for a reason i wonder what > is the correct way to setup ipv6 in /etc/rc.conf is? Do you have native IPv6 addresses? If you do, i am proud of you. Anyway you need to have a look IPv6 section of FreeBSD Handbook, rtadvd(8) and rtadvd.conf(5). It will give you help. And you need to study IPv6 stuff because it is not as easy as it seems, AFAIK. I mean you can solve your matters if you study more. Sincerely, -- "He's a responsible man in his own way." -- Michael Corleone, "Chapter 25", page 363