Clients aren't getting DNS IPs from DHCP

Jose Borges Ferreira underspell at gmail.com
Sun Feb 3 19:21:20 UTC 2008


Please check if the device is requesting DNS servers.

For that please add the following to your dhcpd.conf

log(info, concat ( " Requested Parameters: ",binary-to-ascii(10, 8, ":",
option dhcp-parameter-request-list)));

And please check if number 6 is present.

José Borges Ferreira

On Feb 1, 2008 5:42 PM, Mário Gamito <gamito at gmail.com> wrote:

> Hi,
>
> No good :(
>
> Any ideas ?
>
> Warm Regards,
> Mário Gamito
>
> Romer Ventura wrote:
> > The logs are telling you something.... O.o
> >
> > Try changing the line that says: "#authorative" to authorative;
> >
> > I kind of marked it bellow..
> >
> >
> >
> > On 2/1/08 10:58 AM, "Mário Gamito" <gamito at gmail.com> wrote:
> >
> >>>> ddns-update-style none;
> >>>>
> >>>> #authoritative  <------------------****** THIS LINE *************
> >>>> subnet 192.168.1.0 netmask 255.255.255.0  {
> >>>>
> >>>>          range 192.168.1.31 192.168.1.254;
> >>>>          default-lease-time 604800;
> >>>>          max-lease-time 1209600;
> >>>>          option subnet-mask 255.255.255.0;
> >>>>          option broadcast-address 192.168.1.255;
> >>>>          option routers 192.168.1.1;
> >>>>          option domain-name-servers 192.168.1.2;
> >>>>          option domain-name "wwlib.lan";
> >>>> }
> >
> > ------
> > Romer Ventura
> > Network Administrator
> > Houston-Sigma Technologies, L.P.
> >
> >
> >
> >
> >
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20080203/3a1f3fe0/attachment.html>


More information about the dhcp-users mailing list