thanks for the reply simon. Can u point me to the location of the documentation where it is given in the ISC dhcp package.<br><br>thanks<br>kalyan alle<br><br><div class="gmail_quote">On Thu, Mar 18, 2010 at 7:04 PM, Simon Hobson <span dir="ltr"><<a href="mailto:dhcp1@thehobsons.co.uk">dhcp1@thehobsons.co.uk</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;"><div class="im">kalyan Alle wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I was investigating a bug in dhcp 4.1.0 on my setup where the DHCP client on the windows machine does not receive the DHCPNAK from the server<br>
</blockquote>
<br>
</div><div class="im"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have set some start and end range of ipaddresses for the dhcp client to get the ip address. After the client got the ipaddress successfully i have changed the start and end range of ipaddresses to some thing new. I did not receive any DHCPNAK after half of the lease time is over since these pool or range of ip's are different to the previous pool the ISC DHCP server should send DHCPNAK to the client.<br>

</blockquote>
<br></div>
It's not a bug, it's documented (I think) operation.<br>
<br>
Just because you've taken that address out of a range does not make the IP address itself invalid for the subnet - therefore the server will simply ignore the client and will NOT send a DHCP NAK. As long as the client asks to renew an IP address the server cannot hand out, the server will ignore it. There may well be another server handing out those addresses - which is valid.<br>

<br>
The server will however send a DHCP NAK if the IP address is not valid for the network.<br>
<br>
If you want the server to explicitly DHCP-NAK an address then you need to tell it to do so :<br>
<br>
pool {<br>
  range a.b.c.d a.b.c.e ;<br>
  deny booting ;<br>
}<br>
<br>
-- <br>
Simon Hobson<br>
<br>
WANTED: "Software CD ROM Kit" for Canon CLBP 360-PS printer (Canon part no RH6-3612, or possibly RH6-3810, or RH6-3610 might do). I've a dead HD and need this CD so I can replace the disk and re-install the printer OS on it.<br>

This is NOT the same thing as the printer drivers to load on the computer - there's no problem there.<br>
If anyone knows where I might get hold of one I'd be grateful - requests to Canon drew a blank, it's been out of support for years.<br>
Alternatively, if anyone has one of these and would let me image their hard disk ...<br>
<br>
Visit <a href="http://www.magpiesnestpublishing.co.uk/" target="_blank">http://www.magpiesnestpublishing.co.uk/</a> for books by acclaimed<br>
author Gladys Hobson. Novels - poetry - short stories - ideal as<br>
Christmas stocking fillers. Some available as e-books.<br>
_______________________________________________<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>
</blockquote></div><br>