From owner-freebsd-stable Thu Nov 23 9:33:10 2000 Delivered-To: freebsd-stable@freebsd.org Received: from pro.fais.net (unknown [208.249.141.254]) by hub.freebsd.org (Postfix) with ESMTP id 182F537B4CF for ; Thu, 23 Nov 2000 09:33:06 -0800 (PST) Received: from drnet.fais.net (drnet.fais.net [208.249.141.31]) by pro.fais.net (8.9.3/8.9.3/Debian/GNU) with ESMTP id MAA17177; Thu, 23 Nov 2000 12:19:29 -0600 Received: from wks01 (wks01.drnet.fais.net [10.64.80.10]) by drnet.fais.net (8.11.0/8.11.0) with SMTP id eANBR3704599; Thu, 23 Nov 2000 11:27:19 GMT (envelope-from jwpauler@jwpages.com) Message-ID: <005501c05572$a0a56340$0a50400a@drnet.fais.net> From: "Justin W. Pauler" To: "Nevermind" Cc: , References: <3A1D3DA5.DC30647A@webcraft99.com> <20001123175716.A13407@nevermind.kiev.ua> Subject: Re: Networking Errors Date: Thu, 23 Nov 2000 11:26:43 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just upgraded my system to 4.1.1-RELEASE and had a problem with lo0 too. Try the following first and see if it fixes your problem: ifconfig lo0 inet 127.0.0.1 netmask 255.0.0.0 If it does, make sure that you put it in your rc.conf as: ifconfig_lo0="inet 127.0.0.1 netmask 255.0.0.0" After I rebuilt my rc.conf it seems I had left them out and it caused some pretty drastic results. My ping times for localhost went up into the hundres of miliseconds and named locally refused to respond as well as other programs local to the machine went wacky. -jwp Justin W. Pauler (drnet) E-Mail: jwpauler@jwpages.com ICQ: 95989631 IRC: Undernet IRC Network ----- Original Message ----- From: "Nevermind" To: "Feisal Umar" Cc: Sent: Thursday, November 23, 2000 9:57 AM Subject: Re: Networking Errors > Hello, Feisal Umar! > > On Thu, Nov 23, 2000 at 11:54:13PM +0800, you wrote: > > > I've upgraded my host from 4.1.1 to 4.2 yesterday. > > I've went through the obligatory > > make buildworld > > make buildkernel KERNEL=XXXX > > make installkernel KERNEL=XXXX > > [reboot] > > make installworld > > mergemaster -a -d > > > > Everything seems to work fine; am able to "fetchmail" my emails, etc. > > However, the host is running SQUID2.3, and there was an error. From the > > logs, the error seems to "no able to connect to 127.0.0.1:8080" > > > > Further checks, like "ping 127.0.0.1" or "ping localhost", resulted in > > "no route to host". ifconfig -a registers the existence of "lo" though. > > > > I am stumped. All the other interfaces seems to be working OK (tun0 and > > ed0). Why am I having problem with the localhost interface? > Maybe there is a problem with your routing table? > Give, please an output of netstat -rn > > > Since then, I've tried to re-make world, and replaced the relevant rc.* > > files, but the problem persists. > > > > Thanks in advance > > -- > Alexandr P. Kovalenko http://nevermind.kiev.ua/ > NEVE-RIPE > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message