1
vote
1answer
143 views

When does ISC dhcpd expire leases

When exactly does ISC dhcpd forget a lease that is not explicitly freed by the client? Context: I am running an installation with many small pools (3 address) and it does not seem to cope well when ...
0
votes
1answer
2k views

dhcpd, DISCOVER, “no free leases”

I am attempting to set up a VERY simple DHCP server. I am using Ubuntu 10.04, and I installed the "dhcp3-server" package. The server has one interface (eth0) statically set to 10.0.0.10(/21). I want ...