Greeting.
On a small LAN (< 20 networked devices) with a cento6 5.9 server/dhcp-3.0.5-33.el5_9). I am configuring permanent leases thusly (dhcpd.conf, partial):
range 10.115.64.60 10.115.64.250;
host vega.nouvelle.it {hardware ethernet 00:1e:c9:47:f1:2d; fixed-address 10.115.64.6; }
host aldebaran.nouvelle.it {hardware ethernet 00:07:84:FB:55:40; fixed-address 10.115.64.66; }
Which works pretty much OK most of the time. Occasionally, however, a lab machine (transient) will get a nailed IP. and, when the owner asks for it, it is then offered a second time leading to conflicts, etc.
I thought that fixing an address would reserve it and protect it from being allocatedo to othe MACs, but, regardless, I surely don't expect the server to offer the same IP twice.
Wrong configuration? Dhcpd bug?