From owner-freebsd-questions@FreeBSD.ORG  Thu Jun 24 21:49:36 2004
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 9382216A4CE
	for <freebsd-questions@freebsd.org>;
	Thu, 24 Jun 2004 21:49:36 +0000 (GMT)
Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk
	[81.2.69.218])	by mx1.FreeBSD.org (Postfix) with ESMTP id 918F243D41
	for <freebsd-questions@freebsd.org>;
	Thu, 24 Jun 2004 21:49:33 +0000 (GMT)
	(envelope-from m.seaman@infracaninophile.co.uk)
Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1])
	i5OLmnOA079944
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Thu, 24 Jun 2004 22:48:49 +0100 (BST)
	(envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk)
Received: (from matthew@localhost)id i5OLmnCw079943;
	Thu, 24 Jun 2004 22:48:49 +0100 (BST)	(envelope-from matthew)
Date: Thu, 24 Jun 2004 22:48:49 +0100
From: Matthew Seaman <m.seaman@infracaninophile.co.uk>
To: Kevin Stevens <freebsd@pursued-with.net>
Message-ID: <20040624214849.GA79822@happy-idiot-talk.infracaninophile.co.uk>
Mail-Followup-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>,
	Kevin Stevens <freebsd@pursued-with.net>,
	Dave Raven <dave@raven.za.net>, freebsd-questions@freebsd.org
References: <00ba01c45a2d$66a34220$3200000a@lucy>
	<Pine.OSX.4.58.0406241429090.4839@onorysvfu.chefhrq-jvgu.arg>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="HlL+5n6rz5pIUxbD"
Content-Disposition: inline
In-Reply-To: <Pine.OSX.4.58.0406241429090.4839@onorysvfu.chefhrq-jvgu.arg>
User-Agent: Mutt/1.5.6i
X-Greylist: Message not sent from an IPv4 address, not delayed by
	milter-greylist-1.4 (smtp.infracaninophile.co.uk [0.0.0.0]); Thu, 24 Jun 2004
	22:48:49 +0100 (BST)
X-Virus-Scanned: clamd / ClamAV version devel-20040612, clamav-milter version
	0.72a	on smtp.infracaninophile.co.uk
X-Virus-Status: Clean
X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham 
	version=2.63
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on 
	happy-idiot-talk.infracaninophile.co.uk
cc: Dave Raven <dave@raven.za.net>
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
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>,
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>,
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Jun 2004 21:49:36 -0000


--HlL+5n6rz5pIUxbD
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Jun 24, 2004 at 02:31:58PM -0700, Kevin Stevens wrote:
> On Thu, 24 Jun 2004, Dave Raven wrote:
>=20
> > # ifconfig fxp1
> > fxp1: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 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
>=20
> 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.

Err -- no.  The broadcast address is a function of the netmask.
Specifically, looking at IPv4 addresses/masks as 32bit integers, the
broadcast address has all ones where ever the netmask has zeros.  The
OP actually has it right.  Especially as that is clearly the slightly
edited output from ifconfig(8), and ifconfig automatically calculates
the broadcast address from the inet address and netmask.

	Cheers,

	Matthew

--=20
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK

--HlL+5n6rz5pIUxbD
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFA20xBiD657aJF7eIRAiW0AJ0VF6H/ljpbXT5GhG9BvlLdI7+HUgCfUp1J
ajntv1EHzGN2YqmUtSDb5rk=
=Roqr
-----END PGP SIGNATURE-----

--HlL+5n6rz5pIUxbD--