Date: Thu, 30 Sep 1999 11:23:32 -0400 (EDT) From: Hector Colmenares <zips@zips.net> To: Jeff <jasapp@facevalue.org> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: loopback interface Message-ID: <Pine.BSF.4.10.9909301122250.1674-100000@justice.zips.net> In-Reply-To: <19990930080312.A22025@wallace.resnet.mtu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255 > ether 00:10:4b:6a:e6:66 > media: 10baseT/UTP <half-duplex> > supported media: autoselect 100baseTX <full-duplex> 100baseTX > <half-duplex> 100baseTX 10baseT/UTP <full-duplex> 10baseT/UTP <half-duplex> > 10baseT/UTP > lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500 > tun0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500 > sl0: flags=c010<POINTOPOINT,LINK2,MULTICAST> mtu 552 > ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500 > lo0: flags=8008<LOOPBACK,MULTICAST> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9909301122250.1674-100000>