From owner-freebsd-questions@FreeBSD.ORG Sat Nov 20 16:59:27 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 6CE4B16A4CE for ; Sat, 20 Nov 2004 16:59:27 +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 7375F43D39 for ; Sat, 20 Nov 2004 16:59:26 +0000 (GMT) (envelope-from mail@ozzmosis.com) Received: (qmail 29828 invoked from network); 20 Nov 2004 16:59:47 -0000 Received: from unknown (HELO blizzard.dnsalias.org) (218.214.144.129) by smtp.syd.swiftdsl.com.au with SMTP; 20 Nov 2004 16:59:47 -0000 Received: from blizzard.dnsalias.org (ozzmosis@localhost [127.0.0.1]) iAKGxNbc079372; Sun, 21 Nov 2004 03:59:23 +1100 (EST) (envelope-from mail@ozzmosis.com) Received: (from ozzmosis@localhost) by blizzard.dnsalias.org (8.12.11/8.12.11/Submit) id iAKGxNrO079371; Sun, 21 Nov 2004 03:59:23 +1100 (EST) (envelope-from mail@ozzmosis.com) X-Authentication-Warning: blizzard.dnsalias.org: ozzmosis set sender to mail@ozzmosis.com using -f Date: Sun, 21 Nov 2004 03:59:23 +1100 From: andrew clarke To: Danny Browne Message-ID: <20041120165923.GA73153@ozzmosis.com> References: <20041120165059.DF29543D64@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041120165059.DF29543D64@mx1.FreeBSD.org> User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org 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: Sat, 20 Nov 2004 16:59:27 -0000 On Sat, Nov 20, 2004 at 04:50:58PM +0000, Danny Browne wrote: > How do i turn off IPv6 support in FreeBSD 4.10? Remove "options INET6" from your kernel config file (/sys/i386/conf/XXX), rebuild your kernel and reboot your machine. There may be a way to turn it off at runtime using sysctl, but I don't know what it is, and in hindsight it probably wouldn't make much sense to do that at runtime, although I'm willing to be convinced otherwise. :) Regards Andrew