From owner-freebsd-questions@FreeBSD.ORG Wed Jun 11 20:03:50 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2DF51065731 for ; Wed, 11 Jun 2008 20:03:50 +0000 (UTC) (envelope-from LConrad@Go2France.com) Received: from mgw1.MEIway.com (mgw1.meiway.com [81.255.84.75]) by mx1.freebsd.org (Postfix) with ESMTP id 6D72E8FC21 for ; Wed, 11 Jun 2008 20:03:50 +0000 (UTC) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virusgate.meiway.com [81.255.84.76]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id 8A7DD4728A3 for ; Wed, 11 Jun 2008 22:03:52 +0200 (CEST) Received: from localhost (localhost.MEIWay.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 2A1C9386902 for ; Wed, 11 Jun 2008 22:03:53 +0200 (CEST) (envelope-from LConrad@Go2France.com) X-AV-Checked: Wed Jun 11 22:03:53 2008 virusgate.meiway.com Received: from mail.Go2France.com (ms1.meiway.com [81.255.84.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id EF0B238684F for ; Wed, 11 Jun 2008 22:03:52 +0200 (CEST) (envelope-from LConrad@Go2France.com) Received: from TX2.Go2France.com [66.90.247.9] by mail.Go2France.com with ESMTP (SMTPD32-7.07) id AE538C5D01FA; Wed, 11 Jun 2008 21:58:11 +0200 X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Wed, 11 Jun 2008 15:03:13 -0500 To: freebsd-questions@freebsd.org From: Len Conrad Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Message-Id: <200806112158843.SM01608@TX2.Go2France.com> Subject: Re: IPv4 loopback address is missing, why? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2008 20:03:50 -0000 and we can do this, too: ifconfig lo 127.0.0.1 netmask 255.0.0.0 up then ifconfig shows: lo0: flags=8049 mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 thanks Len