From owner-freebsd-questions Tue Mar 23 1:57:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dns.ie-online.it (dns.ie-online.it [194.133.148.8]) by hub.freebsd.org (Postfix) with ESMTP id 0E97C14DE7 for ; Tue, 23 Mar 1999 01:57:13 -0800 (PST) (envelope-from sriva@alice.it) Received: from dns.ie-interna.it (host1.ie-online.it [194.133.148.10]) by dns.ie-online.it (8.8.8/8.8.8) with ESMTP id KAA03137; Tue, 23 Mar 1999 10:56:52 +0100 (CET) (envelope-from sriva@alice.it) Received: from stefano (stefano.ie-interna.it [192.168.0.33]) by dns.ie-interna.it (8.8.8/8.8.8) with SMTP id KAA09274; Tue, 23 Mar 1999 10:56:50 +0100 (CET) (envelope-from sriva@alice.it) Message-Id: <3.0.5.32.19990323105649.00a8b100@relay.alice.it> X-Sender: riva@relay.alice.it X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Tue, 23 Mar 1999 10:56:49 +0100 To: Charlie ROOT , freebsd-questions@FreeBSD.ORG From: Stefano Riva Subject: Re: arpresolve error In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 00.21 23/03/99 -0700, you wrote: >24.64.228.185 127.0.0.1 UGHS 0 10 fxp0 Here's the problem. Packets sent to the IP address of your system must use the 127.0.0.1 gateway (right), passing through fxp0 (wrong). You need lo0 instead of fxp0, there. >lo0: flags=8049 mtu 16384 Here's the confirmation: 127.0.0.1 isn't bound to lo0. >Anyone know how I could fix this? Check your /etc/rc.conf[.local]: you need lo0 in the network interfaces list AND a line like this: ifconfig_lo0="inet 127.0.0.1" Be careful not to have the right line in rc.conf and something resetting it in rc.conf.local, for example. --- Stefano Riva Software Engineer - System Administrator Informazioni Editoriali I.E. Srl Phone +39-027528400, Fax +39-027528451 Email sriva@alice.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message