From owner-freebsd-isp Sun Dec 14 13:40:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA13277 for isp-outgoing; Sun, 14 Dec 1997 13:40:29 -0800 (PST) (envelope-from owner-freebsd-isp) Received: from support.euronet.nl (support.euronet.nl [194.134.32.134]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA13264 for ; Sun, 14 Dec 1997 13:40:25 -0800 (PST) (envelope-from sake@euronet.nl) Received: (from sake@localhost) by support.euronet.nl (8.8.5/8.6.12) id WAA06757; Sun, 14 Dec 1997 22:39:14 +0100 (CET) From: Sake Blok Message-Id: <199712142139.WAA06757@support.euronet.nl> Subject: Re: Subnetting, Firewalls, Class C's In-Reply-To: <3.0.5.32.19971214144719.009403c0@sundial.net> from "George M. Ellenburg" at "Dec 14, 97 02:47:19 pm" To: gme@sundial.net (George M. Ellenburg) Date: Sun, 14 Dec 1997 22:39:14 +0100 (CET) Cc: isp@freebsd.org Reply-To: sake@nl.euro.net X-URL: http://www.euronet.nl/~sake/ X-quote: Anything you say in your sleep, X-quote: can and WILL be used against you in a court of love. X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Suffering from a cold, and heavy medication, I wish to run the > following by some of you to confirm or deny that this subnetting > example will work; everything tells me yes, but I would appreciate a > second opinion: > > ip ranges netmask > 204.181.150.1 - > 204.181.150.14 255.255.255.240 > > 204.181.150.17 - > 204.181.150.30 255.255.255.240 > > 204.181.150.33 - > 204.181.150.46 255.255.255.240 > > 204.181.150.49 - > 204.181.150.54 255.255.255.248 > > 204.181.150.57 - > 204.181.150.254 255.255.255.56 A subnet must always be a power of 2 big or else the subnetmasking will not work. You have to split the last entry up into 3 sections: 204.181.150.57 - 204.181.150.62 255.255.255.248 204.181.150.65 - 204.181.150.126 255.255.255.192 and 204.181.150.129 - 204.181.150.254 255.255.255.128 At least, that is what you have to do if you don't want to change the first 4 subnets. Sake -- Sake Blok * * EuroNet Internet Client Services Team * * Herengracht 208 - 214 * 1016 BS Amsterdam E-mail: sake@nl.euro.net * Tel: +31 20 535 55 55