From owner-freebsd-stable Thu Feb 15 10:15:23 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA13229 for stable-outgoing; Thu, 15 Feb 1996 10:15:23 -0800 (PST) Received: from asstdc.scgt.oz.au (root@asstdc.scgt.oz.au [202.14.234.65]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA13214 for ; Thu, 15 Feb 1996 10:15:00 -0800 (PST) Received: (from imb@localhost) by asstdc.scgt.oz.au (8.6.12/BSD4.4) id FAA09626; Fri, 16 Feb 1996 05:14:41 +1100 From: michael butler Message-Id: <199602151814.FAA09626@asstdc.scgt.oz.au> Subject: Re: arp and async problems To: nate@sri.MT.net (Nate Williams) Date: Fri, 16 Feb 1996 05:14:39 +1100 (EST) Cc: nate@sri.MT.net, stable@freebsd.org In-Reply-To: <199602151811.LAA00327@rocky.sri.MT.net> from "Nate Williams" at Feb 15, 96 11:11:21 am X-Mailer: ELM [version 2.4 PL24beta] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-stable@freebsd.org Precedence: bulk Nate Williams writes: > > There is no way I can afford to split out 14 subnets with only one address > > in each to support a DNS and WWW server nor is it practical to stick that > > many ethernet cards into the box. > Why split it out? Why not stick all of the alias' on the same network, > so that the IP address are relevant on your primary network? So you're telling me that I can now use .. ifconfig ep0 inet 202.12.127.225 netmask 255.255.255.240 ifconfig ep0 inet 202.12.127.226 alias netmask 255.255.255.240 ifconfig ep0 inet 202.12.127.227 alias netmask 255.255.255.240 : : .. this didn't work before (I tried it), does it now ? michael