From owner-freebsd-questions Fri Mar 1 14: 0:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from star-one.liberator.dyndns.org (dsl-64-34-177-185.telocity.com [64.34.177.185]) by hub.freebsd.org (Postfix) with ESMTP id 36ED937B405 for ; Fri, 1 Mar 2002 14:00:34 -0800 (PST) Received: (from dholmes@localhost) by star-one.liberator.dyndns.org (8.9.3/8.9.2) id OAA65327; Fri, 1 Mar 2002 14:00:23 -0800 (PST) (envelope-from dholmes) From: Dennis Holmes Message-Id: <200203012200.OAA65327@star-one.liberator.dyndns.org> Subject: Re: Dhcp config In-Reply-To: <000001c1c15f$c373bac0$470a0ac0@host02> from Mike Dewhirst at "Mar 1, 2002 8:29:18 pm" To: m@dev0g.com (Mike Dewhirst) Date: Fri, 1 Mar 2002 14:00:23 -0800 (PST) Cc: questions@freebsd.org Reply-To: dholmes@rahul.net X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Look what Mike Dewhirst wrote: >I am trying to configure this card: > >ifconfig rl0 inet 10.0.24.34 netmask 255.255.255.224 > >For this range: > >10.0.24.34 - 10.0.24.63 > >With this config file: > >default-lease-time 3600; >max-lease-time 99999; >ddns-updates off; >ddns-update-style none; >option subnet-mask 255.255.255.224; >option broadcast-address 10.0.24.63; >option routers 10.0.24.34; >option domain-name-servers 212.35.179.1; >option domain-name dolphintime; >subnet 10.0.24.0 netmask 255.255.255.224 { > range 10.0.24.35 10.0.24.63; >} > >I get this error: > >Address range 10.0.24.35 to 10.0.24.63 not on net 10.0.24.0/255.255.255.224 > >Any suggestions would really appreciated. The network with address 10.0.24.0 and mask 255.255.255.224 as specified in your config has these characteristics: Network address: 10.0.24.0 Broadcast address: 10.0.24.31 Addresses available for devices: 10.0.24.1 - 10.0.24.30 What you're really looking for might be this: subnet 10.0.24.32 netmask 255.255.255.224 { range 10.0.24.35 10.0.24.62; } or this: subnet 10.0.24.0 netmask 255.255.255.192 { range 10.0.24.35 10.0.24.62; } +----------------+-------------------+------------------------------------+ | Dennis Holmes | dholmes@rahul.net | "We demand rigidly defined | | San Jose, CA +-------------------+ areas of doubt and uncertainty!" | +------=>{ Meanwhile, as Ford said: "Where are my potato chips?" }<=------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message