From owner-freebsd-questions@FreeBSD.ORG Thu Jan 18 18:01:39 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 673C716A47E for ; Thu, 18 Jan 2007 18:01:39 +0000 (UTC) (envelope-from joe@joeholden.co.uk) Received: from claire.ber.rewt.org.uk (claire.ber.rewt.org.uk [217.160.200.67]) by mx1.freebsd.org (Postfix) with ESMTP id 2543813C469 for ; Thu, 18 Jan 2007 18:01:39 +0000 (UTC) (envelope-from joe@joeholden.co.uk) Received: from localhost (localhost [127.0.0.1]) by claire.ber.rewt.org.uk (Postfix) with ESMTP id 108E5BBCF; Thu, 18 Jan 2007 18:01:38 +0000 (GMT) X-Virus-Scanned: amavisd-new at claire.ber.rewt.org.uk Received: from claire.ber.rewt.org.uk ([127.0.0.1]) by localhost (claire.ber.rewt.org.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jWpA0vlcfhON; Thu, 18 Jan 2007 18:01:31 +0000 (GMT) Received: from [195.28.169.199] (unknown [195.28.169.199]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by claire.ber.rewt.org.uk (Postfix) with ESMTP id E4004BBA6; Thu, 18 Jan 2007 18:01:30 +0000 (GMT) Message-ID: <45AFB5FA.7050707@joeholden.co.uk> Date: Thu, 18 Jan 2007 18:01:30 +0000 From: Joe Holden User-Agent: Thunderbird 2.0b1 (Windows/20061206) MIME-Version: 1.0 To: john kandirakis References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: Mobile IPv6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jan 2007 18:01:39 -0000 john kandirakis wrote: > I would like to ask you a few questions. I am trying to implement an > IPv6 testbed as a part of my thesis. Following the instructions for > the 4.9 release and using 6.2 I tried to recompile the Kernel but > there are not options for IPv6.Does mobile IPv6 supported by the > current release (6.2)? Do I have to use the snap from KAME project or > MIPv6 is already embedded in the release? If this is the case, I will > have only to manipulate rc.conf and rtadvd.conf. Is there any guide > how I will configure the MIPv6 in the 6.x release? Respectfully, > Ioannis Kandirakis > err, INET6 has been present since early 3.x (correct me if im wrong), infact its in the generic kernel, so it should just be a case of adding addresses to rc.conf and rtadvd.conf Ta, Joe