From owner-freebsd-questions@FreeBSD.ORG Tue Jun 17 15:53:25 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 30E9D37B401 for ; Tue, 17 Jun 2003 15:53:25 -0700 (PDT) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-217.pit.adelphia.net [24.53.161.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02A2443FDF for ; Tue, 17 Jun 2003 15:53:20 -0700 (PDT) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) h5HMpxOg005942; Tue, 17 Jun 2003 18:52:00 -0400 (EDT) (envelope-from wmoran@potentialtech.com) Message-ID: <3EEF9B8F.1090804@potentialtech.com> Date: Tue, 17 Jun 2003 18:51:59 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030429 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Bryan W. Maxwell" References: <2653.165.247.203.201.1055888569.squirrel@webmail.ecst.csuchico.edu> In-Reply-To: <2653.165.247.203.201.1055888569.squirrel@webmail.ecst.csuchico.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@FreeBSD.ORG 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: Tue, 17 Jun 2003 22:53:25 -0000 Bryan W. Maxwell wrote: > Im trying to set up my home system as 192.168.2.0, 192.168.2.0 is not a valid IP address. The last number must be somewhere between 1 and 254 (inclusive). > but somehow the local > loop lo0 is still on 127.0.0.1. The loopback address is always 127.0.0.1. It's not supposed to change. lo0 is "virtual" network adapter that always points back to itself, hence the name "loopback". That IP is reserved specifically for that purpose. > How can i set up my local network to be the > other address. Configure your actual network adapter. Do you have an ethernet card? If so, look at the output of 'ifconfig'. The adapter that mentions "Ethernet" in the media line is the driver you want to config. > Also when setting up a serial line connection, how can I > tell both sides are pinging. I can ping one side, but the other gives me a > sendto:Network dropped connection on reset. The commands im using are > slattach -h -l -n -s /dev/cuaa0 ifconfig sl0 192.168.2.2 192.168.2.3 up I don't have a terribly educated answer to this, except point-to-point adapters never seem able to ping both ends. That's normal. If you can ping the far end from this machine and this machine from the far end, then you're in good shape. You may have to manually add a route for sl0. Check the output of 'netstat -rn' to see if there's a route, and add it with 'route add' if not. -- Bill Moran Potential Technologies http://www.potentialtech.com