Hi all,<br>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. <br>iam using Dhcp-4.1.0 package. I have added authoritative in the conf file but that doesnt work.<br>
<br>I have even added your patch posted <br><pre>> --- dhcp.c.orig 2006-03-21 11:24:43.000000000 -0600<br>> +++ dhcp.c      2006-03-20 17:18:52.000000000 -0600<br>> @@ -667,8 +667,10 @@<br>>         if (lease) {<br>
>                 ack_lease (packet, lease, DHCPACK, 0, msgbuf, ms_nulltp,<br>>                            (struct host_decl *)0);<br>> -       } else<br>> +       } else {<br>>                 log_info ("%s: unknown lease %s.", msgbuf, piaddr (cip));<br>
> +               nak_lease (packet, &cip);<br>> +       }<br>><br>>        out:<br>>         if (subnet)</pre><br>Even with this patch also iam unable to send the DHCPNAK to the client which has totally changed its subnet.  <br>
Can u help me telling the solution .<br><br><br>thanks<br>kalyan<br>