My DHCP server isn't working the way I think it should.
I had problems getting a client on the network. The
problem turned out to be DHCP - it wasn't getting an IP
address. I checked the server and while it had several IP
addresses available, it wouldn't assign one to the new
client. I noticed that the most recently added client had
been assigned the highest available IP address, so I
increased the upper limit of available addresses. It
worked; the client was assigned the next IP address - one
above the previous limit. DHCP is working now, and slowly
marching toward the new upper limit without reassigning
lower, unused IP addresses.
How do I get it to reuse IP addresses? As it is, I will
eventually "run out" of addresses again.
TIA,
Jim