doubt regarding DHCPNAK

kalyan Alle kalyan.alle at gmail.com
Mon Mar 22 06:39:00 UTC 2010


Hi all,
I am having a problem receiving DHCPNAK when i move to different subnet .
DHCP client is not getting the DHCPNAK from the ISC Dchp server.
iam using Dhcp-4.1.0 package. I have added authoritative in the conf file
but that doesnt work.

I have even added your patch posted

> --- dhcp.c.orig 2006-03-21 11:24:43.000000000 -0600
> +++ dhcp.c      2006-03-20 17:18:52.000000000 -0600
> @@ -667,8 +667,10 @@
>         if (lease) {
>                 ack_lease (packet, lease, DHCPACK, 0, msgbuf, ms_nulltp,
>                            (struct host_decl *)0);
> -       } else
> +       } else {
>                 log_info ("%s: unknown lease %s.", msgbuf, piaddr (cip));
> +               nak_lease (packet, &cip);
> +       }
>
>        out:
>         if (subnet)


Even with this patch also iam unable to send the DHCPNAK to the client which
has totally changed its subnet.
Can u help me telling the solution .


thanks
kalyan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-hackers/attachments/20100322/186cc744/attachment.html>


More information about the dhcp-hackers mailing list