Date: Sun, 21 Nov 2004 03:59:23 +1100 From: andrew clarke <mail@ozzmosis.com> To: Danny Browne <danny_browne@eircom.net> Cc: freebsd-questions@freebsd.org Subject: Re: turning off IPv6 support in BSD Message-ID: <20041120165923.GA73153@ozzmosis.com> In-Reply-To: <20041120165059.DF29543D64@mx1.FreeBSD.org> References: <20041120165059.DF29543D64@mx1.FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041120165923.GA73153>