From owner-freebsd-questions Thu Aug 2 10:41: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-27-141-144.mmcable.com [24.27.141.144]) by hub.freebsd.org (Postfix) with SMTP id 9842C37B403 for ; Thu, 2 Aug 2001 10:41:01 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 1613 invoked by uid 100); 2 Aug 2001 17:41:00 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15209.37036.817241.608912@guru.mired.org> Date: Thu, 2 Aug 2001 12:41:00 -0500 To: Christoph Sold Cc: questions@freebsd.org, Subject: Re: Dual stack In-Reply-To: <40058784@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Christoph Sold types: > Srinivasa Rao wrote: > > Is freeBsd 4.0+ supports dual IPv6/v4 stacks, if so can any one give > > pointers to configure IPV4/V6 stacks in freeBsd source code, I mean how > > can I enable (disable) dual stacks. Is there any general documentation > > available on KAME kit integration into freeBsd source code. > FreeBSD 4.3-RELEASE supported both IPv4 and IPv6. Just edit the > respective options in your kernel configuration file and recompile. INET6 is on in GENERIC by default, but off in the system by default. If you're running the default kernel - GENERIC - you need add 'ipv6_enable="YES"' to /etc/rc.conf, and probably other things from /etc/defaults/rc.conf as well. Rebooting will cause those settings to take effect, but you ought to be able to get it to start by running the appropriate scripts from etc. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message