From owner-freebsd-questions@FreeBSD.ORG Thu Jun 24 21:31:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21C4D16A4CE for ; Thu, 24 Jun 2004 21:31:30 +0000 (GMT) Received: from pursued-with.net (adsl-66-125-9-244.dsl.sndg02.pacbell.net [66.125.9.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id C268B43D60 for ; Thu, 24 Jun 2004 21:31:29 +0000 (GMT) (envelope-from freebsd@pursued-with.net) Received: from babelfish.pursued-with.net (babelfish.pursued-with.net [10.0.0.42]) by pursued-with.net (Postfix) with ESMTP id 1467F1A7725; Thu, 24 Jun 2004 14:31:58 -0700 (PDT) Date: Thu, 24 Jun 2004 14:31:58 -0700 (PDT) From: Kevin Stevens To: Dave Raven In-Reply-To: <00ba01c45a2d$66a34220$3200000a@lucy> Message-ID: References: <00ba01c45a2d$66a34220$3200000a@lucy> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: Urgent 4.9 networking problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd@pursued-with.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2004 21:31:30 -0000 On Thu, 24 Jun 2004, Dave Raven wrote: > # ifconfig fxp1 > fxp1: flags=8843 mtu 1500 > inet x.y.186.3 netmask 0xffffff00 broadcast x.y.186.255 > inet x.y.186.1 netmask 0xffffffff broadcast x.y.186.1 > inet x.y.186.15 netmask 0xffffffff broadcast x.y.186.15 > inet x.y.186.14 netmask 0xffffffff broadcast x.y.186.14 > inet x.y.186.142 netmask 0xffffffff broadcast x.y.186.142 > inet x.y.186.33 netmask 0xffffffff broadcast x.y.186.33 > inet x.y.186.124 netmask 0xffffffff broadcast x.y.186.124 > inet x.y.186.250 netmask 0xffffffff broadcast x.y.186.250 > inet x.y.186.122 netmask 0xffffffff broadcast x.y.186.122 > inet x.y.186.25 netmask 0xffffffff broadcast x.y.186.25 > inet x.y.186.127 netmask 0xffffffff broadcast x.y.186.127 I don't disagree with the other posters that mentioned DNS timeouts, but in addition those broadcast addresses aren't right. Since all the addresses are within the same /24 subnet, they should all be .255 (which is the default, so you wouldn't need to specify them. KeS