<html><body>
<p>Can anyone shed some light on the following problem we are encountering?<br>
<br>
                Multiple IP Addresses for a single MAC address<br>
<br>
        We are using PXE to reimage a number of PC's(as many as 30-50<br>
at a time) and are supplying the PXE boot server address and filename <br>
using ISCDHCP.  As each PC is booting, an address is issued based on<br>
a discover sent from the NIC initialization and then a second address<br>
is issued based on a discover sent sometime during the initialization <br>
of the image.<br>
Frequently while doing ths since there are two addresses being<br>
consumed by each PC, so many IP addresses are used that we <br>
run out of address and of course other PC's which may have been powered<br>
off and now are begin powered up are unable to get an address issued.<br>
<br>
        ISCDHCP Version:        3.1.0<br>
        OS Version:             Solaris 10 11/06 s10s_u3wos_10 SPARC<br>
<br>
Also attached are the dhcpd.leases file and the output of dhcpd -d.<br>
<br>
--------------------Content of dhcpd.conf file ---------------------<br>
ddns-update-style none;<br>
<br>
ping-check on;<br>
<br>
#deny bootp;<br>
<br>
option domain-name-servers 131.216.162.10, 131.216.162.96, 131.216.1.11;<br>
option domain-name "library.unlv.edu";<br>
<br>
#always-broadcast off;<br>
#stash-agent-options on;<br>
<br>
subnet 10.249.2.0 netmask 255.255.255.0<br>
        {<br>
        authoritative;<br>
        pool<br>
                {<br>
                range 10.249.2.221 10.249.2.230;<br>
                option routers 10.249.2.1;<br>
                default-lease-time 300;<br>
                max-lease-time  300;<br>
                filename "pxelinux.0";<br>
                next-server 131.216.162.9;<br>
                }<br>
<br>
        }<br>
<br>
subnet 131.216.162.0 netmask 255.255.255.0<br>
        {<br>
        }<br>
<br>
------------------------------End of dhcpd.conf-----------------------<br>
<br>
<br>
<i>(See attached file: dhcpd-d.out2)</i><i>(See attached file: dhcpd.leases.txt)</i><br>
<br>
<br>
Thanks for any help.<br>
<br>
<br>
<br>
************************************************************<br>
** Daniel C. Bender  <br>
** System Administrator<br>
** Lied Library - Systems <br>
** University Of Nevada-Las Vegas <br>
** Email:              daniel.bender@unlv.edu <br>
** Telephone:     702 895-2169  <br>
************************************************************</body></html>