<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Samer,<br>
<br>
I thought about this solution but for about 200 printers its not really
feasible.  On other<br>
dhcp servers, its always been possible to reserve addresses from the
dhcp range for<br>
static assignments.  I always thought this was possible on the ISC
dhcpd which is why<br>
this system was configured this way.  Thanks for your help.<br>
<br>
Brandon<br>
<br>
<br>
<br>
Samer Sayeed wrote:
<blockquote
 cite="mid:bb4af6f40901262132p71162b72u83d07ab828571a5f@mail.gmail.com"
 type="cite">Hi Brandon,<br>
  <br>
                  I have an alternative , what you can do is once the
printers get ip address you will include as fixed-address entry in the
config file rite ? .. while doing so , just remove the static ip
address added from the default dhcp range.<br>
  <br>
For example.<br>
  <br>
If your default dhcp range was 192.168.10.100 to 192.168.10.150 <br>
and now printer is alloted an ip 192.168.10.105 ,<br>
now you will be changing the config file of dhcp, what you need to do is<br>
split the dhcp range as <br>
  <br>
range 192.168.10.100, 192.168.10.104<br>
range 192.168.10.106, 192.168.10.150<br>
  <br>
and also add the static address as you were doing earlier i.e <br>
  <br>
host xxx <br>
{<br>
ethernet xxxxxxx<br>
ip xxxxxxx<br>
}<br>
  <br>
By such exclusion of static ip from default dhcp server range, ip
conflicts wont be seen in future. <br>
  <br>
I hope this helps. <br>
  <div class="gmail_quote"><br>
  <br>
On Mon, Jan 26, 2009 at 9:58 PM, Brandon Munger <span dir="ltr"><<a
 moz-do-not-send="true" href="mailto:bmunger@edison.edu">bmunger@edison.edu</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;">Yes,
it is defined as a host declaration with the fixed-address.<br>
How are reserved leases defined?  Can it be defined in the host<br>
declaration area?  Thank you.<br>
    <font color="#888888"><br>
Brandon</font>
    <div class="Ih2E3d"><br>
    <br>
    <br>
Simon Hobson wrote:<br>
    <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Brandon Munger 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;">
Yes those static leases are in the range.  We use this for IP printers
so what we normally<br>
do is turn the printer on, let it get an IP address, then go into the
dhcpd.conf and add<br>
that as a static address.<br>
      </blockquote>
      <br>
I assume by "static lease" you mean "host declaration with fixed
address" ?<br>
      <br>
If that is the case then you MUST NOT have the static address included
in any dynamic range<period><br>
      <br>
If you have the address in a dynamic range then you are telling the
server that the address is available for leasing to clients, so it does
just that. I think version 4 introduces a facility for reserved leases
- so you could continue dynamically allocating addresses, and then
simply set the lease to reserved so it cannot be given to any other
client.<br>
      <br>
    </blockquote>
    <br>
    </div>
    <div class="Ih2E3d">CONFIDENTIALITY:  This e-mail (including any
attachments) may contain<br>
confidential, proprietary and privileged information, and unauthorized<br>
disclosure or use is prohibited.  If you received this e-mail in error,<br>
please notify the sender and delete this e-mail from your system.
_______________________________________________<br>
    </div>
    <div>
    <div class="Wj3C7c">dhcp-users mailing list<br>
    <a moz-do-not-send="true" href="mailto:dhcp-users@lists.isc.org"
 target="_blank">dhcp-users@lists.isc.org</a><br>
    <a moz-do-not-send="true"
 href="https://lists.isc.org/mailman/listinfo/dhcp-users"
 target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br>
    </div>
    </div>
  </blockquote>
  </div>
  <br>
  <br clear="all">
  <br>
-- <br>
Thanks & Regards<br>
SAmer SAyeed<br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
dhcp-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a>
<a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/dhcp-users">https://lists.isc.org/mailman/listinfo/dhcp-users</a></pre>
</blockquote>
<br><br>
CONFIDENTIALITY:  This e-mail (including any attachments) may contain
confidential, proprietary and privileged information, and unauthorized
disclosure or use is prohibited.  If you received this e-mail in error,
please notify the sender and delete this e-mail from your system. 
</body>
</html>