From owner-freebsd-questions Fri Aug 4 10:28:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kingsqueak.org (cc737825-a.etntwn1.nj.home.com [24.3.202.115]) by hub.freebsd.org (Postfix) with ESMTP id 0A54A37BAB0 for ; Fri, 4 Aug 2000 10:28:45 -0700 (PDT) (envelope-from drmoreau@kingsqueak.org) Received: by kingsqueak.org (Postfix, from userid 1001) id 5D9DD16E3D; Fri, 4 Aug 2000 13:28:39 -0400 (EDT) Date: Fri, 4 Aug 2000 13:28:39 -0400 From: Chris To: Nathan Vidican Cc: questions@FreeBSD.ORG Subject: Re: dhcpd Message-ID: <20000804132839.C3069@kingsqueak.org> Reply-To: Chris References: <398AFA51.8DCBC335@wmptl.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <398AFA51.8DCBC335@wmptl.com>; from webmaster@wmptl.com on Fri, Aug 04, 2000 at 01:16:01PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Aug 04, 2000 at 01:16:01PM -0400, Nathan Vidican wrote: > I'm not sure what it's asking me to add, my /etc/dhcpd.conf file looks > like this: > > # > # Global settings > # > default-lease-time 0; > max-lease-time 846000; > option subnet-mask 255.255.255.0; > option broadcast-address 10.0.0.255; > option routers 10.0.0.222; > option domain-name-servers 10.0.0.200; > option domain-name "wmptl.net"; > subnet 10.0.0.0 netmask 255.255.255.0 { > range 10.0.0.230 10.0.0.254; > } ^^^^^ Shouldn't that end in }; Not sure if that will fix it, but I forget ;'s so often myself that having spotted the mistake I just had to suggest it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message