From owner-freebsd-stable Thu Feb 15 11:06:39 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA15828 for stable-outgoing; Thu, 15 Feb 1996 11:06:39 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA15822 for ; Thu, 15 Feb 1996 11:06:28 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id MAA00761; Thu, 15 Feb 1996 12:08:29 -0700 Date: Thu, 15 Feb 1996 12:08:29 -0700 From: Nate Williams Message-Id: <199602151908.MAA00761@rocky.sri.MT.net> To: michael butler Cc: nate@sri.MT.net (Nate Williams), stable@freebsd.org Subject: Re: arp and async problems In-Reply-To: <199602151853.FAA22591@asstdc.scgt.oz.au> References: <199602151821.LAA00383@rocky.sri.MT.net> <199602151853.FAA22591@asstdc.scgt.oz.au> Sender: owner-stable@freebsd.org Precedence: bulk > > What does 'ifconfig -a' return, and what alias's are you trying to use? > > Currently it's primary address is 202.12.127.70 with no aliases in that > subnet (I simply don't have enough "spare" in this one). Under 2.1R (generic > kernel), it says .. > > pcm:~ % /sbin/ifconfig -a > ep0: flags=863 mtu 1500 > inet 202.12.127.70 netmask 0xfffffff0 broadcast 202.12.127.79 You're limiting your subnet to machines in the 202.12.127.79 range, but yet you also want to use hosts with IP address like 227 and such. Why are you sub-netting when you still wants machines in the entire class C to use the same wire? Nate