Date: Tue, 23 Dec 2003 15:26:30 -0500 From: Bill Moran <wmoran@potentialtech.com> To: Leo Bicknell <bicknell@ufp.org> Cc: freebsd-current@freebsd.org Subject: Re: 127.0.0.1 missing from lo0? Message-ID: <3FE8A4F6.1000300@potentialtech.com> In-Reply-To: <20031223201948.GB33497@ussenterprise.ufp.org> References: <20031223201948.GB33497@ussenterprise.ufp.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Leo Bicknell wrote: > I just noticed that my -current machine (early December) doesn't > have 127.0.0.1 configured on lo0. This breaks some things I didn't > even know were broken until today. I just verified my test box, > even when rebooted, comes back without 127.0.0.1 on lo0. Anyone else > seen the problem, or do I need to pull my config apart bit-by-bit to > find the reason? There have been some points along the development path where an improper network_interfaces line in /etc/rc.conf would cause lo0 not to be configured (at least that I noticed). I haven't checked this in a while, so I don't know if current versions of rc.network have the problem or not, but at one time: network_interfaces="lo0 fxp0" worked, while network_interfaces="fxp0" would not configure lo0. Don't know if this is your problem or not, but it's something to look at. -- Bill Moran Potential Technologies http://www.potentialtech.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FE8A4F6.1000300>