From owner-freebsd-questions@FreeBSD.ORG Sun Nov 21 15:05:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74DBA16A4CE for ; Sun, 21 Nov 2004 15:05:50 +0000 (GMT) Received: from smtp.syd.swiftdsl.com.au (smtp.syd.swiftdsl.com.au [218.214.224.138]) by mx1.FreeBSD.org (Postfix) with SMTP id 79E8343D1F for ; Sun, 21 Nov 2004 15:05:49 +0000 (GMT) (envelope-from mail@ozzmosis.com) Received: (qmail 14196 invoked from network); 21 Nov 2004 15:06:09 -0000 Received: from unknown (HELO blizzard.dnsalias.org) (218.214.144.129) by smtp.syd.swiftdsl.com.au with SMTP; 21 Nov 2004 15:06:09 -0000 Received: from blizzard.dnsalias.org (ozzmosis@localhost [127.0.0.1]) iALF5kvp088082; Mon, 22 Nov 2004 02:05:46 +1100 (EST) (envelope-from mail@ozzmosis.com) Received: (from ozzmosis@localhost) by blizzard.dnsalias.org (8.12.11/8.12.11/Submit) id iALF5kqw088081; Mon, 22 Nov 2004 02:05:46 +1100 (EST) (envelope-from mail@ozzmosis.com) X-Authentication-Warning: blizzard.dnsalias.org: ozzmosis set sender to mail@ozzmosis.com using -f Date: Mon, 22 Nov 2004 02:05:46 +1100 From: andrew clarke To: David Jenkins , Panagiotis Christias , Danny Browne , andrew clarke , freebsd-questions@freebsd.org Message-ID: <20041121150546.GA88028@ozzmosis.com> References: <20041120165059.DF29543D64@mx1.FreeBSD.org> <20041120165923.GA73153@ozzmosis.com> <9395922d041121030126fc204e@mail.gmail.com> <20041121145839.GA22939@gargantuan.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041121145839.GA22939@gargantuan.com> User-Agent: Mutt/1.5.6i Subject: Re: turning off IPv6 support in BSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Nov 2004 15:05:50 -0000 On Sun, Nov 21, 2004 at 09:58:39AM -0500, Michael W. Oliver wrote: > To get rid of IPv6 completely (why would you want this? :) ), you should > definitely rebuild your kernel without INET6. I suppose it would be a good idea to remove IPv6 support from hosts on IPv4-only intranets because it's then one less thing to worry about from a security point of view. Plus, of course, marginally less overhead in the kernel. Regards Andrew