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>
<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>
<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>
<br><br><br>-kalyan alle<br><br><div class="gmail_quote">On Sat, Mar 20, 2010 at 1:32 AM, kalyan Alle <span dir="ltr"><<a href="mailto:kalyan.alle@gmail.com">kalyan.alle@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
its not solaris...its a linux server<br><br><div class="gmail_quote"><div><div></div><div class="h5">On Sat, Mar 20, 2010 at 12:51 AM, David W. Hankins <span dir="ltr"><<a href="mailto:dhankins@isc.org" target="_blank">dhankins@isc.org</a>></span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">
<div>On Fri, Mar 19, 2010 at 03:30:52PM +0530, kalyan Alle wrote:<br>
> The DHCPNAK is sent by the windows DHCP server configured but my device with<br>
> ISC dhcp-4.1.0 is unable to send the DHCPNAK.<br>
> Plz suggest if this is the expected behaviour or not.<br>
<br>
</div>Is this a Solaris server? You may want to try 4.1.1.<br>
<font color="#888888"><br>
--<br>
David W. Hankins "If you don't do it right the first time,<br>
Software Engineer you'll just have to do it again."<br>
Internet Systems Consortium, Inc. -- Jack T. Hankins<br>
</font><br></div></div><div class="im">_______________________________________________<br>
dhcp-users mailing list<br>
<a href="mailto:dhcp-users@lists.isc.org" target="_blank">dhcp-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/dhcp-users" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br></div></blockquote></div><br>
</blockquote></div><br>