From owner-freebsd-questions@FreeBSD.ORG Fri May 8 11:38:43 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6C60106566B for ; Fri, 8 May 2009 11:38:43 +0000 (UTC) (envelope-from seklecki@noc.cfi.pgh.pa.us) Received: from mx00.pub.collaborativefusion.com (drpmx.lab02.pitbpa0.pub.collaborativefusion.com [206.210.89.232]) by mx1.freebsd.org (Postfix) with ESMTP id 667B78FC12 for ; Fri, 8 May 2009 11:38:43 +0000 (UTC) (envelope-from seklecki@noc.cfi.pgh.pa.us) Received: from [192.168.2.161] (soundwave.ws.pitbpa0.priv.collaborativefusion.com [::ffff:192.168.2.161]) (AUTH: LOGIN seklecki, TLS: TLSv1/SSLv3,256bits,CAMELLIA256-SHA) by wingspan with esmtp; Fri, 08 May 2009 07:38:40 -0400 id 001BAC3C.000000004A0419C0.00011533 From: "Brian A. Seklecki" To: af300wsm@gmail.com In-Reply-To: <000e0cd47d9cda8db004693f3d0c@google.com> References: <000e0cd47d9cda8db004693f3d0c@google.com> Date: Fri, 08 May 2009 07:34:43 -0400 Message-Id: <1241782483.2053.8.camel@soundwave.ws.pitbpa0.priv.collaborativefusion.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Evolution 2.24.5 (2.24.5-1.fc10) Cc: "freebsd-questions@freebsd.org" Subject: Re: Configuring an IPv6 router to assign addresses 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: Fri, 08 May 2009 11:38:44 -0000 On Wed, 2009-05-06 at 14:30 +0000, af300wsm@gmail.com wrote: > Hi, > > I've found in the handbook how to start up a v6 router and some other > helpful links on this topic at the FreeBSD diary. However, I'm wondering, You want to the rtadvd(8) daemon. $ sudo grep -i rtadvd /etc/defaults/rc.conf rtadvd_enable="NO" # Set to YES to enable an IPv6 router rtadvd_interfaces="" # Interfaces rtadvd sends RA packets. To hand out DNS servers, you'll want DHCPv6, but most folks are okay with the DNS servers they're getting via IPv4 static/dhcp. I recommend purchasing ipvbook.ca. Great read. ~BAS > how do I configure the router to assign addresses to hosts. > > Thanks, > Andy