From owner-freebsd-questions@FreeBSD.ORG Wed Jun 18 07:36:29 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA1AF37B401 for ; Wed, 18 Jun 2003 07:36:29 -0700 (PDT) Received: from malkav.snowmoon.com (malkav.snowmoon.com [209.23.60.62]) by mx1.FreeBSD.org (Postfix) with SMTP id D628C43F85 for ; Wed, 18 Jun 2003 07:36:28 -0700 (PDT) (envelope-from jaime@snowmoon.com) Received: (qmail 4612 invoked from network); 18 Jun 2003 14:36:27 -0000 Received: from localhost.snowmoon.com (HELO localhost) (127.0.0.1) by localhost.snowmoon.com with SMTP; 18 Jun 2003 14:36:27 -0000 Date: Wed, 18 Jun 2003 10:36:25 -0400 (EDT) From: jaime@snowmoon.com To: Shantanu Mahajan In-Reply-To: <20030618134039.GA190@dhumketu.homeunix.net> Message-ID: <20030618103548.M4529@malkav.snowmoon.com> References: <20030617194009.K99305@malkav.snowmoon.com> <20030618134039.GA190@dhumketu.homeunix.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@FreeBSD.ORG cc: "Bryan W. Maxwell" Subject: Re: Networking/Routing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 14:36:30 -0000 On Wed, 18 Jun 2003, Shantanu Mahajan wrote: > +-- Jaime [freebsd] [17-06-03 19:42 -0400]: > | On Tue, 17 Jun 2003, Bryan W. Maxwell wrote: > | > Im trying to set up my home system as 192.168.2.0, but somehow the local > | > loop lo0 is still on 127.0.0.1. > | > | This is by definition. lo0 shouldn't ever be anything but > | 127.0.0.1. > > lo0 can be anything between 127.0.0.1 and 127.255.255.255 True. But it can't be 192.168.2.0, which is what the original poster was attempting to do. :) Jaime