From owner-freebsd-questions Thu Sep 30 8:19: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from justice.zips.net (justice.zips.net [207.234.219.219]) by hub.freebsd.org (Postfix) with ESMTP id D021814DB7 for ; Thu, 30 Sep 1999 08:19:00 -0700 (PDT) (envelope-from zips@zips.net) Received: from localhost (zips@localhost) by justice.zips.net (8.9.3/8.9.3) with ESMTP id LAA01694; Thu, 30 Sep 1999 11:23:32 -0400 (EDT) (envelope-from zips@zips.net) Date: Thu, 30 Sep 1999 11:23:32 -0400 (EDT) From: Hector Colmenares To: Jeff Cc: freebsd-questions@FreeBSD.ORG Subject: Re: loopback interface In-Reply-To: <19990930080312.A22025@wallace.resnet.mtu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You need this in your rc.conf ifconfig_lo0="inet 127.0.0.1" or do it manually ifconfig lo0 inet 127.0.0.1 netmask 0xff000000 cheers ! On Thu, 30 Sep 1999, Jeff wrote: > > Let's see the output of this command: > > > > ifconfig -a > > > > xl0: flags=8843 mtu 1500 > inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255 > ether 00:10:4b:6a:e6:66 > media: 10baseT/UTP > supported media: autoselect 100baseTX 100baseTX > 100baseTX 10baseT/UTP 10baseT/UTP > 10baseT/UTP > lp0: flags=8810 mtu 1500 > tun0: flags=8010 mtu 1500 > sl0: flags=c010 mtu 552 > ppp0: flags=8010 mtu 1500 > lo0: flags=8008 mtu 16384 > > > -- > /* > Jeff Sapp jasapp@facevalue.org www.facevalue.org > grep 'strcpy' > PGP Public key available at: http://www.facevalue.org/pgp.txt > (Ya mogu yest' steklo, eto mnye nye vredit.) > */ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message