Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Nov 2009 09:16:58 -0700
From:      Tim Judd <tajudd@gmail.com>
To:        =?ISO-8859-1?Q?D=E1nielisz_L=E1szl=F3?= <laszlo_danielisz@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: dhcpd related issue - not giving up
Message-ID:  <ade45ae90911020816w47e45eadr5b1cb575c97c73a2@mail.gmail.com>
In-Reply-To: <356499.59817.qm@web30803.mail.mud.yahoo.com>
References:  <82804.79685.qm@web30804.mail.mud.yahoo.com> <b043a4850910312238p79e05049ka3ce74f8f44307ed@mail.gmail.com> <516971.12872.qm@web30807.mail.mud.yahoo.com> <806321.83601.qm@web30807.mail.mud.yahoo.com> <49594.91061.qm@web30806.mail.mud.yahoo.com> <ade45ae90911010841v3722425ej26c645a537a55bb1@mail.gmail.com> <479349.15334.qm@web30804.mail.mud.yahoo.com> <ade45ae90911012103h476c3ed5w7f14dc3d81e34c0f@mail.gmail.com> <356499.59817.qm@web30803.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 11/2/09, D=E1nielisz L=E1szl=F3 <laszlo_danielisz@yahoo.com> wrote:
> I tried about 10 conf, here is the actual one:
>
> # cat /usr/local/etc/dhcpd.conf
> authoritative;
> ddns-update-style none;
>
> subnet 192.168.1.0 netmask 255.255.255.0 {
>   option routers 192.168.1.1;
>
>
> pool {
>            option domain-name-servers cns01.hdsnet.hu;
>            max-lease-time 300;
>            range 192.168.1.200 192.168.1.253;
>            allow unknown-clients;
>          }
> }


It looks awkward...
  I don't recall ever seeing a pool inside a subnet declaration like this.
A subnet declaration can use all the declaration in your pool.

Pure curiousity, because I am not looking up the config syntax..
comment out (or delete) the pool { and } lines only.  which bring the
statements to the subnet clause.


restart dhcpd, and retry

IIRC, pools are only useful if you have two pool definitions.

thanks...  hope this works.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ade45ae90911020816w47e45eadr5b1cb575c97c73a2>