From owner-freebsd-stable Thu Feb 15 11:16:58 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16416 for stable-outgoing; Thu, 15 Feb 1996 11:16:58 -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 LAA16410 for ; Thu, 15 Feb 1996 11:16:55 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id MAA00870; Thu, 15 Feb 1996 12:19:37 -0700 Date: Thu, 15 Feb 1996 12:19:37 -0700 From: Nate Williams Message-Id: <199602151919.MAA00870@rocky.sri.MT.net> To: davidg@Root.COM Cc: Nate Williams , michael butler , stable@freebsd.org Subject: Re: arp and async problems In-Reply-To: <199602151912.LAA07155@Root.COM> References: <199602151821.LAA00383@rocky.sri.MT.net> <199602151912.LAA07155@Root.COM> Sender: owner-stable@freebsd.org Precedence: bulk > ifconfig ep0 inet 202.12.127.225 netmask 255.255.255.240 > ifconfig ep0 inet 202.12.127.226 netmask 255.255.255.255 alias > ifconfig ep0 inet 202.12.127.227 netmask 255.255.255.255 alias Since ep0 is also configured as follows: pcm:~ % /sbin/ifconfig -a ep0: flags=863 mtu 1500 inet 202.12.127.70 netmask 0xfffffff0 broadcast 202.12.127.79 Shouldn't the first line be: ifconfig ep0 inet 202.12.127.225 netmask 255.255.255.240 alias It seems that Michael is trying to use two 'virtual' networks with one ethernet card. Nate