From owner-freebsd-questions Thu Jun 24 10: 7:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from Tesla.i-pi.com (Tesla.i-pi.com [198.49.217.4]) by hub.freebsd.org (Postfix) with ESMTP id 6E90614E60 for ; Thu, 24 Jun 1999 10:07:06 -0700 (PDT) (envelope-from ingham@Tesla.i-pi.com) Received: (from ingham@localhost) by Tesla.i-pi.com (8.9.3/8.9.3) id LAA02314; Thu, 24 Jun 1999 11:06:47 -0600 (MDT) Message-ID: <19990624110647.20087@i-pi.com> Date: Thu, 24 Jun 1999 11:06:47 -0600 From: Kenneth Ingham To: Tarun Tuli Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Weird Networking Problem References: <37724F0E.DAE39B7E@rzsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <37724F0E.DAE39B7E@rzsoft.com>; from Tarun Tuli on Thu, Jun 24, 1999 at 09:30:22AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Here's a possible solution to your problem. I noticed your ifconfig: > vr0: flags=8843 mtu 1500 > inet 207.148.xxx.50 netmask 0xfffffff8 broadcast 207.148.xxx.55 > inet 207.148.xxx.51 netmask 0xfffffff8 broadcast 207.148.xxx.55 > inet 207.148.xxx.52 netmask 0xfffffff8 broadcast 207.148.xxx.55 > inet 192.168.0.4 netmask 0xffffff00 broadcast 192.168.0.255 > ether 00:80:c8:e1:47:b2 > media: 100baseTX > supported media: autoselect 100baseTX 100baseTX > 100baseTX 10baseT/UTP 10baseT/UTP 10baseT/UTP > Your netmask for the aliases should be 255.255.255.255 (or 0xffffffff) here's an example ifconfig from one of my machines (note the .16 addr which is the alias): de0: flags=8a43 mtu 1500 inet 192.168.34.4 netmask 0xffffff80 broadcast 192.168.34.127 inet 192.168.34.16 netmask 0xffffffff broadcast 192.168.34.16 ether 00:00:f8:01:80:c6 media: 100baseTX status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP Kenneth Ingham ingham@i-pi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message