From owner-freebsd-hackers Thu Mar 6 19:51:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA09339 for hackers-outgoing; Thu, 6 Mar 1997 19:51:20 -0800 (PST) Received: from panda.hilink.com.au (panda.hilink.com.au [203.2.144.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA09319 for ; Thu, 6 Mar 1997 19:51:10 -0800 (PST) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.7.3) id PAA04435; Fri, 7 Mar 1997 15:08:23 +1100 (EST) Date: Fri, 7 Mar 1997 15:08:22 +1100 (EST) From: "Daniel O'Callaghan" To: Jim Durham cc: freebsd-hackers@freebsd.org Subject: Re: "Phantom IP address" In-Reply-To: <331F84EC.446B9B3D@w2xo.pgh.pa.us> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 6 Mar 1997, Jim Durham wrote: > I am the "caretaker" of a small ISP hub in a suburban telephone > company's > calling area, connected to the "downtown" hub by a 56K line. > > The IP address of the router are 206.210.70.1, the portmaster is > 206.210.70.2. My FreeBSD boxes are .4 and .5, the Dos/Windows box is .6 > . > > The netmask I was using was fffffff8 on this box (.5). > > I wanted to add my new laptop as .7 . I tried pinging .7 Try ifconfig ed0 and you'll see that .7 is your broadcast address for the ethernet. Danny