Date: Sun, 19 Jan 2003 22:36:58 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: freebsd-questions@FreeBSD.ORG Subject: Re: Local IPs and Subnets Message-ID: <20030119223658.GA79076@happy-idiot-talk.infracaninophi> In-Reply-To: <004401c2c001$1e61ee70$6501a8c0@grant> References: <004401c2c001$1e61ee70$6501a8c0@grant>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 19, 2003 at 04:24:15PM -0500, Grant Peel wrote: > The other NIC on each machine will be used to connect to a seperate switch > to LAN them together. (fxp1). I am still baffled by calculating subnets. >=20 > My question is simple. What subnet and broadcast IP should I use when I s= et > the IP on each NIC to 192.168.0.1 , 2 , 3 ? That's a matter of choice for a private network, but the 192.168.x.y address range is usually treated as /24 networks --- it is in what used to be the old C class part of the IP space before CIDR became de-rigeur. So: Network number: 192.168.0.0 Netmask: 255.255.255.0 or 0xffffff00 or /24 Broadcast: 192.168.0.255 Which gives you a total of 254 address from 192.168.0.1 to 192.168.0.253 to use for your hosts. 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030119223658.GA79076>