Date: Fri, 4 Aug 2000 13:28:39 -0400 From: Chris <kingsqueak@kingsqueak.org> To: Nathan Vidican <webmaster@wmptl.com> Cc: questions@FreeBSD.ORG Subject: Re: dhcpd Message-ID: <20000804132839.C3069@kingsqueak.org> In-Reply-To: <398AFA51.8DCBC335@wmptl.com>; from webmaster@wmptl.com on Fri, Aug 04, 2000 at 01:16:01PM -0400 References: <398AFA51.8DCBC335@wmptl.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000804132839.C3069>
