From owner-freebsd-questions@FreeBSD.ORG Mon Mar 22 10:46:38 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 5BDFA16A4CE for ; Mon, 22 Mar 2004 10:46:38 -0800 (PST) Received: from gabby.gsicomp.on.ca (CPE00062566c7bb-CM000039c69a66.cpe.net.cable.rogers.com [67.60.54.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9E4B43D39 for ; Mon, 22 Mar 2004 10:46:37 -0800 (PST) (envelope-from matt@gabby.gsicomp.on.ca) Received: from gabby.gsicomp.on.ca (matt@localhost.gsicomp.on.ca [127.0.0.1]) by gabby.gsicomp.on.ca (8.12.9p2/8.12.9) with ESMTP id i2MJ4dpU076601; Mon, 22 Mar 2004 14:04:39 -0500 (EST) (envelope-from matt@gabby.gsicomp.on.ca) Received: from localhost (matt@localhost)i2MJ4c2J076598; Mon, 22 Mar 2004 14:04:38 -0500 (EST) (envelope-from matt@gabby.gsicomp.on.ca) Date: Mon, 22 Mar 2004 14:04:38 -0500 (EST) From: Matthew Emmerton To: Chris Pepper In-Reply-To: Message-ID: <20040322140407.X76571@gabby.gsicomp.on.ca> References: <20040322114520.A95963@tfat.homelinux.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Teodor Iliescu cc: freebsd-questions@freebsd.org Subject: Re: Unexpected inet6 in FreeBSD 4.9-STABLE 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: Mon, 22 Mar 2004 18:46:38 -0000 On Mon, 22 Mar 2004, Chris Pepper wrote: > At 11:53 AM -0500 2004/03/22, Teodor Iliescu wrote: > >On Mon, 22 Mar 2004, Chris Pepper wrote: > > > >[...] > > > >> This is causing me some aggravation, as localhost connections > >> (such as "apachectl fullstatus") are from "[client ::1]" instead of > >> the old-fashioned 127.0.0.1. To my surprise, > >> > >> > >> doesn't talk about rc.conf at all, and I'm not sure where else this > >> would be set up. > >> > > > >Try commenting out (#) ::1 from /etc/hosts, which is loopback for IPv6. > > Teodor, > > Thanks for the suggestion. > > I commented out ::1 and rebooted. Unfortunately, ifconfig > still shows inet6 configured on xl0. > > FWIW, www, which does not show inet6, also has the ::1 entry > in /etc/hosts, so there's something else different. > > >If you want to get more experimental, you can go ahead and completely > >remove IPv6 support from your kernel, although I don't see this as > >necessary. > > Nah, I don't want to break IPv6, just turn it off. If you want to turn if off, remove it from your kernel. -- Matt Emmerton